Skip to main content
Version: 20 Mar 2024

MLGazeRecognitionStaticData

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

Public Methods

MLGazeRecognitionStaticData

public MLGazeRecognitionStaticData(
uint setVersion
)

Parameters

TypeNameDescription
uintsetVersion

Public Attributes

EyeHeightMax

The maximum value for the height of the eye_left and eye_right vector.


public readonly float EyeHeightMax;


EyeWidthMax

The maximum value for the width of the eye_left and eye_right vector.


public readonly float EyeWidthMax;


Vergence

Location of the 3D vergence point, intersection of 3D gaze vectors.


public readonly NativeBindings.MLCoordinateFrameUID Vergence;


Version

Version of this structure.


public readonly uint Version;