Skip to main content
Version: 20 Mar 2024

MLDepthCameraCapability

Structure to encapsulate a possible set of streams configuration. Such set describes a possible way of setting StreamConfig in MLDepthCameraSettings and may hold multiple MLDepthCameraStreamCapability for different streams. Whole StreamCapabilities array describe a single configuration. Using only part of it is not recommended. The capabilities supported by the depth camera can be queried with MLDepthCameraGetCapabilities().

Public Attributes

Size

Size of StreamCapabilities array.


public byte Size;


StreamCapabilities

Array of MLDepthCameraStreamCapability elements.


public IntPtr StreamCapabilities;