Skip to content

Instantly share code, notes, and snippets.

@tatic0
Created August 11, 2013 10:23
Show Gist options
  • Save tatic0/6204318 to your computer and use it in GitHub Desktop.
Save tatic0/6204318 to your computer and use it in GitHub Desktop.
script to take pictures from the CLI with Raspberry-pi + camera module
#!/bin/bash
pictname=`date +%s`
raspistill -o $pictname.jpg -q 100 -v -ex auto -awb sun -mm matrix -t 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment