ICalibrationProcessHandler InterfaceC# SDK for The Eye Tribe Tracker
Callback interface with methods associated to Calibration process.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICalibrationProcessHandler

The ICalibrationProcessHandler type exposes the following members.

Methods
  NameDescription
Public methodOnCalibrationProcessing
Called when all calibration points have been collected and calibration processing begins.
Public methodOnCalibrationProgress
Called every time tracking of a single calibration points has completed.
Public methodOnCalibrationResult
Called when processing of calibration points and calibration as a whole has completed.
Public methodOnCalibrationStarted
Called when a calibration process has been started.
Top
See Also