Skip to main content
Version: 20 Mar 2024

MLGazeRecognitionStaticData

Module: Gaze Recognition

Static information about the Gaze Recognition system. Populate with MLGazeRecognitionGetStaticData(). More...

#include <ml_gaze_recognition.h>

Public Attributes

TypeName
uint32_tversion
floateye_height_max
floateye_width_max
MLCoordinateFrameUIDvergence

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.