Fove SDK  v0.16.1
Public Attributes | List of all members
Fove_ResearchGaze Struct Reference

Struct for returning gaze data from the research API. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_ResearchGaze:
Collaboration graph
[legend]

Public Attributes

uint64_t id
 Incremental counter which tells if the data is a fresh value at a given frame.
 
float iod
 Distance in meters between the center of the eyes.
 
float ipd
 Distance in meters between the pupil centers (continually updated as the eyes move)
 
float pupilRadiusL
 Radius in meters of the left pupil.
 
float pupilRadiusR
 Radius in meters of the right pupil.
 
uint64_t timestamp
 The time at which the gaze data was captured, in microseconds since an unspecified epoch.
 

Detailed Description

Struct for returning gaze data from the research API.