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;
2 | No.2 Revision |
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;
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;