Skip to content

Instantly share code, notes, and snippets.

@riverfor
Created January 31, 2020 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riverfor/f13586f55cd219ba0fe7e16d7f20c387 to your computer and use it in GitHub Desktop.
Save riverfor/f13586f55cd219ba0fe7e16d7f20c387 to your computer and use it in GitHub Desktop.
import qpy
import androidhelper
droid = androidhelper.Android()
ret = droid. cameraCapturePicture(qpy.tmp+"/test.png").result
#ret = droid. cameraInteractiveCapturePicture(qpy.tmp+"/test.png").result
print(ret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment