nn::camera::CTR::ClearBuffer Function
void ClearBuffer(
Port port
);
| Name | Description | |
|---|---|---|
| in | port | Specifies the port to clear. |
Clears the buffer and the error flags.
This function is ignored if it is called during image capture (while the nn::camera::CTR::IsBusy function returns true). Call this function only after you have used the nn::camera::CTR::StopCapture function to stop capturing and then waited for the nn::camera::CTR::IsBusy function's return value to change to false.
CONFIDENTIAL