refactor: replace pinch gesture with fist gesture

This commit is contained in:
Tom Boullay
2026-04-29 10:34:11 +02:00
parent 28e3ac4c06
commit cc4c11f934
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
}
]