erinaco/sensoren/camera.sh
2017-04-15 16:43:12 +00:00

7 lines
198 B
Bash

#!/bin/bash
#Streamt ein Video auf Vaio
/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