Ask Your Question

Rmmal's profile - activity

2016-04-08 14:18:45 -0600 commented question Problem with setting width and height of webcam
2016-04-08 14:17:03 -0600 commented question Problem with setting width and height of webcam

@Mathieu Barnachon: can you get me the link that says that this camera doesn't support MJPEG HD resolution ?

@StevenPuttemans you mean that i have to download opencv 2.4.10 from github ? or download 2.4.12 ?

@kbarni: tell me one of them or give me any working solution as i've tried many and no one worked

2016-04-07 23:30:47 -0600 asked a question Problem with setting width and height of webcam

I have a webcam ( microsoft camlife 5000 ) , it's an HD camera but everytime i access the camera through opencv 2.4.10 i get the resolution to be 640*480 also i used the function

camera.set(CV_CAP_PROP_FRAME_HEIGHT,720); camera.set(CV_CAP_PROP_FRAME_WIDTH,1280);

but still the width and the height of the frames are 640 , 480. so what shall i do now to solve this problem ?