Hello gurus!
I need to capture several frames per 1 second from webcam and analyzing the content of the image. Does anybody have done similar project?
-Kevin
Printable View
Hello gurus!
I need to capture several frames per 1 second from webcam and analyzing the content of the image. Does anybody have done similar project?
-Kevin
have a look at vidcap32.exe
it is a small prog (usually comes with VC++)
that illustrates how to do video capture
otherwise,
look up
openCV
(open Computer Vision librairie from IBM)
JAK
Kevin101,
Check out http://www.roborealm.com/ which is a free vision software application that can be used for machine vision based tasks. Its quick to get up and running and is a nice system to prototype image processing tasks. Might be of some use ...
STeven.