Skip to main content
Version: 20 Mar 2024

EyeCameraFrameBuffer

Public Attributes

BytesPerPixel

Number of bytes used to represent a pixel.


public readonly uint BytesPerPixel;


Data

Image data.


public readonly IntPtr Data;


Height

Height of the output image in pixels.


public readonly uint Height;


PixelStride

Distance between 2 consecutive pixels in bytes.


public readonly uint PixelStride;


Size

Number of bytes in the image output data.


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;