OBS Studio
Using the Virtual Camera
The virtual camera requires the v4l2loopback
kernel module to be installed, like so:
{ config, ... }:
{
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
}
The virtual camera requires the v4l2loopback
kernel module to be installed, like so:
{ config, ... }:
{
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
}