User Tools

Site Tools


wiki:tech:misc:streaming
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


wiki:tech:misc:streaming [2021/07/28 14:27] (current) – created kpc
Line 1: Line 1:
 +=== streaming and so on ===
  
 +install [[https://github.com/umlaeute/v4l2loopback|v4l2loopback]].
 +
 +
 +<code>
 +sudo modprobe v4l2loopback exclusive_caps=1
 +v4l2-ctl --list-devices
 +</code>
 +
 +video stream horizontal flip:
 +<code>
 +ffmpeg -f v4l2 -i /dev/video0 -vf "hflip,format=yuv420p" -f v4l2 /dev/video1
 +</code>
 +
 +__format=yuv420p__ - fixes broken image
wiki/tech/misc/streaming.txt · Last modified: 2021/07/28 14:27 by kpc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki