Virtual camera not recognized by chrome, discord

jwgrenning

New Member
I'm using OBS 28.0.1 on ubuntu 22.04
I can see the virtual camera in Firefox/gather-town.
Chrome and discord cannot see the camera.
Log attached

thanks
 

Attachments

  • 2022-09-14 17-11-57.txt
    7.3 KB · Views: 62

jwgrenning

New Member
Ha! Found the problem.

I needed to add 'exclusive_caps=1' to modprobe

sudo modprobe v4l2loopback video_nr=2 card_label="VirtualCamera" exclusive_caps=1

I hope this helps someone.
 
Top