nn::camera::CTR::StartCapture Function

Syntax

void StartCapture(
     Port port
);

Parameters

Name Description
in port Specifies the port to start operating.

Return Values

None.

Description

Starts capturing.

You can obtain image data beginning in the next frame after this function is called. (The next frame starts at the end of the camera V-Blank). For this reason, data does not actually begin to be sent to the configured buffer until after the next camera V-Blank.
Note: The camera V-Blank differs from the LCD V-Blank.

This function starts saving image data to the buffer for the active camera. The nn::camera::CTR::Activate function must be called to start the camera module itself.

Revision History

2010/04/09
Added description text.
2010/01/07
Initial version.

CONFIDENTIAL