controlling pc, laptops or any other device through hand gesture with the help of arduino With This project you can control the VLC player, you can increase the volume, play pause the video etc.
More features will be added soon. You can also customize this project and change the controlling action
- change the COM4 in the code the COM port that your arduino uses
- Burn the code into the Arduino
- Open Command prompt and type the follwoing commands
To install pyserial module so you can communicate at the serial port using python
pip install pyserial
To install pyautogui module
pip install pyautogui
- Run the python code
- Before running the python code you must close the arduino software or any other software that is using that COM port