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

CCalibrationManager::CreateCalibration Static Method

C++
static CRxString CreateCalibration(const CRxString& sxCamType, const CRxString& sxCamSerial)

Creates a new calibration and assigns it to the given camera (defined by type and serial).

Requires Rx::ERuntimeFeature::Save to save this change permanently.

Parameters

[const CRxString&] sxCamType

[in] The camera type. For example 'TypeA' for type A cameras.

[const CRxString&] sxCamSerial

[in] The camera serial.

Returns

CRxString

The GUID of the created calibration.