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

CCalibrationManager::GetDefaultCalibrationGUID Static Method

C++
static CRxString GetDefaultCalibrationGUID(const CRxString& sxSerial, const CRxString& sxDriver)

Gets the GUID of the default calibration of the given camera defined by the camera serial and the driver name.

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 CRxString&] sxSerial

[in] The serial of the camera.

[const CRxString&] sxDriver

[in] The driver name of the camera.

Returns

CRxString

The GUID of the default calibration.