Add instructions for creating v4l2loopback device

PR #6725 <https://github.com/Genymobile/scrcpy/pull/6725>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Managor 2026-03-15 23:26:31 +02:00 committed by Romain Vimont
parent 247a37d57b
commit 158cae3237

View file

@ -38,6 +38,13 @@ v4l2-ctl --list-devices
ls /dev/video*
```
If a loopback device was not created automatically, you can make a new one:
```
# requires v4l2loopback-utils package
sudo v4l2loopback-ctl add
```
To start `scrcpy` using a v4l2 sink:
```bash