christhornton555 / machine_vision

0 stars 0 forks source link

Add Hand Tracking #3

Closed christhornton555 closed 1 month ago

christhornton555 commented 1 month ago

Add tracking of hands. Include some sense-checks to make sure they fill a reasonable amount of the frame & they're really hands, and figure out how to handle multiple people - maybe they can be attached to skeletons (or maybe that's a more advanced issue)?

christhornton555 commented 1 month ago

Added a video output option before I get to work on hand tracking

christhornton555 commented 1 month ago

Hand tracking now working using MediaPipe

christhornton555 commented 1 month ago

Done, works, tidied up after myself.