unreal.HandTrackingKeypointFilterLevel

class unreal.HandTrackingKeypointFilterLevel

Bases: unreal.EnumBase

deprecated: ‘HandTrackingKeypointFilterLevel’ was renamed to ‘MagicLeapHandTrackingKeypointFilterLevel’.

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