Earlier quoted context omitted.
What work? That seems very comparable to any moderately nice webcam: Install software once, then forget about it. The "setup" for something like skype is then just selecting the cam from a drop down menu. An argument I could see is having to get out the camera, put it onto a tripod, connecting power, ... etc.. Though that is only an issue if you cannot just leave everything set up.
> Install software once, then forget about it. Are you new to Linux? As it appears to be necessary: \s, it was a lighthearted statement about how software is almost never "forget about it" and breaks on updates in unexpected ways.
Using a Canon EOS camera as a webcam in Debian
61–70 of 78 posts
Re: Using a Canon EOS camera as a webcam in Debian
#62Earlier quoted context omitted.
It takes 10 minutes to reload a kernel module??? Not even on a 386 :D
First you have to spend a few minutes searching your bash backlog for the exact modprobe command, then you realize you updated your kernel so you have to recompile and resign it, then you have to fiddle with your video inputs but the gui is somehow out of sync with the actual setting. Then run a test before joining the call. And then the other person has the window under their browser and never looks at your video.
Re: Using a Canon EOS camera as a webcam in Debian
#63How can you write all of that and miss the fun? 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_i…
See also https://blog.andrewbeacock.com/2007/10/how-to-add-shared-lib...
Re: Using a Canon EOS camera as a webcam in Debian
#64Earlier quoted context omitted.
> Install software once, then forget about it. Are you new to Linux? As it appears to be necessary: \s, it was a lighthearted statement about how software is almost never "forget about it" and breaks on updates in unexpected ways.
It handled via dkms so it's rebuilt automatically everytime you update your kernel. Then it's loaded on boot, no insmod/modprobe needed. I'm not sure what the issue is.
Happens frequently enough to be irritating.
Re: Using a Canon EOS camera as a webcam in Debian
#65Earlier quoted context omitted.
What work? That seems very comparable to any moderately nice webcam: Install software once, then forget about it. The "setup" for something like skype is then just selecting the cam from a drop down menu. An argument I could see is having to get out the camera, put it onto a tripod, connecting power, ... etc.. Though that is only an issue if you cannot just leave everything set up.
> Install software once, then forget about it. Are you new to Linux? As it appears to be necessary: \s, it was a lighthearted statement about how software is almost never "forget about it" and breaks on updates in unexpected ways.
Re: Using a Canon EOS camera as a webcam in Debian
#66With a setup like this, I imagine that the camera is far enough from the center of the monitor to make having "eye contact" impossible. Any solution to this problem?
I use my old iPhones as webcams. The Picture quality amazing! But I use a selfie-tripod as a mount, and it has exactly this problem.
Re: Using a Canon EOS camera as a webcam in Debian
#67Re: Using a Canon EOS camera as a webcam in Debian
#68Nice post, but that's way too much work to be worth it. You really want your camera and mic setup to just work rather than having to tell someone to wait 10 minutes to call because you need to reload your kernel module.
I went back to just using my Logitech 920. People probably can't mostly tell the difference given regular network glitches and so forth.
Re: Using a Canon EOS camera as a webcam in Debian
#69With a setup like this, I imagine that the camera is far enough from the center of the monitor to make having "eye contact" impossible. Any solution to this problem?
Re: Using a Canon EOS camera as a webcam in Debian
#70Earlier quoted context omitted.
It handled via dkms so it's rebuilt automatically everytime you update your kernel. Then it's loaded on boot, no insmod/modprobe needed. I'm not sure what the issue is.
Maybe this particular dkms doesn't have the issue, but the ones I've used breaks when the internal kernal APIs changes and the external module isn't updated yet. Happens frequently enough to be irritating.