Skip to main content
Version: 20 Mar 2024

MLEyeCameraFrame

A structure to encapsulate output data for each camera sensor.

Public Attributes

CameraID

Camera Identifier specifies which camera is associated with this frame.


public readonly MLEyeCameraIdentifier CameraID;

TypeDescription
readonly MLEyeCameraIdentifierEnumeration of all the available eye camera sensors.

FrameBuffer

Frame buffer data.


public readonly MLEyeCameraFrameBuffer FrameBuffer;

TypeDescription
readonly MLEyeCameraFrameBufferA structure to encapsulate per plane info for each camera frame.

FrameNumber

A 64bit integer to index the frame number associated with this frame.


public readonly long FrameNumber;


TimeStamp

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


public readonly long TimeStamp;