Qualcomm© Snapdragon™ VR SDK  3.0.2
Public Attributes | List of all members
sxrEyePoseState Struct Reference

Structure containing the eye tracking data. More...

#include <sxrApi.h>

Public Attributes

int64_t timestamp
 Timestamp for the eye pose.
 
int32_t leftEyePoseStatus
 Bit field (sxrEyePoseStatus) indicating left eye pose status.
 
int32_t rightEyePoseStatus
 Bit field (sxrEyePoseStatus) indicating right eye pose status.
 
int32_t combinedEyePoseStatus
 Bit field (sxrEyePoseStatus) indicating combined eye pose status.
 
float leftEyeGazePoint [3]
 Left Eye Gaze Point.
 
float rightEyeGazePoint [3]
 Right Eye Gaze Point.
 
float combinedEyeGazePoint [3]
 Combined Eye Gaze Point (HMD center-eye point)
 
float leftEyeGazeVector [3]
 Left Eye Gaze Point.
 
float rightEyeGazeVector [3]
 Right Eye Gaze Point.
 
float combinedEyeGazeVector [3]
 Comnbined Eye Gaze Vector (HMD center-eye point)
 
float leftEyeOpenness
 Left eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed.
 
float rightEyeOpenness
 Right eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed.
 
float leftEyePupilDilation
 Left eye value in millimeters indicating the pupil dilation.
 
float rightEyePupilDilation
 Right eye value in millimeters indicating the pupil dilation.
 
float leftEyePositionGuide [3]
 Position of the inner corner of the left eye in meters from the HMD center-eye coordinate system's origin.
 
float rightEyePositionGuide [3]
 Position of the inner corner of the right eye in meters from the HMD center-eye coordinate system's origin.
 

Detailed Description

Structure containing the eye tracking data.


The documentation for this struct was generated from the following file: