KRISHNA ENGINEERING COLLEGE
Department of Electronics & Communication Engineering
MAJOR PROJECT
PRESENTATION 2
By-
Under the Guidance of
Yugansh Arora 1616131059
Mrs Neha Raheja
Karan Bhardwaj 1616131022
Uditanshu Sharma 1616131056
Kavya Gautam 1616131024
MAJOR PROJECT
Conference table
with
3D Holograph &
Gesture control
INTRODUCTION
We use various hand gestures in our day-to-day
life to communicate while trying to explain
someone something, direct them somewhere
etc. It would be so cool if we could
communicate with various applications running
on the computers or different devices around us
understand the hand gestures and give the
expected output. In order to achieve this, we
are using a 3-by-3 grid of analog IR proximity
sensors(prototype) and connecting these
sensors via ADC circuit & then to Raspberry pie
or SJOne Board. As a hand is moved in front of
the sensors, the sensor values would in a
particular pattern enabling us to detect the
gesture and instruct the application to perform
the corresponding action.
DESIGN &
IMPLEMENTATION
This project will be divided
into two phases
Second Phase-
First Phase-
Develop a
To develop a IR
holographic projector
based gesture control
and make an
and getting output in our
application on PC which
Raspberry Pie.
could take input from IR
table and rotate our
projection desirably.
TECHNICAL PROBLEMS
As discussed with faculty members the
second phase of the project is not feasible
now due to financial and lockdown problems
So, we shifted our focus to develop the first
phase that is the Gesture Recognizing Grid.
DETAILED WORKING OF 1ST PHASE
As we know, we are using Raspberry Pie to
develop this as it’s a Linux Based computer
in itself.
It will help us to reduce the cost of adding
another pc to control the projector.
We can directly plug inn the pendrive or any
other source of project that is developed in
an 3d designing software.
With the use of Raspberry Pie the whole
system will be independent of other
computer and will be more portable
GETTING INTO THE RASPBERRY PIE
Most of us know that Raspberry pie is a very
powerful mini computer.
When we begin working with Raspberry Pie
we found out that is doesn’t have very
important circuit which is essential for this
project that is ADC (Analog to Digital
Converter)
We required this circuit as we wanted to take
IR inputs as analog values.
As analog values will be more helpful in
recognizing the gesture's as compared to
digital values
SOLUTION TO PROBLEM
As a solution to this problem, we decided to
integrate an external ADC with raspberry pie.
Now we have 2 choices for ADC – 1. MCP
3008 which has 8 channels and 10 bit
precision
-2. ADSX15 4 channels & 12-16 bit precision
We decided to go with MCP 3008 as it has
more channels and is cost effective as well.
PROGRAMMING THE RASPBERRY PIE
As raspberry pie is a computer in itself It can
support various programming languages.
We decided to program on Python as it is
easy to understand and easy to debug as
well.
We are using PyAutoGUI library to move the
image/mouse according to the given input by
the IR grid.
And to recognize the gesture we have
developed our own algorithm.
GESTURE RECOGNITION
PROGRAM
BLOCK DIAGRAM
THANK YOU