OBS Studio: Difference between revisions
imported>Wackbyte init with virtual camera setup example |
imported>Wackbyte m Wackbyte moved page OBS to OBS Studio: the software is actually called OBS Studio (and the package is too), oops |
||
(No difference)
|
Revision as of 00:57, 11 February 2022
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
];
}