Click or drag to resize

BasePluginCameraCalibrationDataSetClassContains Method

Checks if a calibration data set is available already 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 bool Contains(
	int focusLevel
)

Parameters

focusLevel  Int32
The focus level to check if there is a calibration data stored already.

Return Value

Boolean
True if calibration data is found, false otherwise.
See Also