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 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.

Revision History

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

CONFIDENTIAL