Tobii Pro SDK Python API
tobii_research.HMDEyeData Class Reference

Provides properties for the eye data when gotten from an HMD based device. More...

Inherits object.

Data Fields

 gaze_direction
 Gets the gaze direction data as a HMDGazeDirection object.
 
 pupil
 Gets the pupil data as a PupilData object.
 
 gaze_origin
 Gets the gaze origin data as a HMDGazeOrigin object.
 
 pupil_position
 Gets the pupil position in HMD track box as a HMDGazeOrigin object.
 

Detailed Description

Provides properties for the eye data when gotten from an HMD based device.

HMDEyeData objects are used as values for HMDGazeData.left_eye and HMDGazeData.right_eye.