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

CCalibrationManager::CreateCalibration Static Method

C++
static CRxString CreateCalibration(const CRxString& sxCamHardwareID)

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

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

Parameters

[const CRxString&] sxCamHardwareID

[in] The camera hardware ID. For example 'TypeA_012' for type A cameras with serial 012.

Returns

CRxString

The GUID of the created calibration.