VideoCapture get, set FPS property for camera on Windows

asked 2016-02-24 01:06:54 -0600

hyder gravatar image

Hi,

I am using OpenCV(3.0.0) on Windows 7 with a USB camera. I need to get and set the fps of the connected camera but CV_CAP_PROP_FPS does not seem to work for my camera.

Now I know that we cannot set and get a VideoCapture property if it is not supported by the connected camera (Unfortunately I do not know the manufacturer of my camera). I searched for the problem and found out that there is a solution for Ubuntu as reported here. I was wondering if a similar solution exits for Windows?

Thanks.

edit retag flag offensive close merge delete