ZhaiSoul
e6b448732d
refactor: add friendly zone names to timeline entries and clean up unused code
2025-11-06 14:47:27 +00:00
ZhaiSoul
06e2fc0aa0
chore: lint fix
2025-11-06 10:20:54 +08:00
GuoQing Liu
90b7086b1e
Merge branch 'dev' into dev-zones-friendly-name
2025-11-05 23:43:52 +08:00
ZhaiSoul
79f0570511
feat: add friendly zone names to tracking details and lifecycle item descriptions
2025-11-05 15:42:46 +00:00
Josh Hawkins
e1bc7360ad
Form validation tweaks ( #20812 )
...
* Always show ID field when editing a trigger
* use onBlur method for form validation
this will prevent the trigger ID from expanding too soon when a user is typing the friendly name
2025-11-05 09:18:10 -06:00
Josh Hawkins
4638c22c16
UI tweaks ( #20811 )
...
* camera wizard input mobile font zooming
* ensure the selected page is visible when navigating via url on mobile
* Filter detail stream to only show items from within the review item
* remove incorrect classes causing extra scroll in detail stream
* change button label
* fix mobile menu button highlight issue
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-11-05 07:49:31 -07:00
GuoQing Liu
cb8d80f8a2
Update docs/docs/configuration/zones.md
...
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-05 22:41:02 +08:00
GuoQing Liu
4478fa4217
Update docs/docs/configuration/zones.md
...
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-05 22:40:55 +08:00
GuoQing Liu
69081ae328
Update docs/docs/configuration/zones.md
...
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-05 22:40:44 +08:00
ZhaiSoul
5768be41c8
revert: revert zones doc ui tips
2025-11-05 14:13:45 +00:00
Nicolas Mowen
81faa8899d
Classification Improvements ( #20807 )
...
* Don't show model selection or back button when in multi select mode
* Add dialog to edit classification models
* Fix header spacing
* Cleanup desktop
* Incrase max number of object classifications
* fix iOS mobile card
* Cleanup
2025-11-05 07:11:12 -07:00
Nicolas Mowen
043bd9e6ee
Fix jetson build ( #20808 )
...
* Fix jetson build
* Set numpy version in model wheels
* Use constraint instead
* Simplify
2025-11-05 07:10:56 -07:00
ZhaiSoul
b6bb895d79
docs: remove emoji tips
2025-11-05 14:00:24 +00:00
ZhaiSoul
ca901f492f
fix: remove the toast name for zones will use the friendly_name instead
2025-11-05 13:58:48 +00:00
ZhaiSoul
54f228fb6f
fix: fix the logical error in the null/empty check for the polygons parameter
2025-11-05 13:56:51 +00:00
Artem Vladimirov
9f0b6004f2
fix: add pluralization for deletedModel toast message ( #20803 )
...
* fix: add pluralization for deletedModel toast message
* revert ru translation
---------
Co-authored-by: Artem Vladimirov <a.vladimirov@small.kz>
2025-11-05 05:02:54 -07:00
Nicolas Mowen
b751228476
Various Tweaks ( #20800 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* Fix incorrectly picking start time when date was selected
* Implement shared file locking utility
* Cleanup
2025-11-04 17:06:14 -06:00
Nicolas Mowen
3b2d136665
UI Tweaks ( #20791 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* Add tooltip for classification group
* Don't portal upload dialog when not in fullscreen
2025-11-04 10:54:05 -06:00
GuoQing Liu
303ebff4e3
Add friendly_name option for zone configuration
...
Added optional friendly name for zones in configuration.
2025-11-04 23:01:56 +08:00
Josh Hawkins
e7394d0dc1
Form validation tweaks ( #20790 )
...
* ensure id field is expanded on form errors
* only validate id field when name field has no errors
* use ref instead
* all numeric is an invalid name
2025-11-04 08:57:47 -06:00
GuoQing Liu
3af47d63ea
Update web/src/components/settings/ZoneEditPane.tsx
...
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-04 22:54:12 +08:00
Josh Hawkins
2e288109f4
Review tweaks ( #20789 )
...
* use alerts/detections colors for dots and add back blue border
* add alerts/detections colored dot next to event icons
* add margin for border
2025-11-04 08:45:45 -06:00
ZhaiSoul
b68ddc39c4
docs: update zones docs
2025-11-04 13:38:17 +00:00
ZhaiSoul
136836fe86
chore: fix the issue where the friendly name would replace spaces with underscores
2025-11-04 12:56:53 +00:00
ZhaiSoul
894f9d06dd
fix: fix the issue where the input field was empty when there was no friendly_name
2025-11-04 12:54:36 +00:00
Josh Hawkins
256817d5c2
Make events summary endpoint DST-aware ( #20786 )
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
2025-11-03 17:54:33 -07:00
Nicolas Mowen
84409eab7e
Various fixes ( #20785 )
...
* Catch case where detector overflows
* Add more debug logs
* Cleanup
* Adjust no class wording
* Adjustments
2025-11-03 18:42:59 -06:00
Josh Hawkins
9e83888133
Fix recordings summary for DST ( #20784 )
...
* make recordings summary endpoints DST aware
* remove unused
* clean up
2025-11-03 17:30:56 -07:00
Abinila Siva
85f7138361
update installation code to hold SDK 2.1 version ( #20781 )
2025-11-03 13:23:51 -07:00
Nicolas Mowen
fc1cad2872
Adjust LPR packages for licensing ( #20780 )
2025-11-03 14:11:02 -06:00
Nicolas Mowen
5529432856
Various fixes ( #20774 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* Change order of deletion
* Add debug log for camera enabled
* Add more face debug logs
* Set jetson numpy version
2025-11-03 10:05:03 -06:00
Josh Hawkins
59963fc47e
Camera Wizard tweaks ( #20773 )
...
* add switch to use go2rtc ffmpeg mode
* i18n
* move testing state outside of button
2025-11-03 08:42:38 -07:00
Nicolas Mowen
31fa87ce73
Correctly remove classification model from config ( #20772 )
...
* Correctly remove classification model from config
* Undo
* fix
* Use existing config update API and dynamically remove models that were running
* Set update message for face
2025-11-03 08:01:30 -07:00
Nicolas Mowen
740c618240
Fix review summary for DST ( #20770 )
...
* Fix review summary for DST
* Fix
2025-11-03 07:34:47 -06:00
Nicolas Mowen
4f76b34f44
Classification fixes ( #20771 )
...
* Fully delete a model
* Fix deletion dialog
* Fix classification back step
* Adjust selection gradient
* Fix
* Fix
2025-11-03 07:34:06 -06:00
Josh Hawkins
d44340eca6
Tracked Object Details pane tweaks ( #20762 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* normalize path and points sizes
* fix bounding box display to only show on actual points that have a box
* add support for using snapshots
2025-11-02 06:48:43 -07:00
GuoQing Liu
aff82f809c
feat: add search filter group audio i18n ( #20760 )
2025-11-02 07:45:24 -06:00
ZhaiSoul
2339b5f35d
feat: add zones friendly name
2025-11-02 13:30:09 +00:00
Josh Hawkins
1e50d83d06
create i18n key for list separator and use in zones ( #20749 )
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
2025-11-01 12:20:32 -06:00
Josh Hawkins
36fb27ef56
Refactor Tracked Object Details dialog ( #20748 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* detail stream settings
* remove old review detail dialog
* change layout
* use detail stream in tracking details
* reusable tabs component
* pass in tabs for desktop
* fix object selection and time updating
* i18n
* aspect fixes
* include tolerance for displaying of path and zone
some browsers (firefox and probably brave) intentionally reduce precision of seeking with currentTime for privacy reasons
* detail stream seeking fixes
* tracking details seeking fixes
* layout tweaks
* add download button back for now
* remove
* remove
* snapshot is now default tab
2025-11-01 09:19:30 -05:00
Nicolas Mowen
9937a7cc3d
Add ability to delete classification models ( #20747 )
...
* fix typo
* Add ability to delete classification models
2025-11-01 09:11:24 -05:00
Nicolas Mowen
7aac6b4f21
Don't remove tensorflow on trt ( #20743 )
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
2025-10-31 16:17:41 -05:00
Nicolas Mowen
338b681ed0
Various Tweaks ( #20742 )
...
* Pull context size from openai models
* Adjust wording based on type of model
* Instruct to not use parenthesis
* Simplify genai config
* Don't use GPU for training
2025-10-31 12:40:31 -06:00
Nicolas Mowen
685f2c5030
Mark delivery objects with marker so LLM knows what is happening ( #20736 )
CI / AMD64 Build (push) Waiting to run
CI / Assemble and push default build (push) Blocked by required conditions
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
2025-10-31 07:14:34 -05:00
Nicolas Mowen
971521cd8e
Review description updates ( #20723 )
...
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
* Update docs for review descriptions
* Add logging for context tokens used
* Incrase number of images due to lower than expected context usage
* Re-balance the suspicious activity checks
* Adjustments to context sizing
* optimize context usage
* Adjust context usage
* Make title more direct
* Update docs
2025-10-30 08:52:55 -06:00
Nicolas Mowen
fd1eb64921
Add qwen3 vl ( #20720 )
2025-10-29 21:31:25 -05:00
Josh Hawkins
dbbe40bd27
Improve Details Settings ( #20718 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* detail stream settings
* fix mobile landscape
* mobile landscape
* tweak
* tweaks
2025-10-29 16:03:38 -06:00
Josh Hawkins
901002a0a5
Add zoom icons to timeline ( #20717 )
...
* add icons to zoom timeline
* fix current zoom level handling
* ensure mobile buttons don't stay selected
* remove icons on event review timeline
* add tooltips
2025-10-29 12:04:29 -06:00
Hosted Weblate
62bc2aeaab
Added translation using Weblate (Cantonese (Traditional Han script))
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
2025-10-29 08:59:49 -06:00
Hosted Weblate
bcff1ee9aa
Added translation using Weblate (Persian (Old))
...
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
2025-10-29 08:59:49 -06:00