Clarify --no-display usage with v4l2

center_on_resize
Romain Vimont 3 years ago
parent af228706f1
commit a5d71eee45

@ -303,7 +303,8 @@ To start scrcpy using a v4l2 sink:
```bash
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*`)

Loading…
Cancel
Save