nn::camera::CTR::PackageParameterContextDetail Structure

Syntax

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

Description

Structure for batch-configuring parameters, with context and with a camera specified. Use when size is specified with the SetDetailSize function.

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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL