nn::camera::CTR::StereoCameraCalibrationData::Flags Structure

Syntax

struct Flags
{
   bool isValidRotationXY;
   bool reservedFlag[3];
};

Description

A flag used to distinguish between the current format and new formats when they are extended in the future.

Member Variables

isValidRotationXY bool Indicates whether rotationX and rotationY have meaningful values.
reservedFlag bool A reserved region for future extensions.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL