I’m coming from arch, just installed bazzite on my gaming machine.
Previously I had a setup in which I could use v4l2loopback, ffmpeg and gphoto2 to use my DSLR camera as a webcam, i.e:
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 4 -f v4l2 /dev/video0
Problem is installing the required software since Bazzite is an immutable OS. I’d appreciate someone pointing me in the right direction