Top Banner
Controlling electrical appliances using human gesture by, Rajaganapathy S VIT UNIVERSITY
12
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Controlling electrical appliances using human gestures

Controlling electrical appliances using human gesture

by,Rajaganapathy SVIT UNIVERSITY

Page 2: Controlling electrical appliances using human gestures

Problem Definition

• Natural user interface is the medium of interaction between a user and the machine in the form of human gesture.

• Our project is to control the electrical appliances by the human gesture using kinect sensor.

• Gesture recognition is nothing but the detection of humans bodily notion and the behavior

Page 3: Controlling electrical appliances using human gestures

• Here kinect is a motion-sensing devise developed by Microsoft for the Xbox video game console and the windows pcs.

• The Kinect contains two cameras, an infra-red projector and four microphones. So it enables the user to control and interact with the Xbox 360 without the need to touch a device or a pc.

Page 4: Controlling electrical appliances using human gestures

System requirements

• Hardware requirements:• Kinect Xbox device• Windows 7 pc• Microcontroller with the relay• Software devices• Visual studio• HyperTerminal

Page 5: Controlling electrical appliances using human gestures

Existing system

• Remotely monitor and adjust home lighting control status throughout the house while away from home using your iPhone.

• For this system we need a network all the time and the GPS facility to access the location. And if the battery of the phone drains, we can’t control remotely

Page 6: Controlling electrical appliances using human gestures

Proposed System Architecture

• Three views of kinect

Page 7: Controlling electrical appliances using human gestures

• Kinect skeleton tracing,

Page 8: Controlling electrical appliances using human gestures

Architecture of our system

Page 9: Controlling electrical appliances using human gestures

Module Description

The kinect sdk is stably designed to identify 20 of human joints as shown in the above picture.

the position of each joint is given as an offset from the kinect sensor as shown in the figureX is left-rightY is up-downZ is away from the sensor

Page 10: Controlling electrical appliances using human gestures

• The electric devices are connected to the relay where the relay with four points(1,2,3,4 and 5) as shown in the fig

To accessories

relay

Ground

Page 11: Controlling electrical appliances using human gestures

• The kinect uses the .NET code for process the application. The c# code connects the microcontroller through the interface called HyperTerminal.– Once the person enters the room. The kinect

tracks the skeleton and sends to the system.– Once both the input streamed gesture and the

user defined gesture matches the respected appliances will be switched on.

Page 12: Controlling electrical appliances using human gestures

References.

• http://www.i-programmer.info/programming/hardware/2623-getting-started-with-microsoft-kinect-sdk.html

• http://www.xbox.com/en-IN/Kinect• http://www.microsoft.com/education/ww/

products/Pages/kinect.aspx