Skip to main content
Version: 20 Mar 2024

MLEyeCameraSettings

Module: Pixel Sensors / Eye Camera

A structure to encapsulate the camera settings. More...

#include <ml_eye_camera.h>

Public Attributes

TypeName
uint32_tversion
uint32_tcameras
Eye cameras that need to be enabled.

Detailed Description

struct MLEyeCameraSettings;

A structure to encapsulate the camera settings.

This structure must be initialized by calling MLEyeCameraSettingsInit before use.

API Level:

  • 26

Public Attributes Documentation

version

uint32_t version;

Version of this structure.


cameras

uint32_t cameras;

Eye cameras that need to be enabled.

See MLEyeCameraIdentifier for more details. If you want to request frames from different eye camera then "OR" the cameras of interest to the app.