Skip to main content
Version: 20 Mar 2024

MLEyeCalibrationState

Module: Eye Calibration

A struct representing the eye calibration state. More...

#include <ml_eye_calibration.h>

Public Attributes

TypeName
uint32_tversion
MLEyeCalibrationStatuseye_calibration
int64_tepoch_timestamp_us

Detailed Description

struct MLEyeCalibrationState;

A struct representing the eye calibration state.

Deprecated

Deprecated since 1.6.0. Scheduled for removal.

API Level:

  • 20

Public Attributes Documentation

version

uint32_t version;

Version of this structure.


eye_calibration

MLEyeCalibrationStatus eye_calibration;
TypeDescription
MLEyeCalibrationStatusA set of possible eye calibration codes that the eye calibration system can report.

MLEyeCalibrationStatus enum defined above.


epoch_timestamp_us

int64_t epoch_timestamp_us;

Epoch timestamp of last calibration in microseconds.