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

add audio mode settings #100

Merged
merged 233 commits into from
Nov 19, 2024
Merged

add audio mode settings #100

merged 233 commits into from
Nov 19, 2024

Conversation

Zainrax
Copy link
Contributor

@Zainrax Zainrax commented Oct 30, 2024

No description provided.

- 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
- New bulk querying/reporting API which is *many*, *many* times faster for tag filtering queries over longer periods, esp. when the number of recordings in a project grows.
- Thumbnail images on the front-end only get queried when visible.
- CI Tests for new bulk tag mode.
…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
hardiesoft and others added 27 commits October 7, 2024 15:02
…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
…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.
…ny-web into audio-views

# Conflicts:
#	api/api/V1/Device.ts
#	browse-next/src/components/CptvSingleFrame.vue
…e-next

- Always allow showing device recordings, even when there's no current location set.
Copy link
Member

@hardiesoft hardiesoft left a 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 :)

@hardiesoft hardiesoft merged commit 7a83389 into main Nov 19, 2024
8 checks passed
@hardiesoft hardiesoft deleted the audio-mode-settings branch November 19, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants