- pip install opencv-python
- pip install mediapipe
- pip install pyserial
Disclaimer - The purpose of this project was NOT to make a robotic hand but to achieve actuation in different ways.
I've used an Arduino board, 4 servos (the fifth one broke), each to control one finger.
I've used opencv and mediapipe to detect and track the hand and determine which finger is closed and which is open. I've then sent the data to serial port on the ardiuno using pyserial.