unreal.ARFaceTrackingUpdate
¶
- class unreal.ARFaceTrackingUpdate¶
Bases:
EnumBase
Options for the kind of data to update during Face Tracking. This feature is used by ARKit.
C++ Source:
Module: AugmentedReality
File: ARSessionConfig.h
- CURVES_AND_GEO: ARFaceTrackingUpdate¶
Both curves and geometry are updated. This is useful for mesh visualization.
- Type:
0
- CURVES_ONLY: ARFaceTrackingUpdate¶
Only the curve data is updated.
- Type:
1