I would like to develop a media player/recorder. The primary target platform is Windows, support for other OSs would be nice, but that\'s not a high priority. It should be able to play formats like
the problem I have is a bit difficult to explain without first explaining what I\'m trying to do so I will start with that. I\'m trying to grab samples from multiple video streams using the Sample Gra
It now works on my computer, how to en开发者_StackOverflow中文版sure it works on other computers?
I have an application the creates directshow graphs using filterGraph.RenderEx(); since 1it can take a long time to get the graph up and running, I would like to create a few graphs at the start of th
I have been browsing around here (stack overflow) attempting to find a stable way to get images (an array of pixels) out of video files in general. In C# .NET I have found:
I\'ve implemented a custom \"sample grabber\" filter for DirectShow. I grab samples with my host app, perform an FFT on it, and display the results via Direct3D.
On the form the button, trackbar, the panel (panel1 - the successor from tpanel + is added canvas, align=client),
I need to rapidly develop some software that uses a camera as an AV input. Assuming the drivers are installed for whatever the device that is giving the input I need to be able to capture images and
I want to put a news marquee over an analog TV stream using c#开发者_StackOverflow, I can stream analog TV using DirectShow but I can\'t figure out how to mix it with rotating text, should I create a
I have two graph in开发者_运维问答 my program each one can control a USB camera to capture video data.