GESTURE CONTROLLED ROBOT
GESTURE CONTROLLED ROBOT
Filza A. - James C. -Jonathan C..
Introduction:
Computer vision is a cutting-edge new technology with numerous applications. One such application is identifying hand motions in order to perform computer actions, which is what this project does.
To follow a hand's movements through its fingers, this project employs Python code in conjunction with a computer's web camera. When the code detects a hand on the screen with no fingers visible, such as when a fist is clenched, it executes a keyboard operation, which in this example is the space bar. We utilize the offline Google dinosaur game as an example of how this code is used to showcase this feature.
Driving Question: How can computer vision be used to control Robots?