diff --git a/doc/device.md b/doc/device.md index b6ae2338..32b5ebc1 100644 --- a/doc/device.md +++ b/doc/device.md @@ -125,25 +125,6 @@ autoadb scrcpy -s '{}' [AutoAdb]: https://github.com/rom1v/autoadb -## Display - -If several displays are available on the Android device, it is possible to -select the display to mirror: - -```bash -scrcpy --display=1 -``` - -The list of display ids can be retrieved by: - -```bash -scrcpy --list-displays -``` - -A secondary display may only be controlled if the device runs at least Android -10 (otherwise it is mirrored as read-only). - - ## Actions Some command line arguments perform actions on the device itself while scrcpy is diff --git a/doc/video.md b/doc/video.md index 67372a5c..060e2778 100644 --- a/doc/video.md +++ b/doc/video.md @@ -134,6 +134,25 @@ phone, landscape for a tablet). If `--max-size` is also specified, resizing is applied after cropping. +## Display + +If several displays are available on the Android device, it is possible to +select the display to mirror: + +```bash +scrcpy --display=1 +``` + +The list of display ids can be retrieved by: + +```bash +scrcpy --list-displays +``` + +A secondary display may only be controlled if the device runs at least Android +10 (otherwise it is mirrored as read-only). + + ## Buffering By default, there is no video buffering, to get the lowest possible latency.