Skip to main content

Python utility to capture android screen frames in real time and use with 3rd party libs like opencv.

Project description

Android Screen Buffer

Python package for streaming Android device's screen frames. This utility can be used to capture android screen frames in real time and use with 3rd party libs like opencv. Might be usefull in case you'd like to make processing or use screen frames in your python code (e.g to create reinforcement learning setups for android games).

How to install:

  • First install and run minicap (thats really easy).
  • Then pip install asb

How to use:

from asb import AndroidScreenBuffer

buff = AndroidScreenBuffer()
buff.run()

img = buff.get_last_frame()

if img is not None:
    # Use image as you would like
    # e.g cv2.imshow('capture', img)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

asb-0.3-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page