PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : RPi und Watterott TFT



ex535
04.12.2013, 13:37
Hi Leute,

wer hat ebensfalls die Kombination von RPi-ShieldBridge und MIO283QT-Adapter(2,8" Farb LCD + Touch)
Weiter Infos bei https://github.com/watterott/RPI-ShieldBridge

Diese Option interessiert mich. Leider funktioniert es nicht?

I got it working! Many thanks for a useful tutorial.

For the benefit of others, here’s how I did it:

1. Installed VLC on my Pi.

2. Installed MX Player on my Android phone

3. On the Pi: $ raspivid -o – -t 9999999 -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin –sout ‘#standard{access=http,mux=ts,dst=:8090}’ :demux=h264

4. MX Player: Network Stream –> 192.168.xx.yy:8090 where 192.168.xx.yy is the Pi’s ip address and 8090 is the port we told the Pi to send the stream to.

how can I set the “raspivid -o – -t 99999 -hf -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin –sout ‘#standard{access=http,mux=ts,dst=:8090}’ :demux=h264″ to start automatically from boot ?



Informationsaustausch gewünscht!

Gruß
Kurt

pointhi
04.12.2013, 21:36
Ich hab den raspberry pi und das display, und beides funktioniert super, bis auf die sache, dass der touch auf den seiten derzeit nicht geht ( etwa 8-9px auf jeder seite).

Zum verbinden nutze nicht das Rpi shield, sondern eine selbstentwickelte platine die etwas funktionsreicher ist.

mfg, pointhi

ex535
05.12.2013, 17:51
Hi,
ich habe eine Lösung gefunden.

http://www.raspberry-projects.com/pi/pi-hardware/raspberry-pi-camera/streaming-video-using-vlc-player

Zum Thema Touchscreen kann ich noch nicht schreiben. Testen, lernen, testen... schaun wir mal.

Gruß
Kurt
:)