GestureTrack 

What is GestureTrack?

A simple hand gesture tracking project which helps mute people to perform their daily jobs with ease

Uses of GazeTracking

Secondary : Has uses in commercial products which exploit gesture input capabilities

Primary : For people who are mute or have certain speech impairements

Implementation

Hardware

  • Arduino Board

 

 

  • Camera (WebCam )

 

  • Output Screen

 

 

Software

  • Python Programming Language

 

  • OpenCV Framework

 

  • Arduino IDE

 

  • PIL Image Manipulation Library

 

DEMONSTRATION



Procedure

  1. Isolating Hand
  2.                    Threshold Image
  3.                     Drawing Contours
  4.                  Find convex hull and convexity defects
  5.                 Determine number of fiingers
  6.                Open serial communication channel with                            arduino
  7.                Transfer encoded data
  8.                 Arduino communicates with sensors to                              perform action with relevant data

 

GestureTrack(ACD)

By Namit Juneja

GestureTrack(ACD)

  • 366