mirror of
https://github.com/kevinveenbirkenbach/erinaco.git
synced 2025-09-09 11:47:14 +02:00
Zwischenstand Motorenimplementierung
This commit is contained in:
1
sensoren/__init__.py
Normal file
1
sensoren/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
|
6
sensoren/camera.sh
Normal file
6
sensoren/camera.sh
Normal 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
|
Reference in New Issue
Block a user