Skip to main content
Version: 20 Mar 2024

MLEyeCameraData

Module: Pixel Sensors / Eye Camera

A structure to encapsulate all the eye camera data. More...

#include <ml_eye_camera.h>

Public Attributes

TypeName
uint32_tversion
uint8_tframe_count
MLEyeCameraFrame *frames

Detailed Description

struct MLEyeCameraData;

A structure to encapsulate all the eye camera data.

This structure must be initialized by calling MLEyeCameraDataInit before use.

API Level:

  • 26

Public Attributes Documentation

version

uint32_t version;

Version of this structure.


frame_count

uint8_t frame_count;

Number of camera frames.


frames

MLEyeCameraFrame * frames;
TypeDescription
MLEyeCameraFrame *A structure to encapsulate output data for each camera sensor.

Camera frame data. The number of frames is specified by frame_count.