/Hand-Gesture-Recognition

Using Arduino Uno and Ultrasonic sensors to make laptop/PC recognise hand gestures

Primary LanguageC++

Hand-Gesture-Recognition

Using Arduino Uno and Pyautogui to make laptop/PC recognise hand gestures
Materials Needed:

A laptop or Desktop
A webcam
Arduino Uno
3 Ultra Sound Sensors
A light Sensor (lru)
An IR Sensor


The Dino Folder contains a small snippet or example of how we use pyautogui and an Arduino Board and Ultrasonic Sensor to play the dino game on chrome.

The Hand_gesture Folder coints the main .py and .ino file which implement the following functions:

Switch on/off Gestures
Switch between tabs
Auto-Brightness adjustment
Vedio Playback functions : play,pause,rewind,forward, volume increse, volume decrease, enter fullscreen, exit (try these on Youtube)

You can implement different gesture recognition and map it to system functions.
For different applications and scenarios edit the code and remap the different gestures to the specific functions required.