nn::camera::CTR::SetAutoExposure Functionnn::Result SetAutoExposure( CameraSelect select, bool on );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | on | Specify true to enable or false to disable. |
LEVEL_SUCCESS:SUMMARY_SUCCESS:MODULE_COMMON:DESCRIPTION_SUCCESS: Success.LEVEL_STATUS:SUMMARY_STATUS_CHANGED:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_IS_SLEEPING: Asleep, and thus unavailable.LEVEL_FATAL:SUMMARY_INTERNAL:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_FATAL_ERROR: There may be something physically wrong with the camera.Enables/disables auto exposure.
We recommend enabling this feature when starting a camera, because the exposure value is undefined immediately after a camera is started with the Activate function.
The default value is true for all cameras.
Note that this function may block internally for an extended period if a camera is restarting.
CONFIDENTIAL