Researching my issue with OBS Studio led me to many complaints and one
that matched my problem. OBS Studio does not work with the Linux kernel
5.18 but it works with kernel 5.17.
Learning how to boot the last kernel took a bit of research since I use
LUKS on my computer I was not able to break out of the boot process to
select the previous Linux kernel. I learned several commands to
determine what kernels are on my computer to build the following
workaround to change to the previous kernel shown below.
Linux frodo 5.17.15-76051715-generic
#202206141358~1655919116~22.04~1db9e34 SMP PREEMPT
Wed Jun 22 19 x86_64 x86_64 x86_64 GNU/Linux
Workaround:
sudo bootctl set-oneshot Pop_OS-oldkern.conf
Reboot the computer and provide passwords for LUKS and user login.
Run OBS Studio and start the virtual camera.
If I need to start the virtual camera again I close OBS Studio and run
the following command.
sudo modprobe -r v4l2loopback
After I am done using OBS Studio I reboot the computer to return to the
current kernel.
This workaround allows me to use the 5.18.10-76051810 kernel for
everyday work and drop down to kernel 5.17.15-76051715 when I need to
use the virtual camera in OBS Studio.
Having Fun,
Roger M. Jenson