nn::camera::CTR::StartCapture Function
void StartCapture(
Port port
);
| Name | Description | |
|---|---|---|
| in | port | Specifies the port to start operating. |
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 Activate function must be called to start the camera module itself.
CONFIDENTIAL