Click or drag to resize

BasePluginCameraCalibrationDataSetClassReplace Method

Replaces the calibration data currently used for the given focus level by the given one.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void Replace(
	int focusLevel,
	BasePluginCameraCalibrationData calibrationData
)

Parameters

focusLevel  Int32
The focus level where the calibration data is to be replaced.
calibrationData  BasePluginCameraCalibrationData
The calibration data to be stored at the given focus level.
See Also