libfreenect
Kinect RGB Demo
For more information about this demo, check out: http://nicolas.burrus.name/index.php/Research/KinectRgbDemoV4?from=Resea... .
Multi-touch Tabletop Gaming
The Kinect™ Multi-touch gaming table project explores the feasibility of using the Kinect™ to enhance the experience of table top gaming over a long distance. Unlike traditional software based implementations that offer a purely virtualized version of the game, the table is designed to accommodate the manipulation of both real and virtual objects. The sensor technology allows manipulation of these objects in a natural way, not mapped to buttons or keyboard commands. Combined with telepresence capabilities, the table can simulate a table top gaming environment akin to a tra
Kinect RGB Demo
Included in this post is a slightly modified version of the source code for Nicolas Burrus's RGB Demo 0.4.0 ready to compile in Visual Studio 2010 for a Windows machine. For more information about this demo, check out: http://nicolas.burrus.name/index.php/Research/KinectRgbDemoV4?from=Resea... .
Installing libFreeNect Drivers (Mac OS X)
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:
Installing libFreeNect Drivers (Windows 7)
- 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.
Installing libFreeNect Drivers (Ubuntu 10.10)
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
Quadrotor Autonomous Flight and Obstacle Avoidance with Kinect Sensor
This work is part of the STARMAC Project in the Hybrid Systems Lab at UC Berkeley (EECS department). http://hybrid.eecs.berkeley.edu/Researcher: Patrick BouffardPI: Prof. Claire TomlinOur lab's Ascending Technologies [1] Pelican quadrotor, flying autonomously and avoiding obstacles.
DepthJS
DepthJS allows any web page to interact with the Microsoft Kinect using Javascript.
Interactive puppet prototype
Created an interactive puppet by using skeleton tracking on the arm and determining where the shoulder, elbow, and wrist is, using it to control the movement and posture of the giant funky bird! They have used openFrameworks and libFreenect
Minority Report Holo GUI with Kinect hack
This is a graphical interface inspired by the movie "Minority Report". It uses the Kinect sensor from Microsoft, and the recently released libfreenect driver for interfacing with the Kinect in linux. The graphical interface and the hand detection software were written at MIT to interface with the open source robotics package 'ROS', developed by Willow Garage (willowgarage.com). The hand detection software showcases the abilities of the Point Cloud Library (PCL), a part of ROS that MIT has been helping to optimize.