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

CCalibrationManager::CreateDatabase Static Method

C++
static void CreateDatabase(const CRxString& sxCamHardwareID, bool bForce)

Creates a calibration database for the given camera (defined by hardware ID).

Requires Rx::ERuntimeFeature::Internal.

Parameters

[const CRxString&] sxCamHardwareID

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

[bool] bForce

[in] True to enforce the creation even if the calibration already exists. Otherwise an exception is thrown.