Skip to main content
Version: 20 Mar 2024

StaticData

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

Public Methods

StaticData

public StaticData(
Pose pose,
float eyeHeightMax,
float eyeWidthMax
)

Parameters

TypeNameDescription
Posepose
floateyeHeightMax
floateyeWidthMax

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 Pose Vergence;