EyeCameraFrame
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 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;