contains all information about the state of the eyes at a specific time More...
#include "ELGazeSample.h"
Public Attributes | |
| int64_t | timestampMicroSec |
| timepoint when data was acquired in microseconds after EPOCH | |
| int32_t | index |
| increasing GazeSample index | |
| double | porRawX |
| X coordinate of binocular point of regard on the stimulus plane, check porRawX != InvalidValue before using it. | |
| double | porRawY |
| Y coordinate of binocular point of regard on the stimulus plane, check porRawX != InvalidValue also before using porRawY. | |
| double | porFilteredX |
| X coordinate of filtered binocular point of regard on the stimulus plane, check porFilteredX != InvalidValue before using it. | |
| double | porFilteredY |
| Y coordinate of filtered binocular point of regard on the stimulus plane, also check porFilteredX != InvalidValue before using porFilteredY. | |
| double | porLeftX |
| X coordinate of monocular point of regard of the left eye, check porLeftX != InvalidValue before using it. | |
| double | porLeftY |
| Y coordinate of monocular point of regard of the left eye, also check porLeftX != InvalidValue before using porLeftY. | |
| double | eyePositionLeftX |
| position of the left eye in device coordinates, unit is mm More... | |
| double | eyePositionLeftY |
| position of the left eye in device coordinates, unit is mm More... | |
| double | eyePositionLeftZ |
| position of the left eye in device coordinates, unit is mm More... | |
| double | pupilRadiusLeft |
| radius of the left pupil in mm or InvalidValue if eye was not found | |
| double | porRightX |
| X coordinate of monocular point of regard of the right eye, check porRightX != InvalidValue before using it. | |
| double | porRightY |
| Y coordinate of monocular point of regard of the right eye, also check porRightX != InvalidValue before using porRightY. | |
| double | eyePositionRightX |
| position of the right eye in device coordinates, unit is mm: More... | |
| double | eyePositionRightY |
| position of the right eye in device coordinates, unit is mm: More... | |
| double | eyePositionRightZ |
| position of the right eye in device coordinates, unit is mm: More... | |
| double | pupilRadiusRight |
| radius of the right pupil in mm or InvalidValue if eye was not found | |
contains all information about the state of the eyes at a specific time
| double eyePositionLeftX |
position of the left eye in device coordinates, unit is mm
check eyePositionLeftX != InvalidValue before using it
| double eyePositionLeftY |
position of the left eye in device coordinates, unit is mm
check eyePositionLeftX != InvalidValue before using eyePositionLeftY
| double eyePositionLeftZ |
position of the left eye in device coordinates, unit is mm
check eyePositionLeftX != InvalidValue before using eyePositionLeftZ
| double eyePositionRightX |
position of the right eye in device coordinates, unit is mm:
check eyePositionRightX != InvalidValue before using it
| double eyePositionRightY |
position of the right eye in device coordinates, unit is mm:
check eyePositionRightX != InvalidValue before using eyePositionRightY
| double eyePositionRightZ |
position of the right eye in device coordinates, unit is mm:
check eyePositionRightX != InvalidValue before using eyePositionRightZ