nn::camera::CTR::SetTrimming Function

Syntax

void SetTrimming(
     Port port,
     bool enable
);

Arguments

Name Description
in port Specifies which port to change settings for.
in enable Specify true to enable trimming, or false to disable it.

Return Values

None.

Description

Enables/disables trimming.

No values are set if this function is called while images are being captured (while the nn::camera::CTR::IsBusy function returns true). To change settings, first call the nn::camera::CTR::StopCapture function to stop capturing, then wait for the nn::camera::CTR::IsBusy function's return value to change to false, and finally call this function.

Revision History

2010/06/18
Explained that settings cannot be applied while capturing.
2010/01/07
Initial version.

CONFIDENTIAL