R2R0
October 22, 2025, 5:12pm
1
Hello Stereolabs community,
I need to detect when a user open and closes their hand using the body tracking.
The docs for body tracking show that BODY_38 format has keypoints for thumbs, index, middle and pinky fingers.
https://www.stereolabs.com/docs/body-tracking#how-it-works
I recorded a video and used the BodyTrackingSingle example scene to test this, but I don’t see any movement in the fingers that are supposed to move.
Is there something I’m missing here?
I’m attaching the video with the test, and the configuration in the ZedManager
Thanks a lot
Myzhar
October 23, 2025, 2:55pm
2
Hi @R2R0
Finger keypoints with the shape BODY_38 are primarily designed to help estimate hand orientation.
The accuracy is not sufficient to estimate precise finger movements.
R2R0
October 27, 2025, 11:09am
3
Thanks @Myzhar
Is there any other way to detect when a person closes their hand?
I need an input to trigger certain behaviours and hand gestures would be the best ones.
Eg: Close a dialog input when the user closes their hand, as if it were “press A” in a videogame
Myzhar
October 31, 2025, 6:57pm
4
You must use an external library to detect hand gestures.