Click or drag to resize

BaseDistanceSensorCalibrate Method

Calibrates the distance sensor device, if the device can be calibrated.

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public virtual bool Calibrate()

Return Value

Boolean
True if calibration was successful or is not needed, false otherwise.
See Also