Skip to content

Commit d9cc2b2

Browse files
committed
wrappers/python: update freenect.c - fixes #326
Signed-off-by: Benn Snyder <[email protected]>
1 parent 9a722e3 commit d9cc2b2

File tree

2 files changed

+5154
-3238
lines changed

2 files changed

+5154
-3238
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ Wrappers are not guaranteed to be API stable or up to date.
117117
- actionscript
118118
- Java (JNA)
119119

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+
120129

121130
# Maintainers
122131

0 commit comments

Comments
 (0)