Home > Article > Software Tutorial > scrcpy how to change resolution
This article provides instructions on how to customize the resolution of your Android screen mirror using the scrcpy tool. It discusses the --max-size option, which allows you to set a specific resolution for your mirror. The article also addresses t
To customize the resolution of your Android screen mirror using scrcpy, use the --max-size
option. This option takes a width and height value, separated by a colon. For example, to set a resolution of 1280x720, you would use the following command:
<code>scrcpy --max-size 1280:720</code>
Yes, you can set a non-default resolution for your scrcpy mirror using the --max-size
option. This option allows you to specify any resolution that is supported by your Android device. To find out what resolutions your device supports, you can use the adb shell dumpsys display
command.
If you are having trouble setting the resolution of your scrcpy mirror, there are a few things you can try:
adb shell dumpsys display
command.The above is the detailed content of scrcpy how to change resolution. For more information, please follow other related articles on the PHP Chinese website!