How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
1–10 of 67 posts
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#2(I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#3Any restrictions about how long you can keep it turned on? I tried to do this but found I'd need to flash the cam's firmware to override the 10min recording limit. (I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#4That might require you also remove the 'enabled = true' for the service, and make sure gphoto2 dies when the camera is unplugged?
Anyway, it was a nice read :)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#5Any restrictions about how long you can keep it turned on? I tried to do this but found I'd need to flash the cam's firmware to override the 10min recording limit. (I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#6Any restrictions about how long you can keep it turned on? I tried to do this but found I'd need to flash the cam's firmware to override the 10min recording limit. (I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Normally you can leave live view (768x512 resolution, 0.4 MP in this case, usually not much higher for modern cameras) running indefinitely. Besides the low resolution especially on older cameras the readout for live view will use pixel skipping to conserve power at the expense of quality. This is why "the pro streamers" don't use the live view image, but instead go the HDMI-to-UVC route using the camera's video mode…
Live view readout via USB is something that works far more often than HDMI.
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#7Note if the author reads this (perfect is the enemy of good, feel free to ignore): You can make udev run systemd services directly, replacing RUN=... by e.g. TAG+="systemd", ENV{SYSTEMD_WANTS}+="foo.service" That might require you also remove the 'enabled = true' for the service, and make sure gphoto2 dies when the camera is unplugged? Anyway, it was a nice read :)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#8Any restrictions about how long you can keep it turned on? I tried to do this but found I'd need to flash the cam's firmware to override the 10min recording limit. (I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Re: How to use your DSLR from 2008 as a webcam in 2022 (NixOS)
#9Any restrictions about how long you can keep it turned on? I tried to do this but found I'd need to flash the cam's firmware to override the 10min recording limit. (I read that cameras which can record longer are taxed as video cameras, so they're deliberately crippled)
Did you read the article? The author's camera can't record video at all. He uses software that creates video from static images taken by the camera.