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 during image capture (while the IsBusy function returns true). To change settings, first call the StopCapture function to stop capturing, then wait for the 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