Update to latest upstream version of acatcher

This commit is contained in:
Donald Burr 2015-02-18 00:54:07 -08:00
parent ca552ae331
commit 9a00ee2118
3 changed files with 51 additions and 40 deletions

View file

@ -3,8 +3,6 @@ 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)