Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ resolution: { }
total_images: 10

# The interval between captures (in seconds).
interval: 1
interval: 5

# Whether to create an animated gif after capturing the time-lapse images.
create_gif: False
create_gif: True
Copy link
Owner

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 :)


# Whether to create an video after capturing the time-lapse images.
create_video: False
create_video: True

# Directory
directory: timelapse
Copy link
Owner

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...


#####################
# Advanced settings #
Expand Down