nn::camera::CTR::SetContrast Functionnn::Result SetContrast( CameraSelect select, Contrast contrast );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | contrast | Specifies the contrast (gamma curve). |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultIsSleeping |
Unusable because the system is closed. |
ResultFatalError |
There may be something physically wrong with the camera. |
Sets the image contrast (gamma curve).
The default values for each camera are shown below.
| Inner Camera | Right Outer Camera | Left Outer Camera |
|---|---|---|
| CONTRAST_LOW | CONTRAST_NORMAL | CONTRAST_NORMAL |
Note that this function may block for an extended period if a camera is restarting.
CONFIDENTIAL