mirror of https://github.com/kivy/kivy.git
8c180097cb
* fixed pep8 errors * pep8 fixes forexamples directory * some more pep8 fixes |
||
---|---|---|
.. | ||
README.txt | ||
kinectviewer.py |
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.