This commit is contained in:
Lea 2023-10-01 14:44:13 +02:00
parent 811a385be8
commit 5e01af4756
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -94,7 +94,7 @@ sudo apt install v4l2loopback-dkms
# Configure the module to load on startup # Configure the module to load on startup
echo "v4l2loopback" | sudo tee -a /etc/modules echo "v4l2loopback" | sudo tee -a /etc/modules
echo "options v4l2loopback devices=1 video_nr=1" | /etc/modprobe.d/v4l2loopback.conf echo "options v4l2loopback devices=1 video_nr=1" | sudo tee -a /etc/modprobe.d/v4l2loopback.conf
# Load the module now with the same configuration # Load the module now with the same configuration
sudo modprobe v4l2loopback devices=1 video_nr=1 sudo modprobe v4l2loopback devices=1 video_nr=1