Felipe Santos
9755fa0537
Fix exports migration when there is none ( #14761 )
2024-11-03 10:00:12 -07:00
Felipe Santos
77ec86d31a
Fix devcontainer when there is no ~/.ssh/know_hosts file ( #14758 )
2024-11-03 08:52:27 -07:00
leccelecce
189d4b459f
Avoid divide by zero in shm_frame_count ( #14750 )
2024-11-03 08:28:19 -07:00
leccelecce
44f40966e7
Docs: correct go2rtc version used ( #14753 )
2024-11-03 05:16:59 -07:00
Josh Hawkins
7d3313e732
Add ability to view tracked objects in Explore from review item details pane ( #14744 )
2024-11-02 17:16:07 -06:00
Blake Blackshear
591b50dfa7
Merge remote-tracking branch 'origin/master' into dev
2024-11-02 08:28:34 -05:00
Blake Blackshear
27ef661fec
simplify hailort ( #14734 )
2024-11-02 07:13:28 -05:00
joshjryan
d7935abc14
Set the loglevel for OpenCV ffmpeg messages to fatal ( #14728 )
...
* Set the loglevel for OpenCV ffmpeg messages to fatal
* Set OPENCV_FFMPEG_LOGLEVEL in Dockerfile
2024-11-01 20:01:38 -06:00
Josh Hawkins
11068aa9d0
Fix validation activity indicator ( #14730 )
...
* Don't show two spinners when loading/revalidating search results
* clarify
2024-11-01 19:52:00 -06:00
Josh Hawkins
1234003527
Fix width of object lifecycle buttons ( #14729 )
2024-11-01 18:30:40 -06:00
Nicolas Mowen
e5ebf938f6
Fix float input ( #14720 )
2024-11-01 06:55:55 -06:00
Josh Hawkins
8c2c07fd18
UI tweaks ( #14719 )
...
* Show activity indicator when search grid is revalidating
* improve frigate+ button title grammar
2024-11-01 06:37:52 -06:00
Josh Hawkins
9e1a50c3be
Clean up copy output ( #14705 )
...
* Remove extra spacing for next/prev carousel buttons
* Clarify ollama genai docs
* Clean up copied gpu info output
* Clean up copied gpu info output
* Better display when manually copying/pasting log data
2024-10-31 13:48:26 -06:00
Nicolas Mowen
ac8ddada0b
Various fixes ( #14703 )
...
* Fix not retaining custom events
* Fix media apis
2024-10-31 07:31:01 -05:00
Josh Hawkins
885485da70
Small tweaks ( #14700 )
...
* Remove extra spacing for next/prev carousel buttons
* Clarify ollama genai docs
2024-10-31 06:58:33 -05:00
Nicolas Mowen
bb4e863e87
Fix jetson onnxruntime ( #14698 )
...
* Fix jetson onnxruntime
* Remove comment
2024-10-30 19:16:28 -05:00
Nicolas Mowen
c7a4220d65
Jetson onnxruntime ( #14688 )
...
* Add support for using onnx runtime with jetson
* Update docs
* Clarify
2024-10-30 08:22:28 -06:00
Nicolas Mowen
03dd9b2d42
Don't open file with read permissions if there is no need to write to it ( #14689 )
2024-10-30 08:22:20 -06:00
Nicolas Mowen
89ca085b94
Add info about GPUs that are supported for semantic search ( #14687 )
...
* Add specific information about GPUs that are supported for semantic search
* clarity
2024-10-30 07:41:58 -05:00
Nicolas Mowen
fffd9defea
Add docs update to type of change ( #14686 )
2024-10-30 06:30:00 -06:00
Nicolas Mowen
d10fea6012
Add specific section about GPU in semantic search ( #14685 )
2024-10-30 07:23:10 -05:00
Nicolas Mowen
ab26aee8b2
Fix config loading ( #14684 )
2024-10-30 07:16:56 -05:00
Josh Hawkins
bb80a7b2ee
UI changes and bugfixes ( #14669 )
...
* Home/End buttons for search input and max 8 search columns
* Fix lifecycle label
* remove video tab if tracked object has no clip
* hide object lifecycle if there is no clip
* add test for filter value to ensure only fully numeric values are set as numbers
2024-10-30 05:54:06 -06:00
Evan Jarrett
e4a6b29279
fix string comparison on mqtt error message for Server unavailable ( #14675 )
2024-10-30 05:05:58 -06:00
Blake Blackshear
d12c7809dd
Update Hailo Driver to 4.19 ( #14674 )
...
* update to hailo driver 4.19
* update builds for 4.19
2024-10-29 18:40:24 -05:00
Nicolas Mowen
357ce0382e
Fixes ( #14668 )
...
* Fix environment vars reading
* fix yaml returning none
* Assume rocm model is onnx despite file extension
2024-10-29 15:34:07 -05:00
Josh Hawkins
73da3d9b20
Use strict equality check for annotation offset in object lifecycle settings ( #14667 )
2024-10-29 13:33:09 -05:00
Josh Hawkins
e67b7a6d5e
Add ability to use carousel buttons to scroll through object lifecycle elements ( #14662 )
2024-10-29 10:28:17 -05:00
Nicolas Mowen
4e25bebdd0
Add ability to configure model input dtype ( #14659 )
...
* Add input type for dtype
* Add ability to manually enable TRT execution provider
* Formatting
2024-10-29 10:28:05 -05:00
Dan Raper
abd22d2566
Update create_config.py ( #14658 )
2024-10-29 08:31:03 -06:00
Josh Hawkins
8aeb597780
Fix sublabel and icon spacing ( #14651 )
2024-10-29 07:06:19 -06:00
Josh Hawkins
33825f6d96
Add h8l and rocm to release workflow ( #14648 )
...
* Add h8l to release workflow
* Add rocm to release workflow
* Variants
2024-10-28 20:00:14 -05:00
Nicolas Mowen
eca504cb07
More bug fixes ( #14593 )
...
* Adjust mqtt logging behavior
* Set disconnect
* Only consider intel gpu stats error if None is returned
2024-10-25 09:45:11 -05:00
Nicolas Mowen
4c75440af4
Docs updates ( #14590 )
...
* Update motion docs to make note of recordings
* Make note of genai on CPU
2024-10-25 08:09:25 -05:00
Nicolas Mowen
94f7528885
Bug fixes ( #14588 )
...
* Get intel stats manually if parsing fails
* Fix assignment
* Clean up mqtt
* Formatting
* Fix logic
2024-10-25 06:47:56 -06:00
Josh Hawkins
4dadf6d353
Bugfixes ( #14587 )
...
* Ensure review and search item mobile pages reopen correctly
* disable pan/pinch/zoom when native browser video controls are displayed
* report 0 for storage usage when api returns null
2024-10-25 06:24:04 -06:00
Corwin
2d27e72ed9
fix: hailo driver wrong version name ( #14575 )
2024-10-25 06:07:01 -06:00
Nicolas Mowen
4ff0c8a8d1
Better review sub-labels ( #14563 )
...
* Better review sub-labels
* Handle init
2024-10-24 17:00:39 -05:00
Nicolas Mowen
f9fba94863
Slightly downgrade onnxruntime-gpu ( #14558 )
2024-10-24 13:17:11 -05:00
Nicolas Mowen
f9b246dbd0
Deps updates ( #14556 )
...
* Update nvidia deps
* Update python deps
* Update web deps
2024-10-24 08:48:14 -05:00
Josh Hawkins
8fefded8dc
Fix score in search details dialog for old events ( #14541 )
2024-10-23 10:31:20 -05:00
Nicolas Mowen
18824830fd
Export preview via api ( #14535 )
...
* Break out recording to separate function
* Implement preview exporting
* Formatting
2024-10-23 08:36:52 -05:00
Rui Alves
fa81d87dc0
Updated Documentation for the Review endpoints ( #14401 )
...
* Updated documentation for the review endpoint
* Updated documentation for the review/summary endpoint
* Updated documentation for the review/summary endpoint
* Documentation for the review activity audio and motion endpoints
* Added responses for more review.py endpoints
* Added responses for more review.py endpoints
* Fixed review.py responses and proper path parameter names
* Added body model for /reviews/viewed and /reviews/delete
* Updated OpenAPI specification for the review controller endpoints
* Run ruff format frigate
* Drop significant_motion
* Updated frigate-api.yaml
* Deleted total_motion
* Combine 2 models into generic
2024-10-23 08:35:49 -05:00
Josh Hawkins
8bc145472a
Error message and search reset for explore pane ( #14534 )
2024-10-23 07:31:48 -06:00
Josh Hawkins
7afc1e9762
Improve error message when semantic search is not enabled with genai ( #14528 )
2024-10-23 06:14:50 -06:00
Josh Hawkins
fc59c83e16
Add download chips to search item details video and snapshot panes ( #14525 )
2024-10-22 21:09:57 -06:00
Nicolas Mowen
e4048be088
Increase download output ( #14523 )
2024-10-22 21:33:41 -05:00
Nicolas Mowen
d715a8c290
Catch empty bytes ( #14521 )
2024-10-22 19:07:54 -05:00
Josh Hawkins
ad308252a1
Accessibility features ( #14518 )
...
* Add screen reader aria labels to buttons and menu items
* Fix sub_label score in search detail dialog
2024-10-22 16:07:42 -06:00
Josh Hawkins
c7d9f83638
UI changes and fixes ( #14516 )
...
* Add camera webui link to debug view
* fix optimistic description update
* simplify
* clean up
* params
2024-10-22 15:11:05 -06:00