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

Need faster way to browse through captured images #263

Closed
mihow opened this issue Oct 3, 2023 · 4 comments
Closed

Need faster way to browse through captured images #263

mihow opened this issue Oct 3, 2023 · 4 comments
Assignees
Labels
needs design response time Enhancements related to performance in regards to response time

Comments

@mihow
Copy link
Collaborator

mihow commented Oct 3, 2023

It's a bit tedious to scroll through images of a session before they have been processed.

I'd like to try an interactive chart of the images captured per hour, on which you can click and jump to images at different points in the night. Likely just a horizontal bar chart on the session detail page.

@mihow
Copy link
Collaborator Author

mihow commented Jun 10, 2024

@annavik I wonder if we can come up with an interim solution for this one. I believe I added support in the backend endpoint to return a page of results based on a time in the night (as a query param). Currently the session detail view is not usable unless you navigate to an interesting image by clicking on an Occurrence first, or from the Collection list view. If you just start from the beginning of the night, you will never get to the moths!

@mihow
Copy link
Collaborator Author

mihow commented Jun 10, 2024

Related to #198 & #273

@mihow mihow added the response time Enhancements related to performance in regards to response time label Jun 10, 2024
@annavik annavik added this to the Internal Beta V2 Release milestone Jun 11, 2024
@mihow
Copy link
Collaborator Author

mihow commented Jul 3, 2024

@mihow to:

  • Backend should be able to retrieve a single frame based on nearest timestamp (try greater or equal to first). Should work with 4am or 4:33 or 4:33:12:01 (seconds and microseconds). Add to the Captures detail response AND the Captures List view response.
  • Try offering an aggregated summary of captures & avg detections per minute / 5 minutes for rendering a chart quickly.

@mihow
Copy link
Collaborator Author

mihow commented Aug 5, 2024

Closed by #453!

@mihow mihow closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs design response time Enhancements related to performance in regards to response time
Projects
None yet
Development

No branches or pull requests

2 participants