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