Python bindings to libfreenect2.
For usage, see test.py
. To install, run sudo python2 setup.py install
.
- Make
test.py
actually display the frames - Implement Registration.apply (in py_Registration_apply)
- Make the pipeline argument of Freenect2Device's constructor actually do something
- Test everything
You can probably find more TODOs in Issues or by grep -R TODO .
.