nn::camera::CTR::PackageParameterCameraSelect Structurestruct PackageParameterCameraSelect
{
CameraSelect camera;
s8 exposure;
WhiteBalance whiteBalance;
s8 sharpness;
bool autoExposureOn;
bool autoWhiteBalanceOn;
FrameRate frameRate;
PhotoMode photoMode;
Contrast contrast;
LensCorrection lensCorrection;
bool noiseFilterOn;
s16 autoExposureWindowStartX;
s16 autoExposureWindowStartY;
s16 autoExposureWindowWidth;
s16 autoExposureWindowHeight;
s16 autoWhiteBalanceWindowStartX;
s16 autoWhiteBalanceWindowStartY;
s16 autoWhiteBalanceWindowWidth;
s16 autoWhiteBalanceWindowHeight;
};
Structure for batch-configuring parameters, with no context and with a camera specified.
camera
|
The combination of cameras for which to configure parameters. | |
|---|---|---|
| exposure | Value specified by the SetExposure function. |
|
| whiteBalance | Value specified by the SetWhiteBalance function. |
|
| sharpness | Value specified by the SetSharpness function. |
|
| autoExposureOn | Value specified by the SetAutoExposure function. |
|
| autoWhiteBalanceOn | Value specified by the SetAutoWhiteBalance function. |
|
| frameRate | Value specified by the SetFrameRate function. |
|
| photoMode | Value specified by the SetPhotoMode function. |
|
| contrast | Value specified by the SetContrast function. |
|
| lensCorrection | Value specified by the SetLensCorrection function. |
|
| noiseFilterOn | Value specified by the SetNoiseFilter function. |
|
| autoExposureWindowStartX | The startX value specified by the SetAutoExposureWindow function. |
|
| autoExposureWindowStartY | The startY value specified by the SetAutoExposureWindow function. |
|
| autoExposureWindowWidth | The width value specified by the SetAutoExposureWindow function. |
|
| autoExposureWindowHeight | The height value specified by the SetAutoExposureWindow function. |
|
autoWhiteBalanceWindowStartX
|
The startX value specified by the SetAutoWhiteBalanceWindow function. |
|
autoWhiteBalanceWindowStartY
|
The startY value specified by the SetAutoWhiteBalanceWindow function. |
|
autoWhiteBalanceWindowWidth
|
The width value specified by the SetAutoWhiteBalanceWindow function. |
|
autoWhiteBalanceWindowHeight
|
The height value specified by the SetAutoWhiteBalanceWindow function. |
CONFIDENTIAL