How do u program an automatic capture with webcam?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have any idea how i can begin to start programming an automatic image capture from a webcam by just using .NET?

Thanks!
 
you can use unmanaged api through p/invoke.

if you want to use DirectShow for the subj, than you implement your custom
capture filter which will capture graphical image from the filter graph and,
for example, call back your managed code passing VIDEOINFOHEADER or
BITMAPINFOHEADER.

Christy said:
Does anyone have any idea how i can begin to start programming an
automatic image capture from a webcam by just using .NET?
 
Back
Top