Update from upstream
This commit is contained in:
parent
c7a72ad9d4
commit
1ef6d9959d
3 changed files with 26 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue