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 for both eyes. CALIBRATION_STATUS_SUCCESS_LEFT_EYE on success for the left_eye. CALIBRATION_STATUS_SUCCESS_RIGHT_EYE on success for the right eye. CALIBRATION_STATUS_FAILURE on failure.