MLEyeCalibrationState
Module: Eye Calibration
A struct representing the eye calibration state. More...
#include <ml_eye_calibration.h>
Public Attributes
| Type | Name | 
|---|---|
| uint32_t | version | 
| MLEyeCalibrationStatus | eye_calibration | 
| int64_t | epoch_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;
| Type | Description | 
|---|---|
| MLEyeCalibrationStatus | A 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.