MLDepthCameraData
Structure to encapsulate output data for each camera stream. This structure must be initialized before use.
Public Methods
MLDepthCameraData Init
public static MLDepthCameraData Init()
Public Attributes
FrameCount
Number of camera frames populated.
public byte FrameCount;
Frames
Camera frame data. The number of frames is specified by frame_count.
public IntPtr Frames;
Version
Version of this structure.
public uint Version;