Last active
June 26, 2017 08:31
-
-
Save bcnzer/8bbf59dc7504d57b94b94d6af488879e to your computer and use it in GitHub Desktop.
Create timelapse directory and start timelapse phototaking
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
mkdir timelapse | |
cd timelapse | |
raspistill -o picture%04d.jpeg -tl 10000 -t 7200000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment