2.videos.together.mp4
- Fist - LEDs blink.
- Each finger on the hand has its own dedicated LED.
- Hand type detection (Right / Left).
- LEDs turn off when no hand or finger is detected.
- Print to the terminal the LED states (as an array) and the hand detection result (Right / Left / None).
Requirement: Python version 3.11 - the project will only work with this version.
If you are working in a virtual environment (venv):
- Activate the virtual environment:
Run .\venv\Scripts\activate (replacevenvwith your environment's name). - Run python LedByFingersP.py (replace
LedByFingersPwith the name of your Python executable).