Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 551 Bytes

README_HandTrackingFilter.md

File metadata and controls

5 lines (3 loc) · 551 Bytes

Filtered Hand Tracking

To improve the user experience of a hand-tracking based game, the HandTrackingFilterComponent is used. This component stabilizes the hand movement while tracking is low quality or lost. You can read more about this technology in Adding Hand Tracking To First Steps in the "Hand tracking accuracy mitigation" section.

Simply attach this component to the MotionControllerComponent within your Character, and your hand tracking will be more stable.