Skip to content

Files

Latest commit

Feb 20, 2016
55b19e9 · Feb 20, 2016

History

History
33 lines (23 loc) · 841 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 841 Bytes

pyfreenect2

Python bindings to libfreenect2.

Requirements

Installation

To install, run sudo python setup.py install.

Usage

For usage, see test.py.

TODO List

  • 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 ..