nn::camera::CTR::ClearBuffer Function

Syntax

void ClearBuffer(
     Port port
);

Arguments

Name Description
in port Specifies the port to clear.

Return Values

None.

Description

Clears the buffer and the error flags.

This function is ignored if it is called during image capture (while the IsBusy function returns true). Do not call this function until you have used the StopCapture function to stop capturing and then waited for the IsBusy function's return value to change to false.

Revision History

2010/04/09
Explained that settings cannot be applied while capturing.
Added description text.
2010/01/07
Initial version.

CONFIDENTIAL