You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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!
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.
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.
The text was updated successfully, but these errors were encountered: