Skip to content

Instantly share code, notes, and snippets.

@alec-deason
Last active August 21, 2021 01:06
Show Gist options
  • Save alec-deason/f6738a8bae85b8323c495fe38c76aca6 to your computer and use it in GitHub Desktop.
Save alec-deason/f6738a8bae85b8323c495fe38c76aca6 to your computer and use it in GitHub Desktop.
mkdir "raw_assets/$1"
for i in {1..160}
do
gphoto2 --capture-image-and-download --filename "raw_assets/$1/$(printf "%03d" $i).jpg"
read -s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment