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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL