From 772cd9136e8f583c462b25f222b3a7295efc76f4 Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Wed, 7 Oct 2020 20:29:43 +0000 Subject: [PATCH] scrcpy: add page (#4511) --- pages/common/scrcpy.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/scrcpy.md diff --git a/pages/common/scrcpy.md b/pages/common/scrcpy.md new file mode 100644 index 0000000000..9d3cb18e7a --- /dev/null +++ b/pages/common/scrcpy.md @@ -0,0 +1,28 @@ +# scrcpy + +> Display and control your Android device on a desktop. +> More information: . + +- Display a mirror of a connected device: + +`scrcpy` + +- Start display in fullscreen mode: + +`scrcpy --fullscreen` + +- Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation: + +`scrcpy --rotation {{0|1|2|3}}` + +- Show touches on physical device: + +`scrcpy --show-touches` + +- Record display screen: + +`scrcpy --record {{path/to/file.mp4}}` + +- Set target directory for pushing files to device by drag and drop (non-APK): + +`scrcpy --push-target {{path/to/directory}}`