Please sign in to access this page

Hand gestures to volume

Hand gestures to volume

2 devlogs
3h 2m
Created by jim

you can control your computer's volume with this machine vision project just by using your hand gestures. (powered by opencv and mediapipe)

Timeline

jim
jim
2h 46m 3 months ago

Took some time, (tried 3 different models), but finally found a lightweight way to capture hand points and faces (haar cascades). This was a lot trial and error, and Im happy I finally found the correct way to do it.

Update attachment

Adding a logs system - instead of just printing in the terminal, I added functions to handle logs and a logfile. The functions are in utils/logs/logs.py and are called from the main.py

Update attachment