nn::camera::CTR::CameraSelect Enumerated Type

Syntax

enum CameraSelect;

Value

Value Description
SELECT_NONE Do not specify a camera.
SELECT_OUT1 Specifies the right outer camera.
SELECT_IN1 Specifies the inner camera.
SELECT_IN1_OUT1 Specifies the inner camera and the right outer camera.
SELECT_OUT2 Specifies the left outer camera.
SELECT_OUT1_OUT2 Specifies the left and right outer cameras.
SELECT_IN1_OUT2 Specifies the inner camera and the left outer camera.
SELECT_ALL Specifies all cameras.

Description

Enumerated type that represents combinations of cameras.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL