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](http://docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html#videocapture-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](http://stackoverflow.com/a/31333357/4684850). I was wondering if a similar solution exits for Windows?
Thanks.
↧