Ask Your Question

vinjn's profile - activity

2012-07-05 03:50:41 -0600 received badge  Teacher (source)
2012-07-04 23:05:10 -0600 received badge  Editor (source)
2012-07-04 23:04:21 -0600 answered a question autogain. how to disable autogain and set a fixed value

You can call the function
CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
with property_id to be CV_CAP_PROP_AUTO_EXPOSURE and value to be 0.0;

You can also see more properties here