laptop webcam support
Hi
Does openCv support laptop webcam? i'm doing a senior project on face recognition and i need to do a demonstration in class.
add a comment
Hi
Does openCv support laptop webcam? i'm doing a senior project on face recognition and i need to do a demonstration in class.
Yes. Just use the VideoCapture
class. The first device is normally the webcam. Docs here: http://docs.opencv.org/2.4/modules/hi...
In the samples you can find some code that does face recognition in real time: http://docs.opencv.org/2.4/modules/co...
Asked: 2016-10-17 01:49:34 -0600
Seen: 179 times
Last updated: Oct 17 '16