LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
C-compatible struct containing the position of two eyes. More...
#include <eyepair.h>
Public Attributes | |
uint64_t | frameId |
Autoincrement frame number. More... | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_point3d | eyes [2] |
Absolute positions of left and right eye in millimeter. More... | |
SR_point3d | left |
Absolute position of left eye in millimeter. More... | |
SR_point3d | right |
Absolute position of right eye in millimeter. More... | |
C-compatible struct containing the position of two eyes.
SR_point3d SR_eyePair::eyes[2] |
Absolute positions of left and right eye in millimeter.
uint64_t SR_eyePair::frameId |
Autoincrement frame number.
SR_point3d SR_eyePair::left |
Absolute position of left eye in millimeter.
SR_point3d SR_eyePair::right |
Absolute position of right eye in millimeter.
uint64_t SR_eyePair::time |
Time since epoch in microseconds.