1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:04:55 +02:00
tldr/pages/common/scrcpy.md
2020-10-07 21:29:43 +01:00

622 B

scrcpy

Display and control your Android device on a desktop. More information: https://github.com/Genymobile/scrcpy.

  • 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}}