kivy/examples/kinect
Zen-CODE a5033315ee doc: revisions to examples/kinect/README.txt 2014-03-05 23:18:08 +02:00
..
README.txt doc: revisions to examples/kinect/README.txt 2014-03-05 23:18:08 +02: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 works
------------

1. The viewer gets the depth value from freenect.
2. Depths are multiplied by 32 to use the full range of 16 bits.
3. Depths are uploaded into a "luminance" texture.
4. We use a shader for mapping the depth to a special color.