Event recording no longer restarts on 10-minute boundaries
Posted: Fri Jun 26, 2020 9:06 am
Just upgraded from 1.32 to 1.34... So in a nutshell, when you set a maximum event length of 600 seconds in 1.32 in Record mode, it would start the next event on the 600 second boundaries, so 00:00, 00:10, 00:20, even if you turned on a feed at say 00:23 the first event would only be 7 minutes and the next one would start at 00:30. This was the behaviour all the way back to the first 1.2x version I used.
Not anymore, the next event starts every 600 seconds on the dot, regardless of when it started. So 00:23 ends at 00:33 now.
This is a huge problem for a time lapse video I've been making for a few years now... the first frame of the day is no longer midnight, it's up to 10 minutes after midnight. I only have vague ideas of how to compensate for this in my own code, I used to be able to start in one folder and skip every n images, but now... maybe start checking files from the previous day, scan forward and check the image file dates to know when the desired day begins and ends (for synchronization reasons it's very important that every camera in the time lapse has the same start frame at 00:00 every day).
I've got about 3 days to figure this out before I have to manually intervene, after 3 days frames start to get overwritten if I haven't captured what I need by then.
Not anymore, the next event starts every 600 seconds on the dot, regardless of when it started. So 00:23 ends at 00:33 now.
This is a huge problem for a time lapse video I've been making for a few years now... the first frame of the day is no longer midnight, it's up to 10 minutes after midnight. I only have vague ideas of how to compensate for this in my own code, I used to be able to start in one folder and skip every n images, but now... maybe start checking files from the previous day, scan forward and check the image file dates to know when the desired day begins and ends (for synchronization reasons it's very important that every camera in the time lapse has the same start frame at 00:00 every day).
I've got about 3 days to figure this out before I have to manually intervene, after 3 days frames start to get overwritten if I haven't captured what I need by then.