Skip to main content
Version: 20 Mar 2024

MLDepthCameraCapabilityList

Module: Pixel Sensors / Depth Camera

Structure to encapsulate a list of possible stream configurations. More...

#include <ml_depth_camera.h>

Public Attributes

TypeName
uint8_tsize
MLDepthCameraCapability *capabilities

Detailed Description

struct 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.

API Level:

  • 29

Public Attributes Documentation

size

uint8_t size;

Size of capabilities array.


capabilities

MLDepthCameraCapability * capabilities;
TypeDescription
MLDepthCameraCapability *Structure to encapsulate a possible set of streams configuration. Such set describes a possible way of setting #stream_configs in MLDepthCameraSettings and may hold multiple MLDepthCameraStreamCapability for different streams.

Array of MLDepthCameraCapability elements.