nn::camera::CTR::PackageParameterContextDetail

nn::camera::CTR::PackageParameterContextDetail Structure

Syntax

struct PackageParameterContextDetail
{
   util::SizedEnum1< CameraSelect > camera;
   util::SizedEnum1< Context > context;
   util::SizedEnum1< Flip > flip;
   util::SizedEnum1< Effect > effect;
   s16 width;
   s16 height;
   s16 cropX0;
   s16 cropY0;
   s16 cropX1;
   s16 cropY1;
};

Description

Structure used for batch-configuring parameters with context and with cameras specified. Use when specifying the size with SetDetailSize.

Member Variables

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.
width s16 The width value specified in the SetDetailSize function.
height s16 The height value specified in the SetDetailSize function.
cropX0 s16 The cropX0 value specified in the SetDetailSize function.
cropY0 s16 The cropY0 value specified in the SetDetailSize function.
cropX1 s16 The cropX1 value specified in the SetDetailSize function.
cropY1 s16 The cropY1 value specified in the SetDetailSize function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL