aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
196 stars 31 forks source link

Image loop out of order #1229

Closed smokedsalmonbagel closed 1 month ago

smokedsalmonbagel commented 2 months ago

Maybe I am missing something but when I click "Loop" on the left hand menu the images being played back seems to skip around quite a bit. It will play in order ben then go the other direction and speed up / slow down etc. The frame counter in the lower right shows the same, counting up, down etc.

aaronwmorris commented 2 months ago

When you first load the loop, if the images load slowly, they will appear to load out of order and skip around until all of the images are completely downloaded.

This is an unfortunate side effect of the browser. The display of the images is asynchronous from the download of the images. The javascript is telling the browser to show an image, the browser starts downloading the image, but the next image is shown before the first finished downloading, repeat for each image.

smokedsalmonbagel commented 2 months ago

Ok, that's what I suspected. Also what is "Rock"? Sorry if I missed this in the wiki.

aaronwmorris commented 2 months ago

I did not have a better name for the setting, I actually got it from the NOAA site for their gifs, although they call it "Rocker".

Unchecked, the setting will loop the images from oldest to newest. With the "Rock" setting, it rocks the images from newest to oldest, then back to newest.

mburge commented 2 months ago

And here I've been working on decoding ROCK as an acronym for months. Reverse Order of Capture K?!