Video
Sony Alpha als Webcam
Datei/etc/modprobe.d/dslr-webcam.conf
mit folgendem Inhalt erstellen:
# Module options for Video4Linux, needed for our DSLR Webcam
alias dslr-webcam v4l2loopback
options v4l2loopback exclusive_caps=1 max_buffers=2
Befehl für Capture:
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
Ggf. ist das Video-Device ein anderes, ermittlebar mit v4l2-ctl --list-devices