Skip to main content
Version: 10 Jul 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;

TypeDescription
readonly NativeBindings.MLCoordinateFrameUIDA unique identifier which represents a coordinate frame. The unique identifier is comprised of two values.

Version

Version of this structure.


public readonly uint Version;