ICalibrationProcessHandler OnCalibrationProgress Method C# SDK for The Eye Tribe Tracker
Called every time tracking of a single calibration points has completed.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnCalibrationProgress(
	double progress
)

Parameters

progress
Type: System Double
'normalized' progress [0..1d]
See Also