Skip to main content
API Reference com.nianticspatial.nsdk

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 DepthConfig

Properties

NameTypeSummary
featureModeAwarenessFeatureMode
Specify mode to internally select model for depth estimation. Each model selects a model that has different performance and quality characteristics. Default: Unspecified
framerateInt
Framerate which the Depth system takes in input. Depth is an expensive system so keeping framerate lower is recommended, Default: 10