Load the `v4l2loopback` kernel module which should create a new device `/dev/videoX` (where X is a number identifying the v4l2loopback camera source):
```
sudo modprobe v4l2loopback exclusive_caps=1
```
To identify which of the `/dev/videoX` devices is the v4l2loopback camera, use:
```
v4l2-ctl --list-devices
```
The v4l2loopback camera should be identified as:
```
Dummy video device (0x0000) (platform:v4l2loopback-000)
```
In OBS-Studio, the new obs-v4l2sink allows one to expose the "Program" output as a new virtual camera.
To activate it:
1. Click on "Tools -> v4l2sink"
1. Specify the Device Path of the v4l2loopback device as identified in the previous step above
1. Click on "Start"
You should now be able to use this virtual camera (detected by apps as "Dummy video device") in any application handling video sources (Jitsi, BigBlueButton, Teams, Discord, Zoom, etc.).