For instance, calling cvVideoCapture->set(CV_CAP_PROP_GAIN, 0) generates the error message “setVideoSetting - QueryInterface Error” and calling cvVideoCapture->set(CV_CAP_PROP_EXPOSURE, 100) generates the error message “Error”, quite unlike what happens when I call cvVideoCapture->set(CV_CAP_PROP_FPS, 60) which works as expected.
Assuming I can’t use OpenCV to set these parameters, can I expect to be able to use the CL Eye Platform SDK to set only these two parameters and the rest of my code to still work? Or would I have to switch over to using the SDK for all camera interfacing?