Google Meet crops V4L2 Virtual Cam

robertoneto123

New Member
Hello,

I'm using V4L2 plugin, and created a virtual device to be the virtual camera.

The device is created by

sudo modprobe v4l2loopback devices=1 video_nr=10 card_label="OBS Cam" exclusive_caps=1

Then I've tested with

ffplay /dev/video10

And I saw a great image, with great resolution and no cropping.

When google meet point to it, the resolution is horrible and the image is cropped.

I've checked and the virtual device has a resolution of 1280x1024. My "phisical" cam has a resolution of 640x480.

Does anyone have any pointers to help me to solve the problem? Maybe changing the resolution of the virtual device (I have no idea how to do that).

Thank you!
 
Top