nn::camera::CTR::SetWhiteBalance Functionnn::Result SetWhiteBalance( CameraSelect select, WhiteBalance wb );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | wb | Specifies the white balance. |
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 white balance.
The default value is WHITE_BALANCE_NORMAL for all cameras.
Note that this function may block for an extended period if a camera is restarting.
CONFIDENTIAL