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 this function. Specify FALSE to disable this function. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultIsSleeping |
This function is unusable because the system cover is closed. |
ResultFatalError |
There may be something physically wrong with the camera. |
Enables or disables the auto exposure function.
We recommend enabling this feature when starting a camera, because the exposure value is undefined immediately after a camera is started with the nn::camera::CTR::Activate function.
The default value is true for all cameras.
Note: This function may block for an extended period if a camera is restarting.
CONFIDENTIAL