Zwischenstand Motorenimplementierung

This commit is contained in:
Kevin Frantz
2017-04-15 00:42:23 +00:00
parent 88f0075735
commit 3df8ab165a
15 changed files with 132 additions and 6 deletions

1
sensoren/__init__.py Normal file
View File

@@ -0,0 +1 @@

6
sensoren/camera.sh Normal file
View File

@@ -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