IDS (uEye) camera auto-parameter operation
This is not an OpenCV question, but I'm hoping this forum can help me anyway.
I'm trying to run automatic exposure on an IDS uEye camera, using the is_SetAutomaticParameter()
API and then starting video capture. I let the video run on a white illuminated background. I expect that once the optimum exposure is found, an event will trigger (as I've configured it); but waiting on that event for 90 seconds before timeout, the event is not triggered. The status information for the operation shows that it's done a good job of finding an exposure value; the problem is just that the operation never finishes.
One of the automatic parameters is IS_SET_AUTO_BRIGHTNESS_ONCE
, which I set to 1: this is supposed to allow the operation to finish once it's found an appropriate exposure to reach the programmed target.
I'll be happy to post code if someone is willing to help.