#include <Struct that will contain a row buffer of Glasses Video Frames.>
Public Attributes | |
| int64_t | ts |
| short | check_flags |
| Eye | left |
| Eye | right |
| float | gazePosition2D [2] |
| float | gazePosition3D [3] |
| float | gyroscope [3] |
| float | accelerometer [3] |
The frame takes the reference given by TobiiGlassesSDK but it will not copy it. Maybe this will be interesting later, we have to investigate further.
| float Tobii::DataRow::accelerometer[3] |
glasses acceleration in m/s^2.
each binary in the check_flags will check if all the values are filled
| float Tobii::DataRow::gazePosition2D[2] |
in pixels position on the scene camera uimage.
| float Tobii::DataRow::gazePosition3D[3] |
in mm relative to scene camera.
| float Tobii::DataRow::gyroscope[3] |
glasses rotation in deg/s.
left eye.
right eye.
| int64_t Tobii::DataRow::ts |
timestamp.
1.7.6.1