Skip to content

Commit

Permalink
Changed path
Browse files Browse the repository at this point in the history
Signed-off-by: Brandyn A. White <bwhite@dappervision.com>
  • Loading branch information
Brandyn A. White authored and qdot committed Nov 27, 2010
1 parent a92e0a7 commit 1abe902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/python/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build with (goes in this directory)
python setup.py build_ext --inplace

To use fakenect, use this to point at it's directory
sudo LD_LIBRARY_PATH="../../../fakenect/" FAKENECT_PATH="thanksgiving0" python demo_cv_depth_show.py
sudo LD_PRELOAD="/usr/local/lib/fakenect/libfreenect.so" FAKENECT_PATH="thanksgiving0" python demo_cv_depth_show.py

This provides a synchronous api in cython. It handles the kinect callback events in a background thread.
See demo_cv_depth_sync_show.py for an example.
Expand Down

0 comments on commit 1abe902

Please sign in to comment.