endOfNight.sh permission issue #1820
Replies: 2 comments 2 replies
-
@astrobrothers Timelapse, keograms, and startrails created from endOfNight.sh use the images in FYI, Allsky doesn't support DNG files, and PNG images can take up to 10 seconds to save since the Pi doesn't have hardware support for them like it does for JPG files. If you have very short delays between images that'll be a problem. |
Beta Was this translation helpful? Give feedback.
-
@astrobrothers, The current version assumes "pi" is the login. It's hard coded in some files. If you're comfortable changing code you can I may remove the WebUI "width" and "height" fields. They are super confusing when comparing to the IMG_RESIZE and CROP fields. And I'm pretty sure they do something different depending on what camera model and operating system you have. In some cases, entering 100 x 100 for example produces a 100x100 pixel image from the camera centered on the center of the sensor, and in other cases you get a full-resolution image but of the 100x100 center, which is basically a "digital zoom" like cameras have. I spent hours and hours testing and writing the Wiki page on troubleshoot timelapse problems, and figured out almost all the problems were caused by too large a resolution image (like HD camera) or not enough swap. When I tested saving PNG files I'm pretty sure I got what you are. The Wiki says "up to 10 seconds" to take into account slower Pi's. |
Beta Was this translation helpful? Give feedback.
-
I have a couple questions about this script and some issues I'm having. Running v8.3.3. I'm doing some final testing of the file handling before I setup the external website. Allsky images are saved in /home/user/allsky/images - just note that I'm not using "pi" as the root user name. After that I am using sirv.com as a testing site for the file transfer stuff.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions