Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 753 Bytes

py3freenect2

Python bindings for 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