allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

playback needs to be faster #225

Open toloudis opened 2 months ago

toloudis commented 2 months ago

Use Case

Many scientists just want to play through their time series at a reasonable frame rate and are willing to sacrifice resolution to do it.

Solution

Lower res for playback especially in Z.

Alternatives

drop down in res only while playing and then load higher res.

Smarter buffering idea: This is just one possible implementation but not nearly the only one: Pre-request 5 frames ahead at very low res, next 5 frames at one res higher, and next 5 even higher. Then if the playback catches up, cancel high res requests and re-request lower.