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. Specify FALSE to disable it. |
Enables or disables trimming.
This function does not set any value if it is called during image capture (while the nn::camera::CTR::IsBusy function returns true). If you wish to change the setting, do not call this function until you have used the nn::camera::CTR::StopCapture function to stop capturing and then waited for the nn::camera::CTR::IsBusy function's return value to change to false.
CONFIDENTIAL