mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
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:
parent
247a37d57b
commit
158cae3237
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue