I used directshow.net with my web-cam and it worked so well. But when I closed the form and opened it again, it gives me an error 开发者_开发问答in the method SetupGraph() because the value that come
I\'m trying to make a timecode 开发者_C百科counter for a video player based on GMFBridge and DirectShow.
I am using DirectShowLib in a C# application to allow video playback. Unfortunately, not all systems provide a decent video codec so I opted to install FFDShow as part of my installation. Unfortunatel
As far as I know, inorder to check if a frame is a key frame or not, I have to check the IMediaSample::IsSyncPoint() method, which returns 0 (S_OK) if the frame is a key frame, or false in the other c
I searched and googled for an answer but couldn\'t find one. Basically I\'m developing a webcam/audio streaming application which should capture audio and video from a pc (usb webcam/microphone) and
I\'m using DirectShow.net and SlimDX to put a video texture on a quad. I\'ve got a problem on device lost. I\'m not able to reset my device. After hours of googling, I\'ve find a forum topic where the
I have a WPF application in which I\'m using SoundPlayer to play several short sounds such as keyboard clicks. Sometimes, seemingly at random, the sounds will stop playing. When I navigate away from t
I wanna capture video from video so开发者_Go百科urce and encode it into MPEG format by using DirectShow. How to design Capture Graph and How to set the video properties for MPEG format (e.g. bitrate,
I am using DShowNET in a C# project and I have been trying multiple cards. The Card I am trying to access is a GV-800_4A, which is a a capture card normally used by GeoVision CCTV software.
For a .net project, I use DirectShow (through DirectShow.net) with the VMR9 in windowless mode for video display.