Skip to content

Instantly share code, notes, and snippets.

@bitdivision
Last active August 29, 2015 14:00
Show Gist options
  • Save bitdivision/11367018 to your computer and use it in GitHub Desktop.
Save bitdivision/11367018 to your computer and use it in GitHub Desktop.
Simple DSLR Image Capture
import camera
capture = camera.Camera()
capture.capture_to_file('image.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment