EyeLogic SDK  1.1.9
ELGazeSample Class Reference

contains all information about the state of the eyes at a specific time More...

Detailed Description

contains all information about the state of the eyes at a specific time

Available members:

  • timestampMicroSec: timepoint when data was acquired in microseconds after EPOCH
  • index: increasing GazeSample index
  • porRawX: X coordinate of binocular point of regard on the stimulus plane, check porRawX != InvalidValue before using it.
  • porRawY: Y coordinate of binocular point of regard on the stimulus plane, check porRawX != InvalidValue also before using porRawY.
  • porFilteredX: X coordinate of filtered binocular point of regard on the stimulus plane, check porFilteredX != InvalidValue before using it.
  • porFilteredY: Y coordinate of filtered binocular point of regard on the stimulus plane, also check porFilteredX != InvalidValue before using porFilteredY.
  • porLeftX: X coordinate of monocular point of regard of the left eye, check porLeftX != InvalidValue before using it.
  • porLeftY: Y coordinate of monocular point of regard of the left eye, also check porLeftX != InvalidValue before using porLeftY.
  • eyePositionLeftX: position of the left eye in device coordinates, unit is mm More...
  • eyePositionLeftY: position of the left eye in device coordinates, unit is mm More...
  • eyePositionLeftZ: position of the left eye in device coordinates, unit is mm More...
  • pupilRadiusLeft: radius of the left pupil in mm
  • porRightX: X coordinate of monocular point of regard of the right eye, check porRightX != InvalidValue before using it.
  • porRightY: Y coordinate of monocular point of regard of the right eye, also check porRightX != InvalidValue before using porRightY.
  • eyePositionRightX: position of the right eye in device coordinates, unit is mm: More...
  • eyePositionRightY: position of the right eye in device coordinates, unit is mm: More...
  • eyePositionRightZ: position of the right eye in device coordinates, unit is mm: More...
  • pupilRadiusRight: radius of the right pupil in mm