Click or drag to resize

BasePluginCameraCheckOnChangedScanHeadParameters Method

Checks if some scan head parameters has changed after the camera has been calibrated. A re-calibration is necessary when the scan head, its correction file or the scan field size has changed.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public bool CheckOnChangedScanHeadParameters(
	out string errTxt
)

Parameters

errTxt  String
Error text to be shown in the GUI.

Return Value

Boolean
true, if a change has been detected.
See Also