CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
933 stars 99 forks source link

Installed on Ubuntu 18.04 #47

Open antonical opened 4 years ago

antonical commented 4 years ago

When trying to enable output I get format not supported on any option.

Really interested in getting this to work to avoid having to use corporate MS BS programs.

v4l2-ctl --list-formats ioctl: VIDIOC_ENUM_FMT

The above is all I see so I guess there is no video devices. My system has 2 /dev/video0 and 1 my webcam is on /dev/video1

Cheers Spart

epgfm commented 4 years ago

Hit this same issue, I think there's just some information missing on how to use. Try this:

modprobe v4l2loopback video_nr=5 card_label=“Virtual_cam”

Then use /dev/video5 as plugin target image Worked for me