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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top