-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Update example.config.yml #10
base: master
Are you sure you want to change the base?
Conversation
Added config options to go with suggested changes in timelapse.py Updated interval to valid value
example.config.yml
Outdated
|
||
# Whether to create an animated gif after capturing the time-lapse images. | ||
create_gif: False | ||
create_gif: True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather keep this default (and create_video
) False
for now, just because on any of the longer timelapses I've done, I found it took many minutes, sometimes hours, to create the gif or video on the Pi. So instead, I shut down the Pi, put the card into my desktop, then let the desktop crunch all the pictures together... usually about 100x faster :)
Reverting defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jeff - sure thing, I've reverted those changes.
Cheers
Nic
|
||
# Whether to create an animated gif after capturing the time-lapse images. | ||
create_gif: False | ||
|
||
# Whether to create an video after capturing the time-lapse images. | ||
create_video: False | ||
|
||
# Directory | ||
directory: timelapse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'directory' option isn't used anywhere, I don't think...
Added config options to go with suggested changes in timelapse.py
Updated interval to valid value