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;
Type | Description |
---|---|
readonly MLEyeCameraIdentifier | Enumeration of all the available eye camera sensors. |
FrameBuffer
Frame buffer data.
public readonly MLEyeCameraFrameBuffer FrameBuffer;
Type | Description |
---|---|
readonly MLEyeCameraFrameBuffer | A 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;