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 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:
%TEMP%scrcpy[DEVICE_NAME]
~/Library/Containers/com.genymobile.scrcpy/Data/Documents/scrcpy[DEVICE_NAME]
~/.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!