Implements #196 stream capturing
Compare changes
Files
3+ 8
− 3
@@ -42,9 +42,10 @@ int main(int argc, char **argv) {
@@ -61,7 +62,7 @@ int main(int argc, char **argv) {
@@ -71,11 +72,15 @@ int main(int argc, char **argv) {
This now allows all reconstruction streams to be recorded to file. Currently playback within reconstruct is not completed, although a separate player app is included.