Tobii Pro SDK Python API
|
Provides properties for the HMD pupil position. More...
Inherits object.
Data Fields | |
position_in_tracking_area | |
Gets the (normalizes) 2D coordinates that describes the pupil's position in the HMD's tracking area as a two valued tuple. More... | |
validity | |
Gets the validity of the pupil position data. More... | |
Provides properties for the HMD pupil position.
A HMDPupilPosition object is used as value for HMDEyeData.pupil_position.
tobii_research.HMDPupilPosition.position_in_tracking_area |
Gets the (normalizes) 2D coordinates that describes the pupil's position in the HMD's tracking area as a two valued tuple.
tobii_research.HMDPupilPosition.validity |
Gets the validity of the pupil position data.
True if valid. False if invalid.