Skip to content

Commit

Permalink
Move display section to video documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jul 14, 2023
1 parent 637f48f commit c14668b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions doc/device.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions doc/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c14668b

Please sign in to comment.