This question is hard to describe easily...
I'm writing a VB.NET program (using some third-party controls) that captures video from a USB video capture device, overlays some text and graphics, and performs some filter operations on the video stream. I want to make the processed video available to a Website that looks for a video capture device and broadcasts the video stream on the Web.
There are a variety of video capture splitters available, but they only clone the incoming video stream from the USB video capture device. I need a control that takes the output of the processed video from my program and makes it look like it came directly from another USB video capture device.
How can I do this? Do you know of such a control for free or for purchase? OR, can you give me some help in writing such a control?
--Dave Emery
(removed email)