Tobii Pro SDK Python API
tobii_research.CalibrationEyeData Class Reference

Represents the calibration sample data collected for one eye. More...

Inherits object.

Data Fields

 position_on_display_area
 Gets the eye sample position on the active display area as a two valued tuple.
 
 validity
 Gets information about if the sample was used or not in the calculation. More...
 

Detailed Description

Represents the calibration sample data collected for one eye.

CalibrationEyeData objects are used as values for CalibrationSample.left_eye and CalibrationSample.right_eye.

Field Documentation

tobii_research.CalibrationEyeData.validity

Gets information about if the sample was used or not in the calculation.

Valid values are VALIDITY_INVALID_AND_NOT_USED, VALIDITY_VALID_BUT_NOT_USED and VALIDITY_VALID_AND_USED.