nn::camera::CTR::SetSharpness Functionnn::Result SetSharpness( CameraSelect select, s8 sharpness );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | sharpness | Specifies the sharpness. Specifiable values lie in the range [-4, +5]. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultIsSleeping |
This function is unusable because the system cover is closed. |
ResultFatalError |
There may be something physically wrong with the camera. |
Sets the sharpness.
The default values for each camera are shown below.
| Inner Camera | Right Outer Camera | Left Outer Camera |
|---|---|---|
| -2 | 0 | 0 |
Note: This function may block for an extended period if a camera is restarting.
CONFIDENTIAL