Click or drag to resize

ClickAndTeachAutoCalibrate Method

Tries to auto calibrate. A sufficient calibration job must be visible in the workspace.

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public bool AutoCalibrate(
	bool arePicturesToSave
)

Parameters

arePicturesToSave  Boolean
If true the pictures taken during the calibration process are stored in the user's temp folder.

Return Value

Boolean
true if calibration successful, false otherwise.
See Also