forked from pathammer/Kinect-Mouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (21 loc) · 779 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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