Skip to content

Instantly share code, notes, and snippets.

@mickelsonm
Created July 8, 2016 04:05
Show Gist options
  • Save mickelsonm/c45b49e9ef989678f6f731da35965c57 to your computer and use it in GitHub Desktop.
Save mickelsonm/c45b49e9ef989678f6f731da35965c57 to your computer and use it in GitHub Desktop.
Implementation using imagesnap in a photoshoot kind of way...
#!/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