Skip to main content
Version: 21 Aug 2024

PixelSensorPlane

NameSpace: PixelSensors

Represents a plane from a sensor frame

Public Attributes

ByteData


public NativeArray< byte > ByteData;


BytesPerPixel


public uint BytesPerPixel => NativePlane.BytesPerPixel;


Height


public uint Height => NativePlane.Height;


PixelStride


public uint PixelStride => NativePlane.PixelStride;


Stride


public uint Stride => NativePlane.Stride;


Width


public uint Width => NativePlane.Width;