None
May 16
Kinect Flythrough Google Earth
Using the Kinect with Google Earth to navigate and fly through the environment.
Flythrough Kinect.
May 05
0
Installing libFreeNect Drivers (Mac OS X)
Thu, 05/05/2011 - 10:20 — mxg7505
Warning: These steps have been tested on multiple Mac machines - not all installations worked correctly.
Using Homebrew
Note: This tutorial works best if you have a clean install of Snow Leopard. Otherwise, things often break due to library version conflicts.
last tested May 4, 20111. Download Homebrew
Install XCode if you don’t already have it ( http://developer.apple.com/xcode/ )
Open up the terminal and run the following line:
May 02
Installing libFreeNect Drivers (Windows 7)
Mon, 05/02/2011 - 18:03 — mxg7505
- Go to http://sourceforge.net/projects/roboticslab/files/RGBDemo-0.4.0-Win32.zi... abd download RGBDemo-0.4.0-Win32 when prompted
- Navigate to where you downloaded it and extract it.
- Plug in your Kinect to the USB port on your PC.
May 02
Installing libFreeNect Drivers (Ubuntu 10.10)
Mon, 05/02/2011 - 17:44 — mxg7505
last tested April 20, 2011
Note: All instructions found below assume basic working knowledge of inputting commands via terminal
1. Open command-line terminal
2. get/use Ubuntu launchpad ppa:
sudo add-apt-repository ppa:arne-alamut/freenect
3. update/resynchronize list of packages from repository:
sudo apt-get update