public interface ICalibrationProcessHandler
Modifier and Type | Method and Description |
---|---|
void |
onCalibrationProcessing()
Called when all calibration points have been collected and calibration processing begins.
|
void |
onCalibrationProgress(double progress)
Called every time tracking of a single calibratioon points has completed.
|
void |
onCalibrationResult(CalibrationResult calibResult)
Called when processing of calibration points and calibration as a whole has completed.
|
void |
onCalibrationStarted()
Called when a calibration process has been started.
|
void onCalibrationStarted()
void onCalibrationProgress(double progress)
progress
- 'normalized' progress [0..1.0d]void onCalibrationProcessing()
void onCalibrationResult(CalibrationResult calibResult)
calibResult
- the result of the calibration processProcessing library EyeTribeProcessing by Jorge C. S. Cardoso. (c) 2015