Hand Tracking Overview
Overview
Hand tracking API provides access to the left / right hand positions, keyposes, bones, and confidence values. The HandTracking API is now used through Unity's XR Input Subsystem. Classes that are related the hand tracking can be found in the following namespaces.
using UnityEngine.XR;
using UnityEngine.XR.MagicLeap;
Postures categorize key poses into mechanically similar groups. The key poses OK, C, and Pinch are Pinch postures. Finger and L are Point postures. Thumb and Fist are Grasp Postures. The Open key pose is an Open posture.
Requirements
Hand Tracking Requires developers to enable the Hand Tracking permissions in the Manifest Settings. To do this Go to Edit > Project Settings > Magic Leap > Permissions and enable com.magicleap.permission.HAND_TRACKING
. For more information, refer to the permissions guide.
See Also
- Hand Tracking API Overview
- An overview of the core hand tracking API, including example scripts.
- Gesture Classification API Overview
- An overview of the gesture classification API, including example scripts.
📄️ Hand Tracking Overview
This section provides information on the core Hand Tracking API and how to enable it inside your applications.