Zwischencommit

This commit is contained in:
Kevin Frantz
2017-04-16 20:27:42 +00:00
parent 7096c758a8
commit 473ec178a6
4 changed files with 32 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
#Streamt ein Video auf Vaio
/opt/vc/bin/raspivid --hflip --vflip -t 0 -o - | nc 192.168.178.30 5001
#/opt/vc/bin/raspivid --hflip --vflip -t 0 -o - | nc 192.168.178.30 5001
#Auf Vaio muss
# nc -l -p 5001 | mplayer -fps 31 -cache 1024 -
# ausgefuehert werden
/opt/vc/bin/raspivid -w 640 -h 480 --hflip --vflip -t 0 -o - | nc 192.168.178.30 5001