Ask Your Question

Phil128's profile - activity

2019-05-15 12:28:12 -0600 received badge  Popular Question (source)
2012-12-01 20:20:52 -0600 asked a question OpenCV Logitech c270 supported?

Hello. I'm having trouble getting my Logitech c270 webcam working with my application.

CvCapture* capture = cvCaptureFromCAM( CV_CAP_ANY );

Returns null, plus the webcam on my laptop doesn't work either (so unlucky). I really need a HD camera to work with my application as part of my University project too. I've passed -1,0,1, and a few parameters. Is there a way to actually find out if my webcam supports openCV. The wiki shows a list of supported cameras, but the list is quite limited to only a few web cameras, considering the nature of openCV being a huge open source project.

Thanks