Skip to main content
Version: 20 Mar 2024

MLDepthCameraCapabilityList

Structure to encapsulate a list of possible stream configurations. User should be able to use any of the capabilities from the list. They are grouped in usable sets of configurations - one set may contain different MLDepthCameraStreamCapability for different streams. For more information see MLDepthCameraCapability.

Public Attributes

Capabilities

Array of MLDepthCameraCapability elements.


public IntPtr Capabilities;


Size

Size of Capabilities array.


public byte Size;