PDA

View Full Version : Image capture



TheDuncan
13th April 2010, 07:17
I need to capture an image from a streaming USB camera. After I get the image, I need to be able to analyze individual pixels. Can someone point me in the right direction? Any sample code would be greatly appreciated. Thanks in advance.

vishwajeet.dusane
13th April 2010, 08:12
Use openCV with Qt, with openCV you can get the image from USB camera using few lines of code. And to analyse the image there are many API and classes in Qt