| Tobii Pro SDK Python API
    | 
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. | |
Represents the result of the calculated calibration.
Return value from ScreenBasedCalibration.compute_and_apply.
| tobii_research.CalibrationResult.status | 
Gets the status of the calculation.
CALIBRATION_STATUS_SUCCESS on success. CALIBRATION_STATUS_FAILURE on failure.