Tobii Pro SDK Python API
tobii_research.CalibrationResult Class Reference

Represents the result of the calculated calibration. More...

Inherits object.

Data Fields

 status
 Gets the status of the calculation. More...
 
 calibration_points
 Gets a tuple of CalibrationPoint objects and their collected calibration samples.
 

Detailed Description

Represents the result of the calculated calibration.

Return value from ScreenBasedCalibration.compute_and_apply.

Field Documentation

tobii_research.CalibrationResult.status

Gets the status of the calculation.

CALIBRATION_STATUS_SUCCESS on success. CALIBRATION_STATUS_FAILURE on failure.