We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed when I ran the timelapse.sh the file path seemed to double for the images. Reading on instructables refrus seems to see it too.
The text was updated successfully, but these errors were encountered:
Timelapse script fixed. The error was on line 20. Replacing
./images/'$1'/%s
by
%s
fixed the issue.
Sorry, something went wrong.
Merge pull request #11 from EricClaeys/EricClaeys-READMEmd-various
f81d35f
Updated to ver 0.8 and other changes
Merge pull request #11 from thomasjacquin/dev
113c02c
Dev
No branches or pull requests
I noticed when I ran the timelapse.sh the file path seemed to double for the images. Reading on instructables refrus seems to see it too.
The text was updated successfully, but these errors were encountered: