https://github.com/codeskyblue/android-snapshot-with-golang
screencap implements with golang
https://github.com/codeskyblue/android-snapshot-with-golang
Last synced: 2 months ago
JSON representation
screencap implements with golang
- Host: GitHub
- URL: https://github.com/codeskyblue/android-snapshot-with-golang
- Owner: codeskyblue
- License: mit
- Created: 2014-12-10T03:41:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T03:43:22.000Z (over 11 years ago)
- Last Synced: 2025-10-09T02:48:13.454Z (8 months ago)
- Language: Go
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android Screenshot implements with Golang
=====================
Ref below
* [screencap source code](https://android.googlesource.com/platform/frameworks/base/+/master/cmds/screencap/screencap.cpp?autodive=0%2F)
* [Yhzhtk用Java写的Screenshot的代码](https://github.com/Yhzhtk/AiXiaoChu/blob/master/src/com/yh/aixiaochu/system/Screenshot.java)
* [stackoverflow:how get width and height of android](http://stackoverflow.com/questions/12131429/android-get-screen-size-via-c)
First I have to say. I don't known what is going wrong. The captured image does't seems as it is.
I publish my source code here, hope that one day some one can fix it.