|
SMI RED eye tracking plugin 1.0
|
This struct provides information about eye data. More...
#include <iViewXAPI.h>
Public Attributes | |
| double | gazeX |
| double | gazeY |
| double | diam |
| double | eyePositionX |
| double | eyePositionY |
| double | eyePositionZ |
This struct provides information about eye data.
The struct contains the following information: gazeX: horizontal gaze position [pixel] gazeY: vertical gaze position [pixel] diam: pupil diameter [pixel, mm] eyePositionX: horizontal eye position relative to camera eyePositionY: vertical eye position relative to camera eyePositionZ: distance to camera
"EyeDataStruct" is part of "SampleStruct". To update information in "SampleStruct" use function "iV_GetSample".
Definition at line 153 of file iViewXAPI.h.
1.7.3