How to set Camera FPS?
May be cvSetCaptureProperty(cameraCapture, CV_CAP_PROP_FPS, 30); ?
But it\'s return HIGHGUI ERROR: V4L2: Unable to get property (5) -
I don't know if that's still valid, but some time ago, something like one year and a half, I encountered that exactly problem. I contacted with a developer of OpenCV and he told me that the access and ability to change some of the properties of a capture weren't implemented yet and some other just worked for certain kinds of camera. I finally took a look to libdc1394 (working in linux) and made some functions that converted the data retrieved by libdc1394 to IplImages from OpenCV. It wasn't a such a tough task.