nn::camera::CTR::SetFrameRate Functionnn::Result SetFrameRate( CameraSelect select, FrameRate rate );
| Name | Description | |
|---|---|---|
| in | select | Specifies which camera to change settings for. |
| in | rate | Specifies the frame rate. |
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 framerate.
The default value is FRAME_RATE_15 for all cameras.
Note: This function may block for an extended period if a camera is restarting.
CONFIDENTIAL