Skip to main content
Version: 20 Mar 2024

Buffer

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

Image data.


public readonly IntPtr Data;


DataSize

Number of bytes in the frame.


public readonly int DataSize;


Height

Height of the output image in pixels.


public readonly uint Height;


Stride

Stride of the output image in bytes.


public readonly uint Stride;


Width

Width of the output image in pixels.


public readonly uint Width;