nn::camera::CTR::StopCapture Function
void StopCapture(
Port port
);
| Name | Description | |
|---|---|---|
| in | port | Specifies the port to stop. |
Stops capturing.
Gets the image data up to the frame (the start of the camera V-Blank) where this function is called. For this reason, data does not actually stop being sent to the configured buffer until after the next camera V-Blank. If you are going to resume capturing, wait until the IsBusy function returns false or you have otherwise confirmed that the previous capture has stopped before you call the StartCapture function.
Note: The camera V-Blank differs from the LCD V-Blank.
This function stops saving image data to the buffer for the active camera. The Activate function must be called with nn::camera::CTR::SELECT_NONE to stop the camera module itself (to place the camera module in standby mode).
CONFIDENTIAL