Video: Unterschied zwischen den Versionen

Aus Shea Wiki
Zur Navigation springen Zur Suche springen
(Wiederherstellung)
 
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
=== Sony Alpha als Webcam ===
=== Sony Alpha als Webcam ===
(siehe <nowiki>https://community.sony.de/t5/tipps-tutorials-faqs/sony-kameras-als-webcam-unter-linux-nutzen-howto/ba-p/3697384</nowiki>)
(siehe https://community.sony.de/t5/tipps-tutorials-faqs/sony-kameras-als-webcam-unter-linux-nutzen-howto/ba-p/3697384)


Datei<code>/etc/modprobe.d/dslr-webcam.conf</code>mit folgendem Inhalt erstellen:
Datei<code>/etc/modprobe.d/dslr-webcam.conf</code>mit folgendem Inhalt erstellen:
Zeile 17: Zeile 17:


=== Sony Alpha über WLAN ===
=== Sony Alpha über WLAN ===
<nowiki>https://github.com/falk0069/sony-pm-alt</nowiki>
https://github.com/falk0069/sony-pm-alt

Aktuelle Version vom 9. November 2022, 01:42 Uhr

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