Swind/pure-python-adb

screencap truncated in game“王者荣耀”

Opened this issue · 2 comments

the Emulator:
https://syzs.qq.com/
my test code

from ppadb.client import Client as AdbClient

client = AdbClient(host="127.0.0.1", port=5037)
device = client.devices()[0]
result = device.screencap()
with open("screen.png", "wb") as fp:
    fp.write(result)