ICalibrationResultListener OnCalibrationChanged Method C# SDK for The Eye Tribe Tracker
A notification call back indicating that state of calibration has changed. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddCalibrationResultListener().

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnCalibrationChanged(
	bool isCalibrated,
	CalibrationResult calibResult
)

Parameters

isCalibrated
Type: System Boolean
is the Tracker Server calibrated?
calibResult
Type: TETCSharpClient.Data CalibrationResult
if calibrated, the currently valid CalibrationResult, otherwise null
See Also