nn::camera::CTR::IsBusy Function
bool IsBusy(
Port port
);
| Name | Description | |
|---|---|---|
| in | port | Specifies the port to check. |
true if currently capturing, and false otherwise. 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.
CONFIDENTIAL