Skip to main content
Version: 20 Mar 2024

FrameBuffer

Per-plane info for each depth camera frame. More...

Detailed Description

public struct FrameBuffer; 

Details*

API Level 29


Public Methods

override string ToString

public override string ToString()

Public Attributes

BytesPerUnit

Number of bytes used to represent a single value.


public uint BytesPerUnit;


Data

Buffer data.


public byte [] Data;


Height

Height of the buffer in pixels.


public uint Height;


Stride

Stride of the buffer in bytes.


public uint Stride;


Width

Width of the buffer in pixels.


public uint Width;