Created
August 11, 2013 10:23
-
-
Save tatic0/6204318 to your computer and use it in GitHub Desktop.
script to take pictures from the CLI with Raspberry-pi + camera module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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