aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdavidberger <j.david.berger@gmail.com>2018-03-20 22:52:43 -0600
committerGitHub <noreply@github.com>2018-03-20 22:52:43 -0600
commit96e55cd00b3c68ac8adae8a54aaca2f57e4329c0 (patch)
tree77ae2230a5d3bebf49695ac19feeef07f375b0c4 /README.md
parent9378980248f137368cbf80d1dec8af7eda209655 (diff)
downloadlibsurvive-96e55cd00b3c68ac8adae8a54aaca2f57e4329c0.tar.gz
libsurvive-96e55cd00b3c68ac8adae8a54aaca2f57e4329c0.tar.bz2
Update README.md
Made playback / record instructions match new argument functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index b329730..518a985 100644
--- a/README.md
+++ b/README.md
@@ -274,12 +274,20 @@ libsurvive has an integrated tool that allows you to record and playback streams
```
make
-./data_recorder my_playback_file
+./data_recorder -o my_playback_file
```
This gives you a file -- my_playback_file -- with all the device configurations and events file you need to replay it.
-To actually replay it, put that directory path in the 'PlaybackFile' configuration value in config.json and run libsurvive as usual. Note that this will purposefully stop the USB devices from loading as to not confuse the library with inconsistent data.
+You can also just let it stream to standard output, but this tends to be a lot of information.
+
+To actually replay it, put that directory path in the 'playbackfile' configuration value in config.json and run libsurvive as usual. Note that this will purposefully stop the USB devices from loading as to not confuse the library with inconsistent data.
+
+You can also replay it just with command line options:
+
+```
+./calibrate --playbackfile my_playback_file
+```
## Playback speed