Skip to content

A port of remexre's pyfreenect2 for python3

Notifications You must be signed in to change notification settings

MathGaron/py3freenect2

 
 

Repository files navigation

py3freenect2

Python bindings for libfreenect2.

This fork contains:

  • Better handling of data (smart pointer instead of copy)
  • Registration code
  • Depth copied as float
  • Output as BGRA, with no additional copy

Requirements

Installation

To install, run sudo python setup.py install.

Usage

For usage, see test.py.

TODO List

  • Make the pipeline argument of Freenect2Device's constructor actually do something
  • Test everything

About

A port of remexre's pyfreenect2 for python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.9%
  • Python 26.7%
  • Shell 0.4%