unreal.MagicLeapHandTrackingKeypointFilterLevel
¶
- class unreal.MagicLeapHandTrackingKeypointFilterLevel¶
Bases:
unreal.EnumBase
Filtering for the keypoints and hand centers.
C++ Source:
Plugin: MagicLeap
Module: MagicLeapHandTracking
File: MagicLeapHandTrackingTypes.h
- NO_FILTER¶
No filtering is done, the points are raw.
- Type
0
- PREDICTIVE_SMOOTHING¶
Predictive smoothing, at higher cost of latency.
- Type
2
- SIMPLE_SMOOTHING¶
Some smoothing at the cost of latency.
- Type
1