unreal.ARSessionTrackingFeature

class unreal.ARSessionTrackingFeature

Bases: unreal.EnumBase

Additional tracking features to be enabled if the device supports it

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

NONE

None of the session feature is enabled

Type

0

PERSON_SEGMENTATION

Person segmentation is enabled

Type

2

PERSON_SEGMENTATION_WITH_DEPTH

Person segmentation with depth info is enabled

Type

3

POSE_DETECTION2D

2D pose detection is enabled

Type

1

SCENE_DEPTH

Accessing scene depth info is enabled

Type

4

SMOOTHED_SCENE_DEPTH

Accessing smoothed scene depth info is enabled

Type

5