Namespace: Rx::LFR – Class: CCalibrationManager – Header: Rx.LFR/CalibrationManager.h

CCalibrationManager::GetDefaultCalibrationGUID Static Method

C++
static CRxString GetDefaultCalibrationGUID(const CCamera& xCamera)

Gets the GUID of the default calibration of the given camera.

The default calibration is a calibration that has been set as default by calling SetMetaData with a CRxCalibMetaData that has the IsDefaultCalib flag set to true. By default an internal master calibration is the default one.

Parameters

[const CCamera&] xCamera

[in] The camera.

Returns

CRxString

The GUID of the default calibration.