I found an example for accessing a webcam in C #. This example uses the DirectShow.NET library. I tried to understand the code, but so far the only thing I could understand was that the user control calls directshow to draw directly on the surface of the user control.
I want to access each frame and put it in a Bitmap object. How can I find out when a new frame appeared? How can I capture this new frame into a Bitmap object?
This might just be the answer if you know your way in DirectShow.NET.
George
source share