|
SMI RED eye tracking plugin 1.0
|
This struct provides information about gaze data samples. More...
#include <iViewXAPI.h>
Public Attributes | |
| double | timestamp |
| EyeDataStruct | leftEye |
| EyeDataStruct | rightEye |
| int | planeNumber |
This struct provides information about gaze data samples.
The struct contains the following information: timestamp: timestamp of the last gaze data sample [microseconds] leftEye: eye data left eye rightEye: eye data right eye planeNumber: plane number of gaze data sample
The data describes the last gaze data sample that has been calculated. It will be updated when a new gaze data sample has been calculated. To update information in "SampleStruct32" use function "iV_GetSample32".
Definition at line 203 of file iViewXAPI.h.
1.7.3