ClnViewer / Android-fast-screen-capture

Android fast screen capture take a screenshot or compressed stream on any other Android device. Not needed root devices. ADB required.
MIT License
59 stars 13 forks source link

你好 我这边编译后保存的图片 是花屏 怎么解决啊? #1

Closed jayjd closed 5 years ago

jayjd commented 5 years ago

我用得安卓版本是 7.1.2 @ClnViewer

ClnViewer commented 5 years ago

No image attached from you, sorry Look this as working example https://github.com/ClnViewer/ADB-Android-Viewer/raw/master/docs/dist/Android-ADB-Viewer.msi

If run from device: adb.exe shell /data/local/tmp/ascreencap --ratio 2 -f OutBmp.bmp. Else, get saved image from device: adb.exe pull /data/local/tmp/OutBmp.bmp C:/...file.bmp