
pix_freenect (0.01 very alpha version...)
======================================
pure data / Gem external to get Kinect camera streams

* depends on libfreenect

it should work with more than one Kinect but can only output rgb OR depth - not both (right now...)


2011 by Matthias Kronlachner
__________________________________________________________

::INSTALL::
just testet under Ubuntu but should also work in OSX


*	get/install pd and Gem (http://puredata.info)

*	get and install libfreenect from http://openkinect.org
	https://github.com/OpenKinect/libfreenect

*	edit Makefile for right path to Gem and pd sources

*	#.../pix_freenect> make


*	have a look at the pix_freenect-help.pd file!


 ________________
:::THINGS TO DO:::

*		possibility to output rgb AND depth image
		-> maybe some code has to be rewritten!

*		acceleration sensor output not working -> output maybe to an outlet


*		check other image formats of libfreenect


questions: m.kronlachner@gmail.com


