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.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool CheckOnChangedScanHeadParameters(
out string errTxt
)
Parameters
- errTxt String
- Error text to be shown in the GUI.
Return Value
Booleantrue, if a change has been detected.
See Also