nn::camera::CTR::PackageParameterContext Structurestruct PackageParameterContext
{
util::SizedEnum1< CameraSelect > camera;
util::SizedEnum1< Context > context;
util::SizedEnum1< Flip > flip;
util::SizedEnum1< Effect > effect;
util::SizedEnum1< Size > size;
};
Structure used for batch-configuring parameters with context and with cameras specified. Use when specifying the size with SetDetailSize.
camera
|
The combination of cameras for which to configure parameters. | |
|---|---|---|
| context | The camera context for which to configure parameters. | |
| flip | The value specified in the FlipImage function. |
|
| effect | The value specified in the SetEffect function. |
|
| size | The value specified in the SetSize function. |
CONFIDENTIAL