Raspberry Pi/Camera streaming: Difference between revisions

From Wiki
(Leere Seite erstellt)
 
No edit summary
Line 1: Line 1:
== Raspi with camera ==
*
<blockquote>
raspivid -a 12 -t 0 -w 1280 -h 720 -hf -ih -fps 30 -o udp://192.168.1.10:5000
</blockquote>


== Raspi with monitor ==
*
<blockquote>
omxplayer -n -1 --win 384,336,1920,1200 udp://@:5000
</blockquote>

Revision as of 18:09, 19 January 2018

Raspi with camera

raspivid -a 12 -t 0 -w 1280 -h 720 -hf -ih -fps 30 -o udp://192.168.1.10:5000


Raspi with monitor

omxplayer -n -1 --win 384,336,1920,1200 udp://@:5000