VideoCapture get, set FPS property for camera on Windows
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.