Skip to content

A small program that uses the OpenKinect drivers to control mouse input in Ubuntu Linux

Notifications You must be signed in to change notification settings

awatme/Kinect-Mouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ooblik's Kinect Mouse - By Tim Flaman - [email protected]
=========================================================

This is a demo program to allow the control of the mouse by Microsoft's 
Kinect sensor. This will not work unless you have compiled and installed
the Freenect drivers located at https://github.com/OpenKinect/libfreenect

Based off of the Freenect example from the OpenKinect Project.

Probably has to be run as root...

Required Libraries:
 -- libfreenect
 -- libx11-dev
 -- libxtst-dev
 -- freeglut3-dev
 -- libxmu-dev

To build: 

 - Open Terminal and navigate to kinect_mouse dir
 - mkdir build
 - cd build
 - cmake ..
 - make


Special thanks to OpenKinect Project. http://www.openkinect.org
For updates follow me on twitter http://www.twitter.com/timOoblik

About

A small program that uses the OpenKinect drivers to control mouse input in Ubuntu Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • C 34.1%
  • CMake 1.4%