Skip to content

Instantly share code, notes, and snippets.

@omundy
Created November 25, 2013 18:08
Show Gist options
  • Save omundy/7645747 to your computer and use it in GitHub Desktop.
Save omundy/7645747 to your computer and use it in GitHub Desktop.
import os
cmd = 'raspistill -n -t 2000'
cmd += time.strftime(" -o /home/pi/python_scripts/py-picam/images/p_%Y%m%d_%H%M%S") +'.jpg'
os.system(cmd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment