unreal.ARFaceTrackingUpdate¶
- class unreal.ARFaceTrackingUpdate¶
Bases:
EnumBaseOptions 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 = Ellipsis¶
Both curves and geometry are updated. This is useful for mesh visualization.
- Type:
0
- CURVES_ONLY: ARFaceTrackingUpdate = Ellipsis¶
Only the curve data is updated.
- Type:
1