gphoto2 timelapse pictures

A simple shellscript to take a picture every X seconds or minutes using gphoto2 and it’s library #!/bin/bash sudo gphoto2 –capture-image-and-download –interval=60 –filename=%y%m%d_%H%M%S_%n.jpg This script runs endlessly, or until the… Read more »