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 = 0
 Incremental counter which tells if the data is a fresh value at a given frame.
 
float iod = 0
 Distance in meters between the center of the eyes.
 
float ipd = 0
 Distance in meters between the pupil centers (continually updated as the eyes move)
 
float pupilRadiusL = 0
 Radius in meters of the left pupil.
 
float pupilRadiusR = 0
 Radius in meters of the right pupil.
 
uint64_t timestamp = 0
 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.