nn::camera::CTR::SetTrimming Function
void SetTrimming(
Port port,
bool enable
);
| Name | Description | |
|---|---|---|
| in | port | Specifies which port to change settings for. |
| in | enable | Specify true to enable trimming, or false to disable it. |
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.
CONFIDENTIAL