StaticData
Static information about the Gaze Recognition system. Populate with MLGazeRecognitionGetStaticData().
Public Methods
StaticData
public StaticData(
Pose pose,
float eyeHeightMax,
float eyeWidthMax
)
Parameters
| Type | Name | Description |
|---|---|---|
| Pose | pose | |
| float | eyeHeightMax | |
| float | eyeWidthMax |
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;