refactor: replace pinch gesture with fist gesture

This commit is contained in:
Tom Boullay
2026-04-29 10:34:11 +02:00
parent 3503ff52ed
commit d4dd0fa283
9 changed files with 69 additions and 26 deletions
+2 -3
View File
@@ -2,7 +2,7 @@
Remote-compatible Python backend for La-Fabrik hand tracking.
The browser captures webcam frames, downsizes them, sends JPEG frames to this backend over WebSocket, and receives hand landmarks plus pinch state.
The browser captures webcam frames, downsizes them, sends JPEG frames to this backend over WebSocket, and receives hand landmarks plus closed-fist state.
## Setup
@@ -76,8 +76,7 @@ Server responds with detected hands:
}
],
"handedness": "Right",
"isPinch": true,
"pinchDistance": 0.05,
"isFist": true,
"score": 0.92
}
]