Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the built-in screenshot of the mobile phone and push it to the computer #2703

Closed
sunnyday2006 opened this issue Oct 13, 2021 · 1 comment

Comments

@sunnyday2006
Copy link

sunnyday2006 commented Oct 13, 2021

Can scrcpy usd the built-in screenshot tool of the mobile phone to take the screenshot and push it to the computer?

The shortcut [right]alt+print will take a screenshot of the computer system, which is rather fuzzy. After the mobile phone is connected wirelessly via scrcpy, there is no response when inputting the adb command below on the scrcpy interface:

adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png ./

mobile: huawei mate30 pro
system: win7 professional
version: scrcpy v1.19

@rom1v
Copy link
Collaborator

rom1v commented Oct 13, 2021

Can scrcpy usd the built-in screenshot tool of the mobile phone to take the screenshot and push it to the computer?

No, there is no screenshot feature for now. Duplicate of #684.

Note that you can screencap to the computer in one command:

adb exec-out screencap -p > file.png

@rom1v rom1v closed this as completed Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants