MLGazeRecognitionStaticData
Module: Gaze Recognition
Static information about the Gaze Recognition system. Populate with MLGazeRecognitionGetStaticData(). More...
#include <ml_gaze_recognition.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
float | eye_height_max |
float | eye_width_max |
MLCoordinateFrameUID | vergence |
Detailed Description
struct MLGazeRecognitionStaticData;
Static information about the Gaze Recognition system. Populate with MLGazeRecognitionGetStaticData().
API Level:
- 27
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
eye_height_max
float eye_height_max;
The maximum value for the height of the eye_left and eye_right vector.
eye_width_max
float eye_width_max;
The maximum value for the width of the eye_left and eye_right vector.
vergence
MLCoordinateFrameUID vergence;
Location of the 3D vergence point, intersection of 3D gaze vectors.