unreal.MagicLeapEyeTrackingCalibrationStatus

class unreal.MagicLeapEyeTrackingCalibrationStatus

Bases: unreal.EnumBase

Possible calibration statuses the eye tracker could report.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapEyeTracker

  • File: MagicLeapEyeTrackerTypes.h

BAD

Calibration was completed with bad results

Type

1

GOOD

Calibration was completed with good results

Type

2

NONE

Calibration was not completed

Type

0