Gesture Control Report
Gesture Control Report
1. INTRODUCTION
Nowadays, with the explosion of the industry 4.0 technology, a series of smart devices
are gradually introduced to users such as smartphones, smart TV, etc. This has created
a premise of Smart Home to develop strongly. Smart home is equipped with advanced
automatic system for controlling lights, temperature, security, curtains, doors and
many other features aimed at making life more and more comfortable, safe and
secure. Hand Gesture Recognition System is a branch of Human Computer Interaction
in which Human hand gestures are recognized by the computer system and then
perform pre-defined task as per the application for controlling software as well as
hardware.
2. DESIGN HARDWARE
2.2. Relay
A relay module is an electrical switch that is operated by
an electromagnet. The electromagnet is activated by a
separate low-power signal from a micro controller. When
activated, the electromagnet pulls to either open or close
an electrical circuit.
2.3. Webcam
It is an input device that captures the image for Raspberry Pi 4.
The resolution of this camera is 720p.
2.5. Monitor
Raspberry Pi 4 has an HDMI output port to give display which
is compatible with advance TVs and computer monitors.
2.6. Mouse
It is a hand-held hardware input device that controls a cursor
in a GUI (graphical user interface) for pointing, moving and
selecting text, icons, files, and folders on your Raspberry Pi 4.
2.7. Keyboard
A computer keyboard is a peripheral input device
modeled after the typewriter keyboard which uses an
arrangement of buttons or keys to act as mechanical
levers or electronic switches.
3. DESIGN SOFTWARE
To conduct software design for the system, Python software. It is a simple,
yet powerful programming language, and is equipped with features that
are well-suited for processing linguistic data. When detecting a person in
the frame, immediately cut the part of the frame containing the person to
draw the landmark, then the tracking program will continuously monitor
the hand, when the object is no longer in the frame, it will call the person
detection program to ensure continuity.
4. GESTURES
In the image, one can see some green and red point. The red points are programmed
to perform some specific tasks. Connecting 2 points will form a particular gesture Every
Gesture has been programmed for a specific task. The task is to turn the appliances on
and off while performing a particular Gesture. The 4 Gestures which are programmed
are shown in these images.
5. CONCLUSION
The design solution of device controller through gestures has met the minimum
requirements of a smart home. With advantages such as: simplicity, fast processing
speed, no high processing requirements, fairly accurate gesture recognition. With the
help of our algorithm, we were able to decode gestures successfully and could control
the home appliances successfully.