wolterlw / hand_tracking

Minimal Python interface for Google's Mediapipe HandTracking pipeline
Apache License 2.0
148 stars 37 forks source link

added python code for tracking hand on webcamera videofeed #35

Open joakimeriksson opened 4 years ago

joakimeriksson commented 4 years ago

I did a quick web-camera hand-tracking example for the hand tracking code. This makes it possible to test the tracker without Jupyter notebooks.

I also did a small fix to get the correct number of values of the return statement when no hands are found.

joakimeriksson commented 4 years ago

I cleaned up the code a bit now. I will also very likely use your contribution in a project where I would like to have some of the MediaPipe trackers and you did a great job of making that easy to do - thanks!

joakimeriksson commented 4 years ago

Ping!