misc fixes

This commit is contained in:
Donald Burr 2015-02-19 00:02:50 -08:00
parent 8bbebe28bf
commit 7e6fc09f72
6 changed files with 2 additions and 49 deletions

View file

@ -1,8 +1,8 @@
host side:
apt-get install libopencv-dev llvm-3.4 clang-3.4
clang++-3.4 -O2 -lopencv_core -lopencv_highgui -lopencv_imgproc -o acatcher acatcher.cxx
apt-get install libopencv-dev
clang++ -O2 -lopencv_core -lopencv_highgui -lopencv_imgproc -o acatcher acatcher.cxx
to actually run it:
./acatcher | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)