nn::camera::CTR::FlipImage Functionnn::Result FlipImage( CameraSelect select, Flip flip, Context context = CONTEXT_BOTH );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | flip | Specifies flipping. |
| in | context | Specifies which context to change settings for. If omitted, the settings will be applied both to context A and context B. |
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. |
Configures flipping of images.
The default values for each camera are shown below.
| Inner Camera | Right Outer Camera | Left Outer Camera | |
|---|---|---|---|
| Context A | FLIP_HORIZONTAL | FLIP_NONE | FLIP_NONE |
| Context B | FLIP_HORIZONTAL | FLIP_NONE | FLIP_NONE |
Note that this function may block internally for an extended period if a camera is restarting.
CONFIDENTIAL