test-kivy-app/kivy_venv/share/kivy-examples/kinect
2024-09-15 15:12:16 +03:00
..
__pycache__ first commit 2024-09-15 15:12:16 +03:00
kinectviewer.py first commit 2024-09-15 15:12:16 +03:00
README.txt first commit 2024-09-15 15:12:16 +03:00

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.