Config.DepthEstimationMode


class Config.DepthEstimationMode


Feature that allows more accurate information about scene depth and meshes.

Setting this feature to DepthEstimationMode.Enabled requires that the SCENE_UNDERSTANDING_FINE Android permission is granted by the calling application.

Summary

Public companion properties

Config.DepthEstimationMode

No information about scene depth will be provided.

Config.DepthEstimationMode

Depth estimation will be enabled.

Public functions

open String

Public companion properties

Disabled

val DisabledConfig.DepthEstimationMode

No information about scene depth will be provided.

Enabled

val EnabledConfig.DepthEstimationMode

Depth estimation will be enabled. Note that setting this mode will consume additional runtime resources.

Public functions

toString

open fun toString(): String