Does anyone know with what I can draw a unfilled square on a live video stream/saved video in C#.net?
I m working on a video conference project in vs2010 with c#. I m able to capture the snaps from web cam in picture box with the help of Directshownet samples available on SouceForge.But i can\'t find
I have my [pull] source supplying video data for DierctShow VMR9 Renderer, but the problem is - the source is being called for data 120 times per second (!). I guess there is a开发者_JS百科 setting so
Here is a code snippet #include \"stdafx.h\" #include <tchar.h> #include <windows.h> #include <dshow.h>
i\'m working with Flash Li开发者_开发知识库ve Encoder. It\'s using camera for streaming video.
How do i render a web cam filter instead of video file?I am looking at the vmr9compositor example included in the directshow sdk.It renders a video file.I would like to stream in the feed from the web
I need to access a video camera simultaneously in 2 applications. I have found some solutions, such as WebcamSplitter开发者_Python百科 and Splitcam, but I don\'t want an application - I want something
I\'d like to generate a movie in real time with a self-made application doing fast screen captures with part of the screen occupied by a running 3D application.
I have a problem with connecting to remote graph from DirectShow Filter Graph Editor. When I run application that creates a direct show graph, on my Windows XP machine graph is 开发者_如何学运维shown
I want to combine multiple live streams in single stream. So my code will take multiple streams as input & after combining it will provide single stream as output.