Home  >  Article  >  Software Tutorial  >  how to take screenshot in scrcpy

how to take screenshot in scrcpy

DDD
DDDOriginal
2024-09-04 15:08:151045browse

This article provides instructions on capturing screenshots in scrcpy, a tool used for mirroring and controlling Android devices from a computer. The main argument is that taking screenshots in scrcpy is easy and can be done with a simple keyboard sh

how to take screenshot in scrcpy

How to Take a Screenshot in scrcpy

How do I capture a screenshot in scrcpy?

To capture a screenshot in scrcpy, simply press the Control + f8 keys on your keyboard. You will hear a camera shutter sound when the screenshot is captured.

What is the keyboard shortcut for taking a screenshot in scrcpy?

The keyboard shortcut for taking a screenshot in scrcpy is Control + f8.

How do I save a screenshot taken in scrcpy?

Screenshots taken in scrcpy are automatically saved to the following folder on your computer:

  • Windows: %TEMP%scrcpy[DEVICE_NAME]
  • Mac: ~/Library/Containers/com.genymobile.scrcpy/Data/Documents/scrcpy[DEVICE_NAME]
  • Linux: ~/.config/scrcpy/[DEVICE_NAME]

You can also specify a custom save location for screenshots by using the --screenshot-dir option when you launch scrcpy. For example, to save screenshots to the ~/Pictures/scrcpy folder, you would use the following command:

<code>scrcpy --screenshot-dir ~/Pictures/scrcpy</code>

The above is the detailed content of how to take screenshot in scrcpy. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn