nn::camera::CTR::IsAutoExposure Functionnn::Result IsAutoExposure( bool * pOn, CameraSelect select );
| Name | Description | |
|---|---|---|
| out | pOn | Returns TRUE if enabled, and FALSE otherwise. |
| in | select | Specifies the camera for which to check settings. |
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. |
Gets whether the auto exposure function is enabled.
Note: This function may block for an extended period if a camera is restarting.
CONFIDENTIAL