Skip to main content
Version: 20 Mar 2024

MLEyeCameraData

A structure to encapsulate all the eye camera data.

Public Attributes

FrameCount

Number of camera frames.


public readonly byte FrameCount;


Frames

Camera frame data. The number of frames is specified by FrameCount.


public readonly IntPtr Frames;


Version

version contains the version number for this structure.


public readonly uint Version;