This is one of several features of ManyCam (free). It is a virtual webcam driver through which you can stream your real webcam video (with optional real-time video effects), video or image files, or your full/partial desktop.
I want to connect to a USB Webcam in .NET, specifically using C#. Being new to .NET I don't know what kind of support there is in the standard libraries for doing so. I found one example on the web …
I am new at DirectShow, so some parts of this library i don't understand well.
I already see the example DxSnap, but i need to capture frames without previewing it, for futher processing. How can i do it?