# py3freenect2 **Repository Path**: TF-boy/py3freenect2 ## Basic Information - **Project Name**: py3freenect2 - **Description**: 基于libfreenect2的python3包装器。这个版本只能显示一帧图片,可能是因为没有包装Listener的Release函数? - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README py3freenect2 =========== Python bindings for [libfreenect2](https://github.com/OpenKinect/libfreenect2). Requirements --------- - Python3 (python2 support : https://github.com/remexre/pyfreenect2; backwards compatibility to come) - Numpy - Scipy (as appropriated by python version) : - Python Imaging Library (used for scipy.misc.im* functions) : http://www.pythonware.com/products/pil/ - OpenCV 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