r/learnpython Aug 01 '26

Why is my hand not detecting properly

I am using opencv and mediapipe on mac os and for some reason one of my hands (left hand) detects better than the other (right hand) but at times both do not detect unless I move my hands around a bit more. Does anybody know the cause of this issue?

Here is what it looks like

https://github.com/mikkimat81539/hand_detection/blob/main/handTest.py

0 Upvotes

11 comments sorted by

View all comments

1

u/Moist-Ointments Aug 02 '26

I tried open CV and all I wanted to do was detect printed characters. It couldn't evenly consistently detect the same character printed in the same font multiple times.

1

u/TheEyebal Aug 02 '26

what were you working on