CatxFish / obs-v4l2sink

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

v4l2loopback will not create /dev/video3 #89

Closed PQCraft closed 3 years ago

PQCraft commented 3 years ago
sudo modprobe v4l2loopback devices=1 video_nr=3 card_label="Virtual_Cam" exclusive_caps=1; ls /dev/video3

This should output:

/dev/video3

but I get

ls: cannot access '/dev/video3': No such file or directory
PQCraft commented 3 years ago

Nevermind. Had to remove and restart module.