Skip to main content
Version: 20 Mar 2024

MLEyeTrackingStaticData

Module: Eye Tracking

Static information about the eye tracking. More...

#include <ml_eye_tracking.h>

Public Attributes

TypeName
MLCoordinateFrameUIDvergence
MLCoordinateFrameUIDleft_center
MLCoordinateFrameUIDright_center

Detailed Description

struct MLEyeTrackingStaticData;

Static information about the eye tracking.

Populate with MLEyeTrackingGetStaticData().

API Level:

  • 20

Public Attributes Documentation

vergence

MLCoordinateFrameUID vergence;

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


left_center

MLCoordinateFrameUID left_center;

Left center. The rotation component is the left gaze w.r.t. -Z (RUB) Note: Prior to API Level 7 rotation will only return identity.


right_center

MLCoordinateFrameUID right_center;

Right center. The rotation component is the right gaze w.r.t. -Z (RUB) Note: Prior to API Level 7 rotation will only return identity.