We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a722e3 commit d9cc2b2Copy full SHA for d9cc2b2
README.md
@@ -117,6 +117,15 @@ Wrappers are not guaranteed to be API stable or up to date.
117
- actionscript
118
- Java (JNA)
119
120
+## Python
121
+
122
+ cd wrappers/python
123
+ # if you have cython and want to rebuild the binding
124
+ # cython freenect.pyx
125
+ python2 setup.py build_ext --inplace
126
127
+For example, start with [demo_cv_async.py](https://gihub.com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async.py).
128
129
130
# Maintainers
131
0 commit comments