Update 'fake webcam streams ubuntu18'

master
Mehran Dehghanian 3 years ago
parent 1798329f00
commit c5a52d9779

@ -15,6 +15,18 @@ make install
``` ```
sudo depmod -a sudo depmod -a
``` ```
If you faced error for linux headers we should install them manually
for ubuntu:
```
apt-get install linux-headers-$(uname -r)
```
for Debian:
```
apt-get update
apt-get install linux-image-amd64 linux-headers-amd64
```
### Add Kernel Modules ### Add Kernel Modules
``` ```
sudo modprobe v4l2loopback card_label="My Fake Webcam" exclusive_caps=1 sudo modprobe v4l2loopback card_label="My Fake Webcam" exclusive_caps=1

Loading…
Cancel
Save