nn::camera::CTR::PackageParameterContext Structurestruct PackageParameterContext
{
CameraSelect camera;
Context context;
Flip flip;
Effect effect;
Size size;
};
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. |
|
| size | The value specified by the SetSize function. |
CONFIDENTIAL