fix file name
This commit is contained in:
parent
8d0c92b6d0
commit
cbfbb77e10
@ -45,7 +45,7 @@ setup_dirs() {
|
|||||||
|
|
||||||
capture() {
|
capture() {
|
||||||
# Capture an image for the timelapse and save it to /tmp/TL-YYYY-MM-DD_HH-MM.jpg
|
# Capture an image for the timelapse and save it to /tmp/TL-YYYY-MM-DD_HH-MM.jpg
|
||||||
fswebcam -r 1920x1080 -d /dev/video0 /tmp/TL/to-sync/TL-${date}.jpg -F 1 -S 5
|
fswebcam -r 1920x1080 -d /dev/video0 $TO_SYNC_DIR/$FILENAME.jpg -F 1 -S 5
|
||||||
}
|
}
|
||||||
|
|
||||||
sync() {
|
sync() {
|
||||||
|
Loading…
Reference in New Issue
Block a user