Video

Aus Shea Wiki
Zur Navigation springen Zur Suche springen

Sony Alpha als Webcam

(siehe https://community.sony.de/t5/tipps-tutorials-faqs/sony-kameras-als-webcam-unter-linux-nutzen-howto/ba-p/3697384)

Datei/etc/modprobe.d/dslr-webcam.confmit 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

Sony Alpha über WLAN

https://github.com/falk0069/sony-pm-alt