Skip to content

Commit

Permalink
wrappers/python: update freenect.c - fixes #326
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
  • Loading branch information
piedar committed Apr 29, 2014
1 parent 9a722e3 commit d9cc2b2
Show file tree
Hide file tree
Showing 2 changed files with 5,154 additions and 3,238 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -117,6 +117,15 @@ Wrappers are not guaranteed to be API stable or up to date.
- actionscript
- Java (JNA)

## Python

cd wrappers/python
# if you have cython and want to rebuild the binding
# cython freenect.pyx
python2 setup.py build_ext --inplace

For example, start with [demo_cv_async.py](https://gihub.com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async.py).


# Maintainers

Expand Down

0 comments on commit d9cc2b2

Please sign in to comment.