Settings
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;
Type | Description |
---|---|
Stream | Depth Camera modes |
Future release may add support to other modes. |