nn::camera::CTR::SetFrameRate Function

Syntax

nn::Result SetFrameRate(
CameraSelect select,
FrameRate rate
);

Arguments

Name Description
in select Specifies which camera to change settings for.
in rate Specifies the frame rate.

Return Values

Returns the function's execution result. Returns one of the 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.

Description

Sets the framerate.

The default value is FRAME_RATE_15 for all cameras.

Note that this function may block for an extended period if a camera is restarting.

Revision History

2010/07/17
Added explanation about operation during restart.
2010/04/14
Added a description of the default values.
2010/02/02
Initial version.

CONFIDENTIAL