Using a Canon EOS camera as a webcam in Debian
schlachter.xyz
Using a Canon EOS camera as a webcam in Debian
1–10 of 78 posts
Re: Using a Canon EOS camera as a webcam in Debian
#2Re: Using a Canon EOS camera as a webcam in Debian
#3Re: Using a Canon EOS camera as a webcam in Debian
#4Does this actually make a better picture? Won’t your stream still be super compressed by meet/zoom/etc?
Re: Using a Canon EOS camera as a webcam in Debian
#5 apt-get install gnome-video-effects-frei0r #or whatever works for you
filter_idx=2
filters=(
"videobalance"
"quarktv"
"rippletv" #2
"streaktv"
"radioactv"
"vertigotv"
"frei0r-filter-twolay0r"
"frei0r-filter-distort0r"
"dicetv"
"edgetv"
"warptv"
"revtv"
"frei0r-filter-cartoon"
"shagadelictv")
gst-launch-1.0 autovideosrc device=$CAMERA ! videoconvert ! ${filters[$filter_idx]} ! videoconvert ! videobalance ! videoconvert ! v4l2sink device=$VID_LOOPBACK
edit:I've always needed an LD_PRELOAD to launch whatever, eg
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/zoom
maybe someone will chime in because they know better than me about all the details here.Re: Using a Canon EOS camera as a webcam in Debian
#6I'm curious if this is any more consistent than the webcam software that Canon provided for Windows and Mac. I tried the Mac implementation briefly, but found it to be _extremely_ glitchy (even with hard-wired power).
How did you hardwire power?
Re: Using a Canon EOS camera as a webcam in Debian
#7Does this actually make a better picture? Won’t your stream still be super compressed by meet/zoom/etc?
It's a nice second life for it.
Re: Using a Canon EOS camera as a webcam in Debian
#8I'm curious if this is any more consistent than the webcam software that Canon provided for Windows and Mac. I tried the Mac implementation briefly, but found it to be _extremely_ glitchy (even with hard-wired power).
I had a similar experience as well - though I had to constantly swap batteries… How did you hardwire power?
Re: Using a Canon EOS camera as a webcam in Debian
#9I'm curious if this is any more consistent than the webcam software that Canon provided for Windows and Mac. I tried the Mac implementation briefly, but found it to be _extremely_ glitchy (even with hard-wired power).
Re: Using a Canon EOS camera as a webcam in Debian
#10I'm curious if this is any more consistent than the webcam software that Canon provided for Windows and Mac. I tried the Mac implementation briefly, but found it to be _extremely_ glitchy (even with hard-wired power).