Update from upstream

This commit is contained in:
Donald Burr 2015-02-17 21:34:09 -08:00
parent c7a72ad9d4
commit 1ef6d9959d
3 changed files with 26 additions and 9 deletions

View file

@ -3,6 +3,8 @@ host side:
apt-get install libopencv-dev
clang++ -O2 -lopencv_core -lopencv_highgui -lopencv_imgproc -o acatcher acatcher.cxx
(add -DSHOWALL to get all windows up at once, and change "const int MAX" to
reduce the number of windows up at once.)
to actually run it:
./acatcher | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)