Created
July 8, 2016 04:05
-
-
Save mickelsonm/c45b49e9ef989678f6f731da35965c57 to your computer and use it in GitHub Desktop.
Implementation using imagesnap in a photoshoot kind of way...
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 | |
while true | |
do | |
imagesnap -w 2 pic$RANDOM.jpg | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment