-
Notifications
You must be signed in to change notification settings - Fork 3
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
add audio mode settings #100
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated Vue3 - Reworking mask regions component to disallow self-intersecting regions, and allow an apron so regions can be created slightly outside the camera frame. - Creating wizard steps for manual uploads - Moving device status out of modal
- Add more info to mobile device cards in DevicesView
- More responsive layouts for device setup.
…on mobile. - Overflowing tab list component to make longer tabbed nav lists work better on mobile.
…rence image. - Masked regions are now used when adding tracks via the API to ignore tracks that are exclusively inside the masked region. - Use common track rect drawing code for showing tracks for trailcam images.
…– the actual track is created the first time a user classification is added. This could be extended to empty CPTV files.
- Automatically add "missed track" tag to CPTV recordings that get manual IDs when they had no tracks. - Poll every 30 seconds when an open recording is still processing, and update UI when processing is complete.
- Add "dummy-track" to tracker version to make it available to processing.
…adding reference images and mask regions in the same location. - Fix route for Visits modal from activity view to include selected track.
…adding reference images and mask regions in the same location. - Fix route for Visits modal from activity view to include selected track. (2)
- Make search url query driven (WIP)
- Make search url query driven (WIP) - Fix mask-regions api
- Make search url query driven - Hack in support for "Animal" class from Megadetector - Show processing progress for visits in API - Reflect processing progress in the UI.
- Handle scaling DPI when drawing track boxes on trailcam images
- Make recording/visits exports work.
…ny-web into browse-next-upgrades # Conflicts: # api/api/V1/Device.ts # api/api/V1/Recording.ts # api/api/V1/recordingUtil.ts # api/models/index.ts # api/package-lock.json # browse-next/src/api/Recording.ts # browse-next/src/components/ActivitySearchDescription.vue # browse-next/src/components/ImageLoader.vue # browse-next/src/components/RecordingsList.vue # browse-next/src/components/VisitsDailyBreakdown.vue # browse-next/src/views/ActivitySearchView.vue
…ny-web into browse-next-upgrades
…n the visit with a track matching the visit classification.
…to enable us to parallelise the test run into two jobs in CI, decreasing total CI time.
…to enable us to parallelise the test run into two jobs in CI, decreasing total CI time. (2)
- Remove unused tests - Use matrix strategy to run test batches
…ns cache (once run against `main`)
…ces. - Fix behaviour when re-assigning a device, so we don't orphan recordings. - Fix handling of inactive devices in browse-next.
…one recording so that the previous device is set inactive rather than deleted.
…ade in new group, and also delete old device.
…on cptv single image component.
…on cptv single image component.
…ny-web into audio-views # Conflicts: # api/api/V1/Device.ts # browse-next/src/components/CptvSingleFrame.vue
…ng' into audio-mode-settings
…e-next - Always allow showing device recordings, even when there's no current location set.
hardiesoft
approved these changes
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.