commit a1e8834db9cb272cd826229cdb0532d726632772 Author: Kevin Frantz Date: Fri Apr 14 11:41:12 2017 +0000 Camera-script hinzugefuegt diff --git a/camera.sh b/camera.sh new file mode 100644 index 0000000..1d24901 --- /dev/null +++ b/camera.sh @@ -0,0 +1,6 @@ +#!/bin/bash +#Streamt ein Video auf Vaio +/opt/vc/bin/raspivid -t 0 -o - | nc 192.168.178.30 5001 +#Auf Vaio muss +# nc -l -p 5001 | mplayer -fps 31 -cache 1024 - +# ausgefuehert werden