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 while images are being captured (while the nn::camera::CTR::IsBusy function returns true). Call the nn::camera::CTR::StopCapture function to stop capturing and then wait for the nn::camera::CTR::IsBusy function's return value to change to false before you call this function.
CONFIDENTIAL