Raytrix Light Field SDK  v3.1
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
Rx::CRxCalibMetaData Class Reference

Detailed Description

Raytrix Calibration Data description class.

Public Member Functions

 CRxCalibMetaData ()
 Initializes a new instance of the CRxCalibData class. More...
 
virtual ~CRxCalibMetaData ()
 Finalizes an instance of the CRxCalibData class. More...
 

Public Attributes

Rx::CRxString CameraHardwareId
 The camera hardware id comprised of the internal camera type and the internal camera serial. More...
 
Rx::CRxString CameraSerial
 The camera serial. More...
 
Rx::CRxString CameraType
 The camera type. More...
 
Rx::CRxString Caption
 The caption. More...
 
Rx::CRxString Description
 The description. More...
 
bool IsDefaultCalib
 true if this CRxCalibData is the default calibration. More...
 
bool IsMasterCalib
 True if this CRxCalibMetaData describes a master calibration. More...
 
Rx::CRxMainLens MainLens
 The main lens information. More...
 
double MainLensApertureData
 For electronically controllable lenses, this is the data value which reflects the aperture setting. This value may not be the f-number. More...
 
double MainLensFocusData
 For electronically controllable lenses, this is the data value which reflects the focus setting. This value may not be the focus distance in millimeters. More...
 
Rx::CRxString UniqueID
 The unique identifier. More...
 

Constructor & Destructor Documentation

Rx::CRxCalibMetaData::CRxCalibMetaData ( )

Initializes a new instance of the CRxCalibData class.

virtual Rx::CRxCalibMetaData::~CRxCalibMetaData ( )
virtual

Finalizes an instance of the CRxCalibData class.

Member Data Documentation

Rx::CRxString Rx::CRxCalibMetaData::CameraHardwareId

The camera hardware id comprised of the internal camera type and the internal camera serial.

Rx::CRxString Rx::CRxCalibMetaData::CameraSerial

The camera serial.

Rx::CRxString Rx::CRxCalibMetaData::CameraType

The camera type.

Rx::CRxString Rx::CRxCalibMetaData::Caption

The caption.

Rx::CRxString Rx::CRxCalibMetaData::Description

The description.

bool Rx::CRxCalibMetaData::IsDefaultCalib

true if this CRxCalibData is the default calibration.

bool Rx::CRxCalibMetaData::IsMasterCalib

True if this CRxCalibMetaData describes a master calibration.

Rx::CRxMainLens Rx::CRxCalibMetaData::MainLens

The main lens information.

double Rx::CRxCalibMetaData::MainLensApertureData

For electronically controllable lenses, this is the data value which reflects the aperture setting. This value may not be the f-number.

double Rx::CRxCalibMetaData::MainLensFocusData

For electronically controllable lenses, this is the data value which reflects the focus setting. This value may not be the focus distance in millimeters.

Rx::CRxString Rx::CRxCalibMetaData::UniqueID

The unique identifier.