How to capture each frame of a USB webcam using VB.net?
Posted
by Kevin Boyd
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Boyd
Published on 2010-05-20T06:42:08Z
Indexed on
2010/05/20
6:50 UTC
Read the original article
Hit count: 268
While I have got some leads from an older SO post and from this site, I haven't been able to figure out how to capture each frame of a web-cam.
What I would like to do is something like this capture a frame then do some image processing on it and display the output and then move on to the next frame.
Can I can access to web-cam frame events or is there any efficient way to achieve this?
© Stack Overflow or respective owner