![]() |
Fove SDK
v0.16.1
|
Struct for returning gaze data from the research API. More...
#include <FoveAPI.h>
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. | |
Struct for returning gaze data from the research API.