nn::camera::CTR::IsAutoExposure Function

Syntax

nn::Result IsAutoExposure(
bool * pOn,
CameraSelect select
);

Arguments

Name Description
out pOn Returns true if enabled, and false otherwise.
in select Specifies the camera for which to check settings.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
ResultSuccess Process was successful.
ResultIsSleeping Unusable because the system's cover is closed.
ResultFatalError There may be something physically wrong with the camera.

Description

Checks whether auto exposure is enabled.

Note: This function may block for an extended period if a camera is restarting.

Revision History

2010/07/17
Added explanation about operation during restart.
2010/02/02
Initial version.

CONFIDENTIAL