configure_hand_gestures
Customize hand gesture recognition by enabling specific gestures (pinch, grab, point, open palm) and adjusting sensitivity thresholds to control detection accuracy and responsiveness.
Instructions
Configures which hand gestures are recognized and their sensitivity. Gestures include pinch, grab, point, open palm, thumbs up, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grabThreshold | No | Grab detection threshold (0-1) | |
| continuousMode | No | Fire gesture events continuously while gesture is held | |
| pinchThreshold | No | Pinch detection threshold (0-1) | |
| enabledGestures | No | List of gestures to recognize | |
| gestureHoldTime | No | Time in seconds a gesture must be held before triggering | |
| smoothingFactor | No | Gesture detection smoothing (0=none, 1=max) |