The 开发者_运维知识库getMediaTypes() of the DirectShowNETCF.Camera.Camera() return no data on an HTC HD2.
I am new to DirectShow. My intention was to develope a small application (C#) that handles video processing.
We are trying to develope a small C# application to load a DVD (VOB), display it and capture some frames.
I\'m trying to control the exposure settings in a laptop integ开发者_开发问答rated webcam. I can\'t control it programatically through DirectShow -
I have a project to scan some QR-code or bar-code with camera on windows mobile. (phone x01t) Programing in C++ and usi开发者_StackOverflow社区ng DirectShow.
I have my transform filter connected in the filter gra开发者_JAVA技巧ph, but receive method of transform filter doesn\'t get called and there are no media samples arriving into my filter. What can be
As stated in http://msdn.microsoft.com/en-us/library/dd377544(VS.85).aspx, ISampleGrabber accepts only videos with VIDEOINFOHEADER structure, but not VIDEOINFOHEADER2. Is there any alternative to ISam
We would like to leverage the codec capabilities of DirectShow from Silverlight. Is this possib开发者_如何转开发le?MediaStreamSource is really the closest you will get to accessing decoders in Silverl
I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 and the videos saved without compression have very huge sizes (appr
I am facing one issue in which WPF application unable to update the progress bar even the button on the wpf window stop glowing untill i move the window then everything is fine.