Nicolas Mowen and GitHub
62657ad05a
Ensure detections are not immediately deleted ( #13683 )
...
* Ensure detections are not immediately deleted
* Formatting
2024-09-11 15:46:24 -05:00
Nicolas Mowen and GitHub
f3784505e0
Explore page optimizations ( #13682 )
...
* Fix video scaling
* Simplify similarity searching
* Hide source filter when doing similarity search
* Fix up
* Remove frigate plus view
* Add icons to detail tabs
* Cleanup
2024-09-11 14:20:41 -05:00
Nicolas Mowen and GitHub
22ee6bb137
Handle middle mouse button clicks ( #13678 )
...
* Handle middle mouse button clicks
* Fix up
2024-09-11 12:26:01 -05:00
Nicolas Mowen and GitHub
3972642ba0
Refactor search details into Explore Page ( #13665 )
2024-09-11 08:41:16 -06:00
Nicolas Mowen and GitHub
d2588d9de4
Fix search detail pane ( #13658 )
2024-09-10 13:38:58 -05:00
Nicolas Mowen and GitHub
07d1692f2b
Make notifications toggleable via MQTT ( #13657 )
...
* Add ability to toggle mqtt state from MQTT / ws
* Listen to notification config updates
* Add docs for notifications
2024-09-10 11:24:44 -06:00
Nicolas Mowen and GitHub
8db9824842
Don't save preview frames if recording is not enabled ( #13656 )
...
* Simplify check
* Don't write frames
* Write frames only if recording enabled
2024-09-10 11:12:42 -06:00
Nicolas Mowen and GitHub
c8521554c8
Refactor Search Page ( #13645 )
...
* Always enable search page
* Always show eents when searching
* No default search background
* Center and show all filters when semantic search is not enabled
* Limit number of default items shown
* Adjust search options
* Add support for sub label filtering
* Separate out filters and clean up detail pane
* Tablet cleanup
* Fix current hour search preview
* Handle single lists
* Cleanup api search
2024-09-10 10:23:20 -06:00
Nicolas Mowen and GitHub
ceb7aa8b36
Improve handling of empty frames ( #13651 )
2024-09-10 08:39:37 -05:00
Nicolas Mowen and GitHub
f5dbcd5465
Add types to date preview & vod api ( #13636 )
...
* Add types to date preview api
* Formatting
2024-09-09 11:03:53 -05:00
Nicolas Mowen and GitHub
8be139d4d1
Fix thumbnail failure ( #13634 )
...
* Fix thumbnail failure
* Formatting
* Fix logic
2024-09-09 09:29:05 -05:00
Nicolas Mowen and GitHub
17901fcfef
Fix arm build ( #13608 )
2024-09-07 09:40:31 -05:00
Nicolas Mowen and GitHub
149339a8d9
Install onnxruntime with openvino execution provider ( #13587 )
...
* Install onnxruntime with openvino execution provider
* Update requirements-wheels.txt
* Still include openvino
2024-09-06 14:18:48 -05:00
Nicolas Mowen and GitHub
18a6aa1824
Update ffmpeg to 7.0.2 ( #13578 )
...
* Update to ffmpeg 7.0
* Reduce CPU by not changing pixel format
* Add basic vulkan support
* Adjust gamma after vaapi change
* Formatting
2024-09-05 18:27:32 -06:00
Nicolas Mowen and GitHub
055f0dfc22
Fix birdseye opening and not closing frames ( #13553 )
2024-09-04 08:25:00 -06:00
Nicolas Mowen and GitHub
e80322dab7
Fix recording cleanup logic again ( #13527 )
2024-09-03 16:56:26 -05:00
Nicolas Mowen and GitHub
7626dd239a
Fix incorrect recording config access ( #13524 )
...
* Fix incorrect access
* Formatting
2024-09-03 16:27:19 -05:00
Nicolas Mowen and GitHub
9afa1354da
Limit shm frame count ( #12363 )
...
* Limited shm frame count (#12346 )
* Only keep 2x detect fps frames in SHM
* Don't delete previous shm frames in output
* Catch case where images do not exist
* Ensure files are closed
* Clear out all frames when shutting down
* Correct the number of frames saved
* Simplify empty shm error handling
* Improve frame safety
* Add handler logs when frame is None
* Don't fail on cleanup
* Cleanup logging
* Update docs
* Update calculation
* Restore condition
* Fix case where thumbnail is saved without frame
* Adjust debug logs
* Calculate best shm frame count
* Fix shm count calculation
* Catch missing frame
* Formatting
* Clarify docs
* Catch none frame in autotracking
2024-09-03 10:22:30 -06:00
Nicolas Mowen and GitHub
58a471e466
Fix hardcoded camera name ( #13520 )
...
* Fix hardcoded camera name
* Simplify logic
2024-09-03 10:14:30 -06:00
Nicolas Mowen and GitHub
e66f47bdf6
Cleanup after recordings refactor ( #13518 )
...
* Cleanup after recordings refactor
* Fix default retention mode
* Formatting
* Fix review item query
* Default review retention
2024-09-03 08:49:50 -06:00
Nicolas Mowen and GitHub
21a50cc452
Fix fetching of generated preview video ( #13498 )
2024-09-02 09:18:58 -05:00
Nicolas Mowen and GitHub
0acbd3d5e8
Refactor recordings retention to be based on review items ( #13355 )
...
* Refactor recordings config to be based off of review items
* Update object processing logic for when an event is created
* Migrate to deciding recording retention based on review items
* Refactor recording expiration to be based off of review items
* Remove remainder of recording events access
* Handle migration automatically
* Update version and cleanup
* Update docs
* Clarify docs
* Cleanup
* Target camera config
* Safely access all fields
2024-09-02 07:22:53 -06:00
Nicolas Mowen and GitHub
921c9de241
Fix preview generation for offline camera ( #13449 )
...
* Handle case where camera is offline when generating previews
* Don't rely on slow system
* Simplify checks to rely on other cameras
* Formatting
* Cleanup
2024-08-31 10:48:58 -06:00
Nicolas Mowen
cf7718132a
Update python deps ( #13413 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
939a055d46
Fix mobile scroll behavior ( #13201 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
01fa1777ac
Fix ZMQ race condition with events ( #13198 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
a77436eec3
Add button for downloading full set of logs ( #13188 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
c268a126dc
Make review detail scrollable on mobile and ensure F+ is enabled ( #13119 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
29e86d4eeb
Add ability to upload to Frigate+ from review side panel ( #13071 )
...
* Add ability to submit to frigate+ from review panel
* Add separator
* Use consistent ID
2024-08-29 20:19:50 -06:00
Nicolas Mowen
9d18061d0f
Move plus dialog to separate component
2024-08-29 20:19:50 -06:00
Nicolas Mowen
943114c052
Add support for review information side panel ( #13063 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
2cb81ef116
Use review item thumbnail for export ( #12998 )
...
* Use review item thumbnail for export
* Formatting
2024-08-29 20:19:50 -06:00
Nicolas Mowen
c16450adc8
Hailo amd64 support ( #12820 )
...
* Support building docker image for amd64 and arm64
* Support installations on amd64 and arm64
* Run build in new job
* Update docs
2024-08-29 20:19:50 -06:00
Nicolas Mowen
347d54f388
Chunk timeline deletes ( #12900 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
3428baa3fa
Fix embeddings failing to start
2024-08-29 20:19:50 -06:00
Nicolas Mowen
4f8066a35a
Update version
2024-08-29 20:19:50 -06:00
Nicolas Mowen
04fd05bc7d
Notification action ( #12742 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
3abf89596a
Disable semantic search by default ( #12568 )
...
* Disable semantic search by default and don't start processes unless enabled
* Conditionally create embeddings
* Fix typing
2024-08-29 20:19:50 -06:00
Nicolas Mowen and Blake Blackshear
690ee3dc15
Implement support for notifications ( #12523 )
...
* Setup basic notification page
* Add basic notification implementation
* Register for push notifications
* Implement dispatching
* Add fields
* Handle image and link
* Add notification config
* Add field for users notification tokens
* Implement saving of notification tokens
* Implement VAPID key generation
* Implement public key encoding
* Implement webpush from server
* Implement push notification handling
* Make notifications config only
* Add maskable icon
* Use zod form to control notification settings in the UI
* Use js
* Always open notification
* Support multiple endpoints
* Handle cleaning up expired notification registrations
* Correctly unsubscribe notifications
* Change ttl dynamically
* Add note about notification latency and features
* Cleanup docs
* Fix firefox pushes
* Add links to docs and improve formatting
* Improve wording
* Fix docstring
Co-authored-by: Blake Blackshear <blake@frigate.video >
* Handle case where native auth is not enabled
* Show errors in UI
---------
Co-authored-by: Blake Blackshear <blake@frigate.video >
2024-08-29 20:19:50 -06:00
Nicolas Mowen
331c882af2
Catch hailo initialization error ( #12558 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
b4eb83d892
Fix calendar
2024-08-29 20:19:50 -06:00
Nicolas Mowen
e7fabce4e0
Use grid for searches ( #12386 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
feb2c9fc62
Use thumbnails instead of review images for search ( #12381 )
2024-08-29 20:19:50 -06:00
Nicolas Mowen
9d7e499adb
Semantic Search Frontend ( #12112 )
...
* Add basic search page
* Abstract filters to separate components
* Make searching functional
* Add loading and no results indicators
* Implement searching
* Combine account and settings menus on mobile
* Support using thumbnail for in progress detections
* Fetch previews
* Move recordings view and open recordings when search is selected
* Implement detail pane
* Implement saving of description
* Implement similarity search
* Fix clicking
* Add date range picker
* Fix
* Fix iOS zoom bug
* Mobile fixes
* Use text area
* Fix spacing for drawer
* Fix fetching previews incorrectly
2024-08-29 20:19:50 -06:00
Nicolas Mowen and GitHub
453a8d794e
Add tooltip for icons in review event list ( #13334 )
2024-08-25 07:57:10 -05:00
Nicolas Mowen and GitHub
2dc5a7f767
Fix delayed preview not showing ( #13295 )
2024-08-23 09:51:59 -05:00
Nicolas Mowen and GitHub
e01b6ee76b
Fix case where user's cgroup says it has 0 cpu cores ( #13271 )
2024-08-22 08:06:26 -05:00
Nicolas Mowen and GitHub
1c7ee5f4e4
UI fixes ( #13246 )
...
* Fix bad data in stats
* Add support for changes dialog when leaving without saving config editor
* Fix scrolling into view
2024-08-21 08:19:07 -06:00
Nicolas Mowen and GitHub
d96f76c27f
Ensure only enabled birdseye cameras are considered active ( #13194 )
...
* Ensure only enabled birdseye cameras are considered active
* Cleanup
2024-08-19 16:01:48 -05:00
Nicolas Mowen and GitHub
1da934e63c
Dynamically detect if full screen is supported ( #13197 )
2024-08-19 16:01:21 -05:00
Nicolas Mowen and GitHub
38a8d34ba5
Preview fixes ( #13193 )
...
* Handle case where preview was saved late
* fix timing
2024-08-19 10:45:55 -06:00
Nicolas Mowen and GitHub
3a124dbb84
Fix plus view resetting ( #13160 )
2024-08-18 07:41:10 -06:00
Nicolas Mowen and GitHub
2e724291db
Catch case where github sends bad json data ( #13077 )
2024-08-14 20:41:41 -05:00
Nicolas Mowen and GitHub
f6b61c26ae
Rename bug report ( #13039 )
2024-08-13 14:26:01 -05:00
Nicolas Mowen and GitHub
1b876bf8d3
UI fixes ( #13030 )
...
* Fix difficulty overwriting export name
* Fix NaN for score selector
2024-08-13 10:12:06 -05:00
Nicolas Mowen and GitHub
b0d42ea116
Fix last hour preview ( #13027 )
2024-08-13 08:23:46 -06:00
Nicolas Mowen and GitHub
05bc3839cc
Reset recordings when changing the date ( #13009 )
2024-08-12 15:12:49 -06:00
Nicolas Mowen and GitHub
281482927a
Recordings Fixes ( #13005 )
...
* If recordings don't exist mark as no recordings
* Fix reloading recordings failing
* Fix mark items not clearing selected
* Cleanup
* Default to last full hour when error occurs
* Remove check
* Cleanup
* Handle empty recordings list case
* Ensure that the start time is within the time range
* Catch other reset cases
2024-08-12 14:30:16 -06:00
Nicolas Mowen and GitHub
132a712341
Hide record switch when disabled ( #12997 )
2024-08-12 08:21:21 -05:00
Nicolas Mowen and GitHub
13d121f443
Catch case where recording starts right at end of request ( #12956 )
2024-08-11 08:32:17 -05:00
Nicolas Mowen and GitHub
4afa7bf4e1
Catch case where user tries to end definite manual event ( #12951 )
...
* Catch case where user tries to end definite manual event
* Formatting
2024-08-11 07:32:39 -05:00
Nicolas Mowen and GitHub
99e03576bf
Remove user args from http jpeg ( #12909 )
2024-08-09 16:22:24 -06:00
Nicolas Mowen and GitHub
78d67484e1
Web deps ( #12908 )
...
* Update web compnent deps
* Update other web deps
2024-08-09 16:12:07 -06:00
Nicolas Mowen and GitHub
e9e86cc5af
Fix use experimental migrator ( #12906 )
2024-08-09 16:59:55 -05:00
Nicolas Mowen and GitHub
70618e93b7
Add button to mark review item as reviewed in filmstrip ( #12878 )
...
* Add button to mark review item as reviewd in filmstrip
* Add tooltip
2024-08-09 08:29:35 -05:00
Nicolas Mowen
e563692fa2
Add camera name to audio debug line ( #12799 )
...
* Add camera name to audio debug line
* Formatting
2024-08-08 07:54:13 -06:00
Nicolas Mowen
9c2974438d
Handle case where user stops scrubbing but remains hovering ( #12794 )
...
* Handle case where user stops scrubbing but remains hovering
* Add type
2024-08-08 07:54:13 -06:00
Nicolas Mowen
8212b66ee0
Use camera status to get state of camera config ( #12787 )
...
* Use camera status to get state of camera config
* Fix spelling
2024-08-08 07:54:13 -06:00
Nicolas Mowen
43d2986208
Handle case where sub label was null ( #12785 )
2024-08-08 07:54:13 -06:00
Nicolas Mowen
f8f7b74792
Update version
2024-08-08 07:54:13 -06:00
Nicolas Mowen
5069072a84
Fix iOS export buttons ( #12755 )
...
* Fix iOS export buttons
* Use layering instead of z index
2024-08-08 07:54:13 -06:00
2637541c6c
Installation and getting started docs improvements ( #12395 )
...
* Add tip banner for quick links
* Add link to getting started guide from installation
* Remove dummy config
* Move tip
* Clarify installation docs
Co-authored-by: Blake Blackshear <blake@frigate.video >
* Update docs/docs/guides/getting_started.md
Co-authored-by: Blake Blackshear <blake@frigate.video >
---------
Co-authored-by: Blake Blackshear <blake@frigate.video >
2024-08-03 08:20:14 -05:00
Nicolas Mowen and GitHub
88d4b694f8
Fix tall videos from covering height in export page ( #12725 )
...
* Fix tall videos from covering height in export page
* Handle mobile landscape
2024-08-02 07:06:15 -06:00
Nicolas Mowen and GitHub
b28cc45510
Update docs ( #12714 )
2024-08-01 17:27:15 -06:00
Nicolas Mowen and GitHub
c0b23ca938
Remove mention of older yolox model ( #12711 )
2024-08-01 14:33:06 -06:00
Nicolas Mowen and GitHub
599dd7eecb
Build libusb for coral compatibility ( #12681 )
2024-07-30 16:32:32 -06:00
Nicolas Mowen and GitHub
84348350fe
apply iOS fix to safari ( #12663 )
2024-07-29 11:34:45 -05:00
Nicolas Mowen and GitHub
7d03d99852
Show skeleton when live filmstrip items are loading ( #12660 )
2024-07-29 07:52:22 -05:00
Nicolas Mowen and GitHub
7c39b176ac
Limit preview threads ( #12633 )
2024-07-26 09:16:45 -05:00
Nicolas Mowen and GitHub
4c2e6f75a2
Fix frigate failing when no config is defined ( #12611 )
2024-07-25 12:03:52 -05:00
Nicolas Mowen and GitHub
cea0596cf5
Docs updates ( #12607 )
2024-07-25 07:14:22 -06:00
Nicolas Mowen and GitHub
b4db07d7a5
Fix perview serialization ( #12597 )
2024-07-24 12:29:51 -05:00
Nicolas Mowen and GitHub
5c15659a34
Ensure that persisted state is kept in sync ( #12596 )
2024-07-24 11:17:32 -06:00
Nicolas Mowen and GitHub
1bd3285679
Use pickle for config objects ( #12594 )
2024-07-24 10:37:29 -05:00
Nicolas Mowen and GitHub
d28ad0f0c8
Use JSON instead of pickle for serialization ( #12590 )
2024-07-24 08:58:23 -06:00
Nicolas Mowen and GitHub
47aecff567
UI Tweaks ( #12571 )
2024-07-23 09:34:38 -05:00
Nicolas Mowen and GitHub
524f03a650
Persist show reviewed locally so it maintains state ( #12560 )
...
* Persist show reviewed locally so it maintains state
* fix
* Theming fixes
2024-07-22 17:55:39 -05:00
Nicolas Mowen and GitHub
68e6ffdfef
UI fixes ( #12542 )
...
* Don't require previews to show motion ui
* Fix recording text to match hls player logic
2024-07-21 14:14:59 -05:00
Nicolas Mowen and GitHub
29345c429a
Fix plus sorting button ( #12513 )
2024-07-19 09:08:50 -05:00
Nicolas Mowen and GitHub
f2c46408c4
Add more icons to event icon types ( #12507 )
2024-07-18 16:11:05 -05:00
Nicolas Mowen and GitHub
c56e7e7c6c
UI fixes ( #12490 )
...
* Improve export handling when errors occur
* Fix mobile zooming
* Handle recordings buffering
* Cleanup
* Url encode export name
* Start with actual name in input
* Fix buffering
2024-07-17 07:39:37 -06:00
Nicolas Mowen and GitHub
30f0f73a4e
Add camera name to recordings log ( #12480 )
...
* Add camera name to recordings log
* Formatting
2024-07-16 11:56:09 -05:00
Nicolas Mowen and GitHub
e9da453190
Don't allow backwards recordings ( #12477 )
2024-07-16 10:04:33 -05:00
Nicolas Mowen and GitHub
91f62cf8ce
Fix ui config migration ( #12476 )
2024-07-16 08:45:11 -05:00
Nicolas Mowen and GitHub
b7cf5f4105
Fix handling of default group ( #12459 )
2024-07-15 11:18:01 -05:00
Nicolas Mowen and GitHub
82d2910039
Fix camera filtering logic ( #12457 )
...
* Fix camera filtering logic
* Cleanup
* Simplify and consider birdseye only group in logic
* Don't add filter when group is birdseye only
2024-07-15 09:34:41 -06:00
Nicolas Mowen and GitHub
5066fa369d
Filter alerts by camera group ( #12456 )
2024-07-15 07:35:41 -05:00
Nicolas Mowen and GitHub
a4eb435f1a
Improve safari image scrolling performance ( #12429 )
...
* Don't set z-height on iOS
* More z-index cleanup
2024-07-13 11:54:24 -05:00
Nicolas Mowen and GitHub
843d301950
Don't detach media ( #12421 )
2024-07-12 15:29:42 -06:00
Nicolas Mowen and GitHub
d08fe170f2
Recordings improvements ( #12417 )
2024-07-12 15:17:38 -06:00