Question / Help Problem Installing virtual camera on OBS Studio

CorinneS

New Member
I am on Ubuntu 18.04
I installed : OBS-Studio /obs-v4l2sink / ffmpeg / v412loopback
When I open the terminal I do the command :

sudo modprobe v4l2loopback exclusive_caps=1

with that v4l2-ctl --list-devices I obtain
Dummy video device (0x0000) (platform:v4l2loopback-000):
/dev/video1

Chicony USB2.0 Camera: Chicony (usb-0000:00:14.0-6):
/dev/video0
and that v4l2-ctl --list-formats
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture

[0]: 'MJPG' (Motion-JPEG, compressed)
[1]: 'YUYV' (YUYV 4:2:2)

Then I found a tuto to tell me to write that : ffmpeg -f x11grab -r 15 -s 1920x1080 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video1
I don't understand what it means, but only then on OBS-Studio I can see the dummy video device.
And that what I become.

Capture du 2019-08-16 13-25-56.png

But my goal is to become something like that :
Capture du 2019-08-16 13-28-55.png


So that I can send it into Zoom.
Any idea what is missing, or what I should do / configure ?
 

Attachments

  • 2019-08-16 13-25-21.txt
    9.9 KB · Views: 32
Top