MLGazeRecognitionStaticData
Static information about the Gaze Recognition system. Populate with MLGazeRecognitionGetStaticData().
Public Methods
MLGazeRecognitionStaticData
public MLGazeRecognitionStaticData(
uint setVersion
)
Parameters
Type | Name | Description |
---|---|---|
uint | setVersion |
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;
Type | Description |
---|---|
readonly NativeBindings.MLCoordinateFrameUID | A unique identifier which represents a coordinate frame. The unique identifier is comprised of two values. |
Version
Version of this structure.
public readonly uint Version;