openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.67k stars 1.42k forks source link

截图大小异常 #746

Closed uplk closed 6 months ago

uplk commented 3 years ago

问题:调用截图接口后,图片文件尺寸和手机一样,但是手机内容截图缩小了很多。 Name: uiautomator2 Version: 2.16.7

手机:华为mate 20 pro 分辨率 3120*1440

0 0_3EP0219A07000649

image

源代码:self.use.screenshot(path+str(eventcount)+''+self.device_serial+'.png')

codeskyblue commented 3 years ago

这个在系统的分辨率设置里面,调成最大就可以了

codeskyblue commented 6 months ago

已经移除minicap,改成了screencap截图