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

CCalibrationManager::CreateDatabase Static Method

C++
static void CreateDatabase(const CCamera& xCamera, bool bForce)

Creates a calibration database for the given camera.

Requires Rx::ERuntimeFeature::Internal.

Parameters

[const CCamera&] xCamera

[in] The camera.

[bool] bForce

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