Programmatic screencapture on mobile device

前端 未结 6 1311
無奈伤痛
無奈伤痛 2020-11-28 07:50

I would like to implement some sort of remote assistance tool (like vnc) for Android. Is there the possibility to capture a screen programmatically on the device?

6条回答
  •  佛祖请我去吃肉
    2020-11-28 08:06

    You can try the following library: http://code.google.com/p/android-screenshot-library/ Android Screenshot Library (ASL) enables to programmatically capture screenshots from Android devices without requirement of having root access privileges. Instead, ASL utilizes a native service running in the background, started via the Android Debug Bridge (ADB) once per device boot.

提交回复
热议问题