Skip to content

Instantly share code, notes, and snippets.

@tmeissner
Created July 21, 2013 10:27
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 tmeissner/6048178 to your computer and use it in GitHub Desktop.
Save tmeissner/6048178 to your computer and use it in GitHub Desktop.
Take a foto with the camera board and save it under name with date in it
#!/bin/bash
raspistill -t 100 -vf -hf -q 50 -o $(date +%Y-%m-%d-%T).jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment