directshow.net
How to disconnect from the webcam using directshow?
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[详细]
2023-02-22 11:48 分类:问答Can I get timecode from directshow video?
I\'m trying to make a timecode 开发者_C百科counter for a video player based on GMFBridge and DirectShow.[详细]
2023-02-15 05:45 分类:问答Use specific codec or ffdshow folder with DirectShowLib?
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[详细]
2023-02-10 01:37 分类:问答Seeking key frames using IMediaSample DirectShow.Net
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[详细]
2023-02-06 15:29 分类:问答General question about DirectShow.NET, DirectShow and Windows Media Format
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[详细]
2023-02-04 04:54 分类:问答Disconnect, then reconnect pin
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[详细]
2023-02-04 03:56 分类:问答Why does SoundPlayer intermittently hang on playback?
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[详细]
2023-01-28 09:52 分类:问答How to capture video from WDM to MPEG format using DirectShow?
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,[详细]
2023-01-27 17:38 分类:问答DirectShow GUID missing for DVR device
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.[详细]
2023-01-26 12:00 分类:问答DirectShow interpolation (pixelization) problem with VMR9 windowless
For a .net project, I use DirectShow (through DirectShow.net) with the VMR9 in windowless mode for video display.[详细]
2023-01-25 08:29 分类:问答