mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 22:14:20 +01:00
Clarify --no-display usage with v4l2
This commit is contained in:
@@ -303,7 +303,8 @@ To start scrcpy using a v4l2 sink:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrcpy --v4l2-sink=/dev/videoN
|
scrcpy --v4l2-sink=/dev/videoN
|
||||||
scrcpy --v4l2-sink=/dev/videoN -N # --no-display to disable mirroring window
|
scrcpy --v4l2-sink=/dev/videoN --no-display # disable mirroring window
|
||||||
|
scrcpy --v4l2-sink=/dev/videoN -N # short version
|
||||||
```
|
```
|
||||||
|
|
||||||
(replace `N` by the device ID, check with `ls /dev/video*`)
|
(replace `N` by the device ID, check with `ls /dev/video*`)
|
||||||
|
|||||||
Reference in New Issue
Block a user