kivy/examples/kinect
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
..
README.txt example: add a kinect viewer made with kivy 2011-02-24 13:06:45 +01:00
kinectviewer.py first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00

README.txt

Kinect Viewer
=============

You must have libfreenect installed on your system to make it work.

How it's working
----------------

1. viewer is taking depth value from freenect
2. depth are multiply per 32 to use the full range of 16 bits
3. depth are uploaded in a "luminance" texture
4. we are using a shader for mapping the depth to a special color