Config.PlaneTrackingMode
public final class Config.PlaneTrackingMode implements 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 fields |
|
|---|---|
static final @NonNull Config.PlaneTrackingMode |
Planes will not be tracked. |
static final @NonNull Config.PlaneTrackingMode |
Horizontal and vertical planes will be tracked. |
Inherited methods |
||
|---|---|---|
|
Public fields
HORIZONTAL_AND_VERTICAL
public static final @NonNull Config.PlaneTrackingMode HORIZONTAL_AND_VERTICAL
Horizontal and vertical planes will be tracked. Note that setting this mode will consume additional runtime resources.