Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playback needs to be faster #225

Open
toloudis opened this issue Jul 10, 2024 · 1 comment
Open

playback needs to be faster #225

toloudis opened this issue Jul 10, 2024 · 1 comment

Comments

@toloudis
Copy link
Contributor

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.

@toloudis
Copy link
Contributor Author

look into ways to properly cancel using AbortSignals
https://zarrita.dev/packages/storage.html#specific-request-options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant