Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.55 KB

UniversalGestureRemote

This is an application which I developed for the 32 HOUR STARTUP challenge held in my college as a prototype. It is used to interface my computer to an arduino device which uses GYROSCOPE to send me with the current tilt. Using this data I can recognize gestures. Then I use scripts which I have written to CONTROL OTHER APPLICATIONS like

  • Media players
  • Text editors
  • Web Browsers
  • Presentations
  • Volume
  • Start menu
  • and the POSSIBILITES ARE ENDLESS

Here are a few sample videos taken during the course of the competition. Each of these videos shows how different applications were controlled using GESTURES

This application uses the prototype library that was developed by me in the 32 HOUR STARTUP CHALLENGE. The demo and the library are implemented using c# and the project is a simple and easy to understand console application. Here is a link to the DEMO project. This project infact is the core of the gesture-recognition software and was the first WORKING PROTOTYPE I built for this system.