Advertisement
Guest User

take_picture.py

a guest
Feb 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import androidhelper
  2.  
  3. droid = android.Android()
  4. droid.cameraCapturePicture('/sdcard/qpython.jpg')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement