Eric Claeys
Eric Claeys
### Discussed in https://github.com/AllskyTeam/allsky/discussions/3406 Originally posted by **schoerg** February 2, 2024 Hi, example: on the night of 2024-01-30 the camera took 2465 images, which results in 16.9GB of used space....
### Discussed in https://github.com/AllskyTeam/allsky/discussions/2942 Originally posted by **AlaskanAstro** August 29, 2023 Perhaps I have missed it but it would be nice to either offset the time of day that the...
Include how the pieces fit together, what happens when, etc.
1. Since quite a few people have problems with missing, corrupted, and/or incorrect entries in Module and Overlay files, I suggest adding checks to `checkAllsky.sh` to find these problems. We...
If a file in ~/allsky/config/modules is 0-length, the following errors appear in the log file ever image: ~~~ ERROR: Error parsing /home/rpi/allsky/config/modules/postprocessing_night.json Expecting value: line 1 column 1 (char 0)...
For example: WARNING: 'Daytime Gain' (1.000) is less than the minimum of 1.123; setting to the minimum.
The `RPi_cameraInfo.txt` file lists all the RPi cameras supported as well as their capabilities. The same data is hard-coded into the capture_RPi program. It should instead use the file. This...
Instead of displaying the help message from the appropriate "capture" program, it starts Allsky. allsky.sh needs to check for "--help" and then call the appropriate "capture" program with that argument....
Remove code from install.sh that deal with Allsky releases more than 2 versions old. For those releases users should have to manually enter their data. It's not worth keeping track...