Ask Your Question
1

laptop webcam support

asked 2016-10-17 01:49:34 -0600

vaneak gravatar image

Hi

Does openCv support laptop webcam? i'm doing a senior project on face recognition and i need to do a demonstration in class.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-10-17 03:47:47 -0600

kbarni gravatar image

Yes. Just use the VideoCaptureclass. 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...

edit flag offensive delete link more

Comments

I writing in java. Is this going to be a problem?

vaneak gravatar imagevaneak ( 2016-10-17 07:49:23 -0600 )edit

No, opencv provides java wrappers for this.

benT gravatar imagebenT ( 2016-10-18 10:49:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-10-17 01:49:34 -0600

Seen: 167 times

Last updated: Oct 17 '16