drop screen size to 320x240, otheriwse they won't all fit
This commit is contained in:
parent
4b0ef4a8ee
commit
627ce44fa0
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ VSESSION=$((4100+NUM))
|
|||
echo "i am $HOSTNAME machine $NUM asession $ASESSION vsession $VSESSION server at $SERVERIP"
|
||||
|
||||
# different res is ok, MUST be mjpg
|
||||
v4l2-ctl --set-fmt-video=width=640,height=480,pixelformat=MJPG
|
||||
v4l2-ctl --set-fmt-video=width=320,height=240,pixelformat=MJPG
|
||||
amixer -c 1 sset Mic,0 80%,80% unmute cap
|
||||
|
||||
(while true; do arecord -t raw -c 1 -f S16_LE -r 22050 -D hw:1 | nc $SERVERIP $ASESSION; sleep 1; done) &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue