Page 1 of 1

timelapse not recorded the total time ?

Posted: Sat Sep 26, 2026 3:23 pm
by Opmc73
Hi Robin,

I did a time lapse of 3h10 this afternoon and I was surprised to see that the .avi (and of course the gif) time stamp started at 13h50 and stopped at 15h06 so only 1h 15... when I was still recording up to 17h10 . Where has the 2 other hours gone ? is it limited to only 1 hour ? It is frustrating because there was ann active protuberance today and I have recorded half the evolution.. despite I stay 3h adjusting the tilt of the capture to get a beautiull video.

if there is a limit of time you should send a warning so we don't miss half the capture.

kind regards
Olivier

Re: timelapse not recorded the total time ?

Posted: Sat Sep 26, 2026 10:22 pm
by admin
Hi,

Ouch, sorry to hear that :(

There is no time limit that I am aware of, at least not in code I have written. My first thought was that perhaps you hit some sort of size limit on the AVI file, but I just tested and managed to create an 18Gb AVI in normal capture, so there is no limit at 2 or 4Gb.

There are a few things that will stop a timelapse beside pressing the 'Stop' button - I will just list them in case any might be relevant

* Deactivating planetary live stacking or closing the camera (exception : deactivating when 'frozen' will not stop, just pause the timelapse)
* Any change in bit depth/colour space or size of the area being stacked (for instance camera ROI change)
* Any error when writing a frame
* A SharpCap crash/bug report incident - the code will try to finish the timelapse cleanly if this happens before sending the bug report

Most of these will leave traces in the log if they happened, even if the 'finish timelapse' isn't explicitly recorded.

On top of the above, there is also the button that pauses the live stack - that also pauses writing frames to the timelapse, so if the stack was paused and left paused then no new frames would have been added. I don't think this would show up in the log however.

It's probably best for me to have a look through the log to see if anything interesting happened - particularly at the point where the file timestamp stopped being updated. It would also be worth checking the file size/number of frames - I suppose there is just a chance that the file has all the data but the timestamp somehow didn't update after a certain point.

cheers,

Robin

Re: timelapse not recorded the total time ?

Posted: Sun Sep 27, 2026 1:13 pm
by Opmc73
Hi Robin,

No I did not stop, alter or whatever the tcondition of the timelapse.
What I do is every 10/15 min pause de timelapse, then I move the ROI with the tiltiing option, then restart the stack, I do this because it seems the ROI does not follow the capture despite it is locked. Locked or unlock is the same and I have som drift every 10/15 (that I don't understand because my polar align is ok from the nigth becfore).

For any reason the capture end after 1h15 (according the timestamp in the video) starting at 13h50 , but the final avi + gif was created when I stopped the time lapse around 17h10. Also I remember when I end the timelapse it was indicated duration of 3h10 in the timelapse status, so something got wrong after that for any reason, unless it interrupt without mentionning earlier ?

Find attached the log of yesterday zipped

Re: timelapse not recorded the total time ?

Posted: Sun Sep 27, 2026 3:06 pm
by Opmc73
Robin,


I wonder if I was not confused by the timestamp that is in given in UTC not in my country local time. Because I did one today that wa started a 14h15 local time ended now 17h and the timestamp report starting 12h15 and end 15h . If this is the case, the issue is me not the program , sorry ;)

kind regards
Olivier

Re: timelapse not recorded the total time ?

Posted: Sun Sep 27, 2026 3:44 pm
by admin
Hi,

I think you are probably right - I checked through the log and there is nothing bad happening during the timelapse capture - just the regular stack reset. The closedown of the timelapse at 17:09 is clearly shown in the log though, and if something had gone wrong then that would have shown up earlier.

glad it (probably) wasn't a real problem!

cheers,

Robin