DepthConfig
Configuration parameters for ARDK's Depth System. ## Basic Usage
kotlin val config = DepthConfig( framerate = 120 featureMode = AwarenessFeatureMode.SMOOTH, ) ARDK.ConfigureDepth(handle, config) Declaration
class DepthConfigProperties
| Name | Type | Summary |
|---|---|---|
| featureMode | AwarenessFeatureMode | |
| framerate | Int | Framerate which the Depth system takes in input. Depth is an expensive system so keeping framerate lower is recommended, Default: 10 |
Unspecified