 |
|
 |
Thank you for sharing this article....
|
|
|
|
 |
|
 |
how could I expand this program show mulitple webcams? say for instance I had 2 or 3 usb webcams hooked up. HOw can I choose which one to show?
|
|
|
|
 |
|
 |
how to capture a single image from video stream
|
|
|
|
 |
|
|
 |
|
 |
Hi,
when I debugging the programming(F5), the livevideo will exit at:
hr = m_pCaptureMoniker->RenderStream (&PIN_CATEGORY_PREVIEW, &MEDIATYPE_Video,
pBaseFilter, NULL, NULL);
but when i execute livevideo directly(Ctrl+F5), it's ok, Who can tell me why and how to fix it? thank you very much!
Just do it!!!
|
|
|
|
 |
|
|
 |
|
 |
I am able to tun your application, but can not configure the channel for my tv tuner card. Is it possible to do this using the API you provide ?
|
|
|
|
 |
|
 |
Hi,
I downloaded the LiveVideo_demo and tried to build the app. but i am getting comiple time errors.
fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory
Then I downloaded Microsoft DirectX SDK (February 2010) and installed. but unfortunately this doesn't contain the header file. Then downloaded Microsoft Platform SDK (Windows® Server 2003 SP1 Platform SDK ISO Install) and installed which contain dshow.h.
I added the additional includes path C:\Program Files\Microsoft Platform SDK\Include in settings. Then I compiled and resolved the above error. But I got new errors as below:
++++++++++++++++++++++++++++
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CaptureVideo.cpp
c:\program files\microsoft platform sdk\include\strmif.h(27614) : error C2146: syntax error : missing ';' before identifier 'lpSurf'
c:\program files\microsoft platform sdk\include\strmif.h(27614) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
c:\program files\microsoft platform sdk\include\strmif.h(27614) : error C2501: 'lpSurf' : missing storage-class or type specifiers
c:\program files\microsoft platform sdk\include\strmif.h(27815) : error C2061: syntax error : identifier 'LPDIRECTDRAWSURFACE7'
.......
.......
......
Generating Code...
Error executing cl.exe.
Creating browse info file...
++++++++++++++++++++++++++++
Could you please help me how to resolve this. It would be good if you let me know what are the environment setups i need to do to get compile this app. I am using VS2006.
Thanks for your help in advance.
Regards,
Noushad
|
|
|
|
 |
|
 |
I got compiled LiveVideo_demo app. Instead of VS6.0, I used VS2005. Now I can see the app. It is very nice.
Thanks.
Regards
Noushad
|
|
|
|
 |
|
 |
Hi I got it to work but for some reason output from my camera is 450x13 and not align with picture control.
If anyone can help me understand why it would be appreciated. If I find solution myself i will post it here.
mat
|
|
|
|
 |
|
 |
Got it.
Both Picture Control and this "TODO" text ware having same ID of IDC_STATIC.
Changing ID of Picture Control solves the problem.
mat
|
|
|
|
 |
|
 |
Haha,so funny!Gota.
I am not a genius, but shed more sweat!
|
|
|
|
 |
|
 |
Can anyone help me with a module to convert my infrared USB video data into thermal video, change colors, and adjust brightness/contrast/gamma.
|
|
|
|
 |
|
 |
HI,
I need help with my errors:
--------------------Configuration: LiveVideo - Win32 Debug--------------------
Compiling...
CaptureVideo.cpp
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(114) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(114) : error C2501: 'ICaptureGraphBuilder2' : missing storage-class or type specifiers
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(114) : error C2501: 'm_pCapture' : missing storage-class or type specifiers
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(122) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(122) : error C2501: 'ICaptureGraphBuilder2' : missing storage-class or type specifiers
c:\documents and settings\dillianwong\my documents\visual v6\codeproject\livevideo_demo\capturevideo.h(122) : error C2501: 'm_pCaptureMoniker' : missing storage-class or type specifiers
C:\Documents and Settings\DillianWong\My Documents\Visual V6\CodeProject\LiveVideo_demo\CaptureVideo.cpp(33) : error C2065: 'm_pCapture' : undeclared identifier
C:\Documents and Settings\DillianWong\My Documents\Visual V6\CodeProject\LiveVideo_demo\CaptureVideo.cpp(40) : error C2065: 'm_pCaptureMoniker' : undeclared identifier
.
.
.
PS:
1. I use Visual C++R 6.0
2. and My DirectX Version is "Microsoft DirectX 9.0 SDK (December 2004)" and I have include it in the Tools\Options\Directories.
Thanks in advance.
modified on Thursday, November 19, 2009 5:23 AM
|
|
|
|
 |
|
 |
Hi,
I want to capture a series of images from video stream. How can I do It. Please Help me to grab image from live video stream.
|
|
|
|
 |
|
 |
using opencv, easy to do experiment
|
|
|
|
 |
|
 |
Nice program!
Can you please make it work with Firewire (IEEE 1394) interface?
Thanks!
|
|
|
|
 |
|
 |
I need c#.net code to capture video from capture device(Capture Card, tv tuner etc) in mpeg format.
|
|
|
|
 |
|
 |
i would like such code too
|
|
|
|
 |
|
 |
hi
i want to same thing. If u got the answer please reply.
thank u.
|
|
|
|
 |
|
 |
Hi all,
have you implemented such a filter for livevideo rotation or flip H/V ?
Any help would be appreciated.
giuegiu@hotmail.com
|
|
|
|
 |
|
 |
Code is compiling successfully but when I try to run it the run time debug error occur. error message in dialog box is " Debug information for 'LiveVideo.exe' can not be found or does not match. Binary was not built with debug information". Exe file did not load.
Please help me to run this application.
|
|
|
|
 |
|
 |
How to video Capture Application using C++ with out using DirectX...
|
|
|
|
 |
|
 |
Hi guy, please tell me how can I solve Flickerless problem.
|
|
|
|
 |
|
 |
very nice project. But i need it in C#. how can i convert it into C#.I´m a beginner.
please answer me, email : mice35@hotmail.com.
|
|
|
|
 |