GazeManager CalibrationStart Method C# SDK for The Eye Tribe Tracker
Initiate a new calibration process. Must be called before any call to CalibrationPointStart(Int32, Int32) or CalibrationPointEnd  .

Any previous (and possible running) calibration process must be completed or aborted before calling this.

A full calibration process consists of a number of calls to CalibrationPointStart(Int32, Int32) and CalibrationPointEnd  matching the total number of clibration points set by the numCalibrationPoints parameter.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CalibrationStart(
	short numCalibrationPoints,
	ICalibrationProcessHandler listener
)

Parameters

numCalibrationPoints
Type: System Int16
The number of calibration points that will be used in this calibration
listener
Type: TETCSharpClient ICalibrationProcessHandler
The ICalibrationProcessHandler instance that will receive callbacks during the calibration process
See Also