-
Notifications
You must be signed in to change notification settings - Fork 49
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
UserWarning: Problem creating timelapse #395
Comments
Some of these have started showing up in travis recently too. I'll double check that PAN001 is still working ok |
Working fine on PAN001. Python module is Do you have |
FWIW, we don't actually use the timelapse for much and currently don't upload them to cloud storage. The jpgs are automatically deleted as part of cleanup so I was creating timelapse as I like to look at them in the morning. They are a quick way to see if any meteors or other odd behavior and also nice to show if tracking problems. But mostly just for fun. We should evaluate their use. |
I would like to have these available as a way to do a quick review of the nights observations. I'll check the file system when I get home. |
There was no timelapse directory. |
Use os.path.join instead of string concatenation for building paths. Fix exception message output. Add ffmpeg to requirements, needed for timelapse creation. Fixes panoptes#395.
Use os.path.join instead of string concatenation for building paths. Fix exception message output. Add ffmpeg to requirements, needed for timelapse creation. Fixes #395.
Error from PAN006, which I'm guessing indicates that some software is required that POCS doesn't have in its requirements.
The text was updated successfully, but these errors were encountered: