Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Properties | List of all members
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

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

Member Function Documentation

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

Convert this CalibData into a string representation.

Returns
This CalibData as a System::String^.

Property Documentation

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

The camera hardware id.

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

The camera serial.

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

The camera type.

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

The caption.

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

The description.

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

True is the calibration is the default calibration

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

True if this CalibMetaData describes a master calibration.

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

The main lens information.

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.

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.

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

The unique identifier.