Raytrix Light Field SDK  5.0
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

CRxString CameraHardwareId
 The camera hardware id comprised of the internal camera type and the internal camera serial. More...
 
CRxString CameraSerial
 The camera serial. More...
 
CRxString CameraType
 The camera type. More...
 
CRxString Caption
 The caption. More...
 
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...
 
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...
 
CRxString UniqueID
 The unique identifier. More...
 

Constructor & Destructor Documentation

◆ CRxCalibMetaData()

Rx::CRxCalibMetaData::CRxCalibMetaData ( )

Initializes a new instance of the CRxCalibData class.

◆ ~CRxCalibMetaData()

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

Finalizes an instance of the CRxCalibData class.

Member Data Documentation

◆ CameraHardwareId

CRxString Rx::CRxCalibMetaData::CameraHardwareId

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

◆ CameraSerial

CRxString Rx::CRxCalibMetaData::CameraSerial

The camera serial.

◆ CameraType

CRxString Rx::CRxCalibMetaData::CameraType

The camera type.

◆ Caption

CRxString Rx::CRxCalibMetaData::Caption

The caption.

◆ Description

CRxString Rx::CRxCalibMetaData::Description

The description.

◆ IsDefaultCalib

bool Rx::CRxCalibMetaData::IsDefaultCalib

true if this CRxCalibData is the default calibration.

◆ IsMasterCalib

bool Rx::CRxCalibMetaData::IsMasterCalib

True if this CRxCalibMetaData describes a master calibration.

◆ MainLens

CRxMainLens Rx::CRxCalibMetaData::MainLens

The main lens information.

◆ MainLensApertureData

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.

◆ MainLensFocusData

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.

◆ UniqueID

CRxString Rx::CRxCalibMetaData::UniqueID

The unique identifier.