aaronwmorris/indi-allsky

Image loop out of order

smokedsalmonbagel opened this issue · 4 comments

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.

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.

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

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.

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