Skip to content

Instantly share code, notes, and snippets.

@davidneevel
Created February 19, 2018 15:35
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 davidneevel/06d61e6bd76f342de50cfb403f968ef9 to your computer and use it in GitHub Desktop.
Save davidneevel/06d61e6bd76f342de50cfb403f968ef9 to your computer and use it in GitHub Desktop.
capture image with picam python
import picamera
cam = picamera.PiCamera()
cam.capture('aa.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment