Config.PlaneTrackingMode
class Config.PlaneTrackingMode : Config.ConfigMode
Feature that allows tracking of and provides information about scene planes.
Setting this feature to PlaneTrackingMode.HORIZONTAL_AND_VERTICAL requires that the SCENE_UNDERSTANDING_COARSE Android permission is granted.
Summary
Public companion properties |
|
|---|---|
Config.PlaneTrackingMode |
Planes will not be tracked. |
Config.PlaneTrackingMode |
Horizontal and vertical planes will be tracked. |
Inherited functions |
||
|---|---|---|
|
Public companion properties
HORIZONTAL_AND_VERTICAL
val HORIZONTAL_AND_VERTICAL: Config.PlaneTrackingMode
Horizontal and vertical planes will be tracked. Note that setting this mode will consume additional runtime resources.