This is an old thread but I just spend quite some time to figure out how to connect canon dslr to obs so hope this helps somebody. I am still not 100% sure how this is suppose to be done, but I did so that
make a /dev/video loopback device with v4l2 (you have to check what is the video device name it makes in /dev/video
Code:
sudo modprobe v4l2loopback
use gphoto2 and ffmpeg to stream video to video loopback device (use the same video number from the step above). This has to be running all the time as it seems to feed the video stream to loopback device
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.