Click or drag to resize

BasePluginCameraCalibrationDataSetClassGetCalibrationData Method

Retrieves the calibration data stored with the given focus level.

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

Parameters

focusLevel  Int32
The focus level the calibration data is to be retrieved.

Return Value

BasePluginCameraCalibrationData
The calibration data stored with the given focus level.
See Also