Skip to main content
Version: 20 Mar 2024

Settings

Depth Camera Settings More...

Detailed Description

public struct Settings; 

Details*

API Level 29


Public Attributes

StreamConfig

Controls for each of the depth camera streams. Only controls for streams enabled via streams field will be read. Use MLDepthCamera.FrameType enumeration for indexing.


public StreamConfig [] StreamConfig;


Streams

The system may not be able to service all the requested streams at any given time. This parameter is treated as a hint and data will be provided for the requested streams if available.


public Stream Streams;

TypeDescription
StreamDepth Camera modes

Future release may add support to other modes. |