Click or drag to resize

BasePluginCameraCalibrationDataSetClassAdd Method

Adds a new calibration data set to the internal list of calibrations.

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

Parameters

focusLevel  Int32
The focus level where the calibration data is valid for.
calibrationData  BasePluginCameraCalibrationData
The calibration data set to add.
See Also