 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
please help me how to capturing video from PCI card using VB 6.0 and the code too  thanks before
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 2.33/5 (3 votes) |
|
|
|
 |
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.67/5 (5 votes) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.00/5 (3 votes) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.38/5 (4 votes) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.44/5 (8 votes) |
|
|
|
 |
|
|
Is it possible to save an picture of some frame of the video that is running?, how can I do it?
|
| Sign In·View Thread·PermaLink | 2.86/5 (5 votes) |
|
|
|
 |
|
|
Hi if just want to grab a single or two then use IMediaDet if want to grab more then use sample grabber filter
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
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?
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.11/5 (3 votes) |
|
|
|
 |
|
|
How Can I Save Capture Signal Directly? Please Get Me Any Command For Set In To This Project To Save Capture Signal As Movie. Tanks.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
How Can I Save Capture Signal Directly? Please Get Me Any Command For Set In To This Project To Save Capture Signal As Movie. Tanks.
|
| Sign In·View Thread·PermaLink | 2.17/5 (6 votes) |
|
|
|
 |
|
|
 |
|
|
I would like to know if it's possible to apply some sort of smoothing filter to get rid of pixelation when the video is displayed fullscreen. I checked other video capture apps and they seem to apply some sort of smoothing filter to the video stream. Can anyone give me some pointers how this can be performed. I've gone thru most of the code and read up on the DirectX interfaces used but was not able to find anything useful. thanks
Tomas Bobovsky, software engineer Ultrasonix Medical
|
| Sign In·View Thread·PermaLink | 3.00/5 (5 votes) |
|
|
|
 |