nn::camera::CTR::IsBusy Function

Syntax

bool IsBusy(
     Port port
);

Arguments

Name Description
in port Specifies the port to check.

Return Values

Returns true if currently capturing, and false otherwise.

Description

Gets whether the camera is currently capturing image data.

In specific terms, the cameras begin capturing image data at the end of the next camera V-Blank after calling StartCapture, and continue until the beginning of the next camera V-Blank after calling StopCapture.

If the aforementioned functions are called during a camera V-Blank, the camera state is updated during that V-Blank instead of the next V-Blank.

Revision History

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

CONFIDENTIAL