ICalibrationProcessHandler OnCalibrationResult Method C# SDK for The Eye Tribe Tracker
Called when processing of calibration points and calibration as a whole has completed.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnCalibrationResult(
	CalibrationResult calibResult
)

Parameters

calibResult
Type: TETCSharpClient.Data CalibrationResult
the results of the calibration process
See Also