MLWorldCameraFrameBuffer
A structure to encapsulate per plane info for each camera frame.
Public Methods
override string ToString
public override string ToString()
Public Attributes
BytesPerPixel
Number of bytes used to represent a pixel.
public readonly uint BytesPerPixel;
Data
Buffer data.
public readonly IntPtr Data;
Height
Height of the output image in pixels.
public readonly uint Height;
Size
Number of bytes in the frame.
public readonly uint Size;
Stride
Stride of the output image in bytes.
public readonly uint Stride;
Width
Width of the output image in pixels.
public readonly uint Width;