nn::camera::CTR::PackageParameterContextDetail Structurestruct PackageParameterContextDetail
{
CameraSelect camera;
Context context;
Flip flip;
Effect effect;
s16 width;
s16 height;
s16 cropX0;
s16 cropY0;
s16 cropX1;
s16 cropY1;
};
Structure for batch-configuring parameters, with context and with a camera specified. Use when size is specified with the SetDetailSize function.
camera
|
The combination of cameras for which to configure parameters. | |
|---|---|---|
| context | The camera context for which to configure parameters. | |
| flip | The value specified by the FlipImage function. |
|
| effect | The value specified by the SetEffect function. |
|
| width | The width value specified by the SetDetailSize function. |
|
| height | The height value specified by the SetDetailSize function. |
|
| cropX0 | The cropX0 value specified by the SetDetailSize function. |
|
| cropY0 | The cropY0 value specified by the SetDetailSize function. |
|
| cropX1 | The cropX1 value specified by the SetDetailSize function. |
|
| cropY1 | The cropY1 value specified by the SetDetailSize function. |
CONFIDENTIAL