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