 |

|
Can u help me to display composite video in c# ?
|
|
|
|

|
can help me for code watermarking video with altium nanoboard 3000 fpga
|
|
|
|

|
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.
|
|
|
|

|
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.
|
|
|
|

|
I found that the video quality showed by LiveVideo is worse than that showed by the Demo, which is provided together with the capture card. Anyone found the same thing? And Anyone knows why?
chenzd
|
|
|
|
|

|
Hi mister, any solution about it.
thanks in advance.
AE
|
|
|
|

|
i would like to know about it too.
|
|
|
|

|
There has a easy way,package the class in a dll,call the dll in VB.It will be ok.
I am not a genius, but shed more sweat!
|
|
|
|

|
please send for me following e-mail: bup_be_xinh_g922@yahoo.com
|
|
|
|

|
Hi mister, any solution about it.
thanks in advance.
AE
|
|
|
|

|
Do you have the code in C#.NET or else any link.
Rajesh B Patil
|
|
|
|

|
Do you have the code in C#.NET or else any link.
|
|
|
|

|
I try to add these codes in AddCaptureMonikerToGraph(...) because I want to save capture video as wmv files but failed (failed to run the graph), any ideas?
IBaseFilter *pASFWriterMoniker=0;
IConfigAsfWriter *pConfigMoniker=0;
hr = m_pCaptureMoniker->SetOutputFileName(&MEDIASUBTYPE_Asf, // Create a Windows Media file.
L"C:\\VidCap.wmv", // File name.
&pASFWriterMoniker, // Receives a pointer to the filter.
NULL); // Receives an IFileSinkFilter interface pointer (optional).
if (FAILED(hr))
{
DisplayMesg(TEXT("m_pCaptureMoniker->SetOutputFileName error! hr=0x%x"), hr);
return hr;
}
hr = pASFWriterMoniker->QueryInterface(IID_IConfigAsfWriter, (void **)&pConfigMoniker);
if (SUCCEEDED(hr))
{
// Configure the ASF Writer filter.
pConfigMoniker->Release();
}
if (FAILED(hr))
{
DisplayMesg(TEXT("ASFWriterMoniker->QueryInterface error! hr=0x%x"), hr);
return hr;
}
hr = m_pCaptureMoniker->RenderStream(
&PIN_CATEGORY_CAPTURE, // Capture pin.
&MEDIATYPE_Video, // Video. Use MEDIATYPE_Audio for audio.
pBaseFilter, // Pointer to the capture filter.
NULL,
pASFWriterMoniker); // Pointer to the sink filter (ASF Writer).
if (FAILED(hr))
{
DisplayMesg(TEXT("m_pCaptureMoniker->RenderStream error! hr=0x%x"), hr);
return hr;
}
swlan
|
|
|
|

|
Hi all,
I have looked at the source files, yet i have failed utterly in understanding. I do have C basics and do programming. I need to understand these codes so that i can implement them into C S-Function in MATLAB: Simulink.
Anyone can give advice on an effective approach to study the source files?
Thanks in advance!
ang_ks
|
|
|
|

|
Can u tell me how to use ICaptureGraphBuilder. Because I am getting the error as 'ICaptureGraphBuilder2' : missing storage-class or type specifiers.
i am trying to capture a video from a webcam.
S.Yamini
|
|
|
|

|
what is this picture control???
how to insert it in my project???
NT
|
|
|
|

|
i have two web cameras on my computer.i want to open that one which i want to open.How shoul i do?Email:fengshunlfs@126.com
|
|
|
|

|
I have a webcam, which has video and audio channel. I can only see video.
I has found Audio device and Render it to Graph then I can see video and audio.
But, i can't hear anything from TV Card, which is Hauppauge WinTV HVR-4000. Because Video and Audio are integrated in Video Capture Filter.
I can hear when i build graph by hand. Please click to link: http://hongochuy.googlepages.com/sound1.JPG
But i don't know how do i add "Hauppauge WinTV 88x Audio Capture", because i couldn't found it in SystemDevice. The graph from LiveVideo: http://hongochuy.googlepages.com/nosound.jpg
Please, help me !
Thanks,
Huy
|
|
|
|

|
I like it, nice project. But i need it in C#. how can i convert it into C#. can i use the .lib files?? or if i do the same project in C# what should i do??? plz plz answer me. email: rajibnsu@mail.com waiting for ur answer....
abu syed khan
|
|
|
|

|
I like it, nice project. But i need it in C#. how can i convert it into C#. can i use the .lib files?? or if i do the same project in C# what should i do??? plz plz answer me. email: rajibnsu@mail.com waiting for ur answer....
001
|
|
|
|

|
Its a nice project. But I need it in C#. Is there any way to convert it into C# or if i do the same thing in C# what should i do? Can i use the .lib file in C#. plz plz answer me. email: rajibnsu@mail.com
001
|
|
|
|

|
Is it possible to save an picture of some frame of the video that is running?, how can I do it?
|
|
|
|

|
Hi
if just want to grab a single or two
then use IMediaDet
if want to grab more then use
sample grabber filter
|
|
|
|

|
Sorry but how I use IMedia Det in CCapturevido??
I'm a beginner with DDraw and I find a lot of difficult, Anyone can help me with some C++ code?
|
|
|
|

|
I am using Asp.Net 2.0 C#, where i want to get the live video from webcam. Is it Possible to get live video from Webcam in Asp.Net.
Anandh
|
|
|
|
 |