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 this structure when you specify the size with SetSize.
camera
|
util::SizedEnum1< CameraSelect > | The combination of cameras for which to configure parameters. | |
|---|---|---|---|
| context | util::SizedEnum1< Context > | The camera context for which to configure parameters. | |
| flip | util::SizedEnum1< Flip > | The value specified in the FlipImage function. |
|
| effect | util::SizedEnum1< Effect > | The value specified in the SetEffect function. |
|
| size | util::SizedEnum1< Size > | The value specified in the SetSize function. |
CONFIDENTIAL