You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
I use the Raspberry (3) together with the HQ camera in an Allsky camera setup.
I want to take long exposure pictures all the night and looking for shooting stars.
Because a shooting star has a very short time to live (1-2 seconds) I tried to bring down the time between 2 pictures in infinite mode (timeout 0, timelapse 0). Also I needed more detailed filenames, when using the datetime option. So I added another function, which creates a more detailed filename (YYYYMMDD_HHMMSS_millisecond), also the functions creates the destination folder, if not exists.
a second change was to remove the waiting time within the timelapse function.
I saw also, the the internal signal handler for USR1 Signal did not start the picture, the function was not complete implemented.
maybe you can review the changes and take it for the next raspistill release.