Related questions
How do I connect to a USB webcam in .NET?
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 …
Capturing frames from webcam using DirectShow.NET
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?