From a5d71eee450b3c91c942d15b598959021126f31d Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 14 Jun 2021 08:16:05 +0200 Subject: [PATCH] Clarify --no-display usage with v4l2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 503ef87d..ba68dfb1 100644 --- a/README.md +++ b/README.md @@ -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*`)