fix: guard hand landmark visualization

This commit is contained in:
Tom Boullay
2026-04-29 09:52:46 +02:00
parent cc78420d9c
commit 28e3ac4c06
6 changed files with 110 additions and 1 deletions
+7
View File
@@ -68,6 +68,13 @@ Server responds with detected hands:
"x": 0.5,
"y": 0.3,
"z": 0.1,
"landmarks": [
{
"x": 0.48,
"y": 0.32,
"z": 0.02
}
],
"handedness": "Right",
"isPinch": true,
"pinchDistance": 0.05,