Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remexre/pyfreenect2
Python bindings to libfreenect2
https://github.com/remexre/pyfreenect2
Last synced: about 8 hours ago
JSON representation
Python bindings to libfreenect2
- Host: GitHub
- URL: https://github.com/remexre/pyfreenect2
- Owner: remexre
- Created: 2015-06-09T00:02:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T15:22:03.000Z (about 7 years ago)
- Last Synced: 2023-03-02T03:26:48.260Z (over 1 year ago)
- Language: C++
- Size: 40 KB
- Stars: 26
- Watchers: 7
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyfreenect2
===========Python bindings to [libfreenect2](https://github.com/OpenKinect/libfreenect2).
Requirements
---------- Python2 (python3 support : https://github.com/LovelyHorse/py3freenect2)
- Numpy
- Scipy (as appropriated by python version) :
- Python Imaging Library (used for scipy.misc.im* functions) : http://www.pythonware.com/products/pil/
- OpenCVInstallation
---------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 everythingYou can probably find more TODOs in [Issues](https://github.com/tikiking1/pyfreenect2/issues) or by `grep -R TODO .`.