Skip to content

Commit

Permalink
Complete Readme to show fakenect read usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rguillomeReviewer committed Jun 13, 2017
1 parent fe8d35b commit 9c5a328
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,19 @@ Wrappers are not guaranteed to be API stable or up to date.
- actionscript
- Java (JNA)

# Using Fakenect

To use a fakenect recorded stream, just provide the fakenect lib as a pre loaded library with `LD_PRELOAD` and indicates the recorded files directory with `FAKENECT_PATH`

- Sample with python wrappers :
```shell
LD_PRELOAD="/usr/local/lib/fakenect/libfreenect_faked.so" FAKENECT_PATH="./sample/hand1" python ./wrappers/python/demo_cv_sync.py
```
- Sample with C bin :
```shell
LD_PRELOAD="/usr/local/lib/fakenect/libfreenect_faked.so" FAKENECT_PATH="./sample/hand1" freenect-glview
```

# Code Contributions

In order of importance:
Expand Down

0 comments on commit 9c5a328

Please sign in to comment.