Skip to main content
Version: 20 Mar 2024

EyeCameraFrame

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 EyeCameraFrameBuffer FrameBuffer;


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;