nn::camera::CTR::CameraSelect Enumerated Typeenum CameraSelect;
| 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. |
Enumerated type that represents combinations of cameras.
CONFIDENTIAL