Skip to main content
Version: 20 Mar 2024

MLEyeCameraFrame

Module: Pixel Sensors / Eye Camera

A structure to encapsulate output data for each camera sensor. More...

#include <ml_eye_camera.h>

Public Attributes

TypeName
MLEyeCameraIdentifiercamera_id
int64_tframe_number
MLTimetimestamp
MLEyeCameraFrameBufferframe_buffer

Detailed Description

struct MLEyeCameraFrame;

A structure to encapsulate output data for each camera sensor.

API Level:

  • 26

Public Attributes Documentation

camera_id

MLEyeCameraIdentifier camera_id;
TypeDescription
MLEyeCameraIdentifierCamera Identifier.

Camera Identifier specifies which camera is associated with this frame.


frame_number

int64_t frame_number;

Frame number associated with this frame.


timestamp

MLTime timestamp;

Frame timestamp specifies the time at which the frame was captured.


frame_buffer

MLEyeCameraFrameBuffer frame_buffer;
TypeDescription
MLEyeCameraFrameBufferA structure to encapsulate per plane info for each camera frame.

Frame buffer data.