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

CCalibrationManager::CreateDatabase Static Method

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

Creates a calibration database for the given camera (defined by type and serial).

Requires Rx::ERuntimeFeature::Internal.

Parameters

[const CRxString&] sxCamType

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

[const CRxString&] sxCamSerial

[in] The camera serial.

[bool] bForce

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