Raytrix Light Field SDK  5.0
Rx::Net::CalibMetaData Class Reference

Detailed Description

Calibration Meta Data.

Public Member Functions

 CalibMetaData ()
 
virtual System::String ^ ToString () override
 Convert this CalibData into a string representation. More...
 

Properties

System::String^ CameraHardwareId
 The camera hardware id. More...
 
System::String^ CameraSerial
 The camera serial. More...
 
System::String^ CameraType
 The camera type. More...
 
System::String^ Caption
 The caption. More...
 
System::String^ Description
 The description. More...
 
System::Boolean IsDefaultCalib
 True is the calibration is the default calibration More...
 
System::Boolean IsMasterCalib
 True if this CalibMetaData describes a master calibration. More...
 
Spec::V2::Net::MainLens^ MainLens
 The main lens information. More...
 
System::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...
 
System::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...
 
System::String^ UniqueID
 The unique identifier. More...
 

Constructor & Destructor Documentation

◆ CalibMetaData()

Rx::Net::CalibMetaData::CalibMetaData ( )

Member Function Documentation

◆ ToString()

virtual System::String ^ Rx::Net::CalibMetaData::ToString ( )
inlineoverridevirtual

Convert this CalibData into a string representation.

Returns
This CalibData as a System::String^.

Property Documentation

◆ CameraHardwareId

System:: String^ Rx::Net::CalibMetaData::CameraHardwareId

The camera hardware id.

◆ CameraSerial

System:: String^ Rx::Net::CalibMetaData::CameraSerial

The camera serial.

◆ CameraType

System:: String^ Rx::Net::CalibMetaData::CameraType

The camera type.

◆ Caption

System:: String^ Rx::Net::CalibMetaData::Caption

The caption.

◆ Description

System:: String^ Rx::Net::CalibMetaData::Description

The description.

◆ IsDefaultCalib

System:: Boolean Rx::Net::CalibMetaData::IsDefaultCalib

True is the calibration is the default calibration

◆ IsMasterCalib

System:: Boolean Rx::Net::CalibMetaData::IsMasterCalib

True if this CalibMetaData describes a master calibration.

◆ MainLens

Spec:: V2:: Net:: MainLens^ Rx::Net::CalibMetaData::MainLens

The main lens information.

◆ MainLensApertureData

System:: Double Rx::Net::CalibMetaData::MainLensApertureData

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

◆ MainLensFocusData

System:: Double Rx::Net::CalibMetaData::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

System:: String^ Rx::Net::CalibMetaData::UniqueID

The unique identifier.