You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,17 +147,22 @@ Wrappers are not guaranteed to be API stable or up to date.
147
147
- actionscript
148
148
- Java (JNA)
149
149
150
-
# Using Fakenect
150
+
# Fakenect
151
151
152
-
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`
152
+
Using fakenect, you can record a session to a directory and play it back later.
153
+
154
+
mkdir session
155
+
fakenect-record ./session
156
+
157
+
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`.
0 commit comments