Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 the implementation here

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 the implementation more properties here

click to hide/show revision 3
No.3 Revision

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

You can also see more properties here