diff --git a/timelapse/tl-capture b/timelapse/tl-capture index 4debf3d..9870501 100644 --- a/timelapse/tl-capture +++ b/timelapse/tl-capture @@ -22,7 +22,7 @@ FILENAME="TL-$DATE.jpg" capture() { # Capture an image for the timelapse and save it to /tmp/TL-YYYY-MM-DD_HH-MM.jpg echo "Capturing image and saving it to $IMG_DIR/$FILENAME" - fswebcam -r "$RESOLUTION" -d "#DEVICE" "$IMG_DIR/$FILENAME" -F 1 -S 5 + fswebcam -r "$RESOLUTION" -d "$DEVICE" "$IMG_DIR/$FILENAME" -F 1 -S 5 } # Sync images from local to a remote mounted storage device sync() {