1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-02-23 00:18:31 +01:00
Commit Graph

3579 Commits

Author SHA1 Message Date
Josh Hawkins
78a013d63a
Add "frame" to shm frame names to avoid camera name issues () 2024-12-20 08:46:40 -06:00
Gabriel de Biasi
ddfe8f3921
Fix : Adds tls_insecure to the onvif configuration ()
* Adds tls_insecure to the onvif configuration

* reformat using ruff
2024-12-19 12:54:33 -07:00
Nicolas Mowen
4af752028f
Bug Fixes ()
* Catch onvif command error

* fix review item pre and post capture

* Include severity in query
2024-12-19 09:46:14 -06:00
Nicolas Mowen
b149828c9f
Catch OS error () 2024-12-18 17:45:08 -06:00
Josh Hawkins
3dc26e78ef
Genai descriptions are not generated until tracked objects end () 2024-12-17 17:33:04 -06:00
Giorgio Ughini
d9ef8fa206
Fix always the same image is sent to GenAI ()
* Fix always the same image is sent to GenAI

* Fix typo for bug where identical images are sent to GenAI

* Correct formatting
2024-12-17 07:44:00 -06:00
Josh Hawkins
292499aebc
Improve review message again () 2024-12-16 09:18:34 -07:00
Josh Hawkins
717493e668
Improve handling of error conditions with ollama and snapshot regeneration () 2024-12-15 20:51:23 -06:00
Josh Hawkins
d49f958d4d
Don't crop by region for genai snapshot for manual events () 2024-12-15 17:03:19 -06:00
Nicolas Mowen
33ee32865f
Ensure that go2rtc streams are cleaned ()
* Ensure that go2rtc streams are cleaned

* Formatting

* Handle go2rtc config correctly

* Set type
2024-12-15 16:56:24 -06:00
Josh Hawkins
17f8939f97
Add FAQ to explain why streams might work in VLC but not in Frigate ()
* Add faq to explain why streams might work in VLC but not in Frigate

* fix go2rtc version number

* wording

* mention udp input args and preset
2024-12-14 13:58:39 -06:00
FL42
1b7fe9523d
fix: use requests.Session() for DeepStack API () 2024-12-14 07:54:13 -07:00
Josh Hawkins
0763f56047
Update iframe interval recommendation ()
* Update iframe interval recommendation

* clarify

* tweaks

* wording
2024-12-13 12:52:56 -07:00
Josh Hawkins
1ea282fba8
Improve the message for missing objects in review items () 2024-12-13 12:02:41 -07:00
Blake Blackshear
869fa2631e
apply zizmor recommendations () 2024-12-13 07:34:09 -06:00
Nicolas Mowen
f336a91fee
Cleanup handling of first object message () 2024-12-12 21:22:47 -06:00
Nicolas Mowen
d302b6e198
Cap storage bandwidth () 2024-12-12 14:46:00 -06:00
Nicolas Mowen
ed2e1f3f72
Remove debug cleanup change () 2024-12-12 07:46:06 -07:00
Nicolas Mowen
b4d82084a9
Fixes ()
* Fix single event return

* Allow customizing if search is preserved for overlay state

* Remove timeout

* Cleanup

* Cleanup naming
2024-12-12 08:22:30 -06:00
Josh Hawkins
53b96dfb89
Improve semantic search docs () 2024-12-11 20:19:08 -06:00
Nicolas Mowen
0e3fb6cbdd
Standardize handling of config files ()
* Standardize handling of config files

* Formatting

* Remove unused
2024-12-11 18:46:42 -06:00
Blake Blackshear
6b12a45a95
return 401 for login failures ()
* return 401 for login failures

* only setup the rate limiter when configured
2024-12-10 06:42:55 -07:00
Nicolas Mowen
0b9c4c18dd
Refactor event cleanup to consider review severity ()
* Keep track of objects max review severity

* Refactor cleanup to split snapshots and clips

* Cleanup events based on review severity

* Cleanup review imports

* Don't catch detections
2024-12-09 08:25:45 -07:00
Nicolas Mowen
d0cc8cb64b
API response cleanup ()
* API response cleanup

* Remove extra field definition
2024-12-06 20:07:43 -06:00
Nicolas Mowen
bb86e71e65
fix auth remote addr access () 2024-12-06 10:25:43 -06:00
Josh Hawkins
8aa6297308
Ensure label does not overlap with box or go out of frame () 2024-12-06 08:32:16 -07:00
Nicolas Mowen
d3b631a952
Api improvements ()
* Organize api files

* Add more API definitions for events

* Add export select by ID

* Typing fixes

* Update openapi spec

* Change type

* Fix test

* Fix message

* Fix tests
2024-12-06 08:04:02 -06:00
Nicolas Mowen
47d495fc01
Make note of go2rtc encoded URLs ()
* Make note of go2rtc encoded URLs

* clarify
2024-12-04 16:54:57 -06:00
Nicolas Mowen
32322b23b2
Update nvidia docs to reflect preset () 2024-12-04 15:43:10 -07:00
Josh Hawkins
c0ba98e26f
Explore sorting ()
* backend

* add type and params

* radio group in ui

* ensure search_type is cleared on reset
2024-12-04 08:54:10 -07:00
Rui Alves
a5a7cd3107
Added more unit tests for the review controller () 2024-12-04 06:52:08 -06:00
Josh Hawkins
a729408599
preserve search query in overlay state hook () 2024-12-04 06:14:53 -06:00
Josh Hawkins
4dddc53735
move label placement when overlapping small boxes () 2024-12-02 13:07:12 -06:00
Josh Hawkins
5f42caad03
Explore bulk actions ()
* use id instead of index for object details and scrolling

* long press package and hook

* fix long press in review

* search action group

* multi select in explore

* add bulk deletion to backend api

* clean up

* mimic behavior of review

* don't open dialog on left click when mutli selecting

* context menu on container ref

* revert long press code

* clean up
2024-12-02 11:12:55 -07:00
Jan Čermák
5475672a9d
Fix extraction of Hailo userspace libs ()
The archive already has everything contained in a rootfs folder, extract
it as-is to the root folder. This also reverts changes from
33957e5360 which addressed the same issue
in a less optimal way.
2024-12-02 08:35:51 -06:00
James Livulpi
833cdcb6d2
fix audio event create () 2024-12-01 20:07:44 -06:00
Nicolas Mowen
c95bc9fe44
Handle case where camera name ends in number () 2024-12-01 12:33:10 -07:00
Josh Hawkins
a1fa9decad
Fix event cleanup debug logging crash () 2024-12-01 12:37:45 -06:00
Josh Hawkins
4a5fe4138e
Explore audio event tweaks () 2024-12-01 12:08:03 -06:00
Nicolas Mowen
002fdeae67
SHM tweaks ()
* Use env var to control max number of frames

* Handle type

* Fix frame_name not being sent

* Formatting
2024-12-01 10:39:35 -06:00
tpjanssen
5802a66469
Fix audio events in explore section ()
* Fix audio events in explore section

Make sure that audio events are listed in the explore section

* Update audio.py

* Hide other submit options

Only allow submits for objects only
2024-12-01 07:47:37 -07:00
Alessandro Genova
71e8f75a01
Let the docker container spend more time to clean up and shut down (docs) () 2024-11-30 18:27:21 -06:00
Nicolas Mowen
ee816b2251
Fix camera access and improve typing ()
* Fix camera access and improve typing:

* Formatting
2024-11-30 18:22:36 -06:00
Nicolas Mowen
f094c59cd0
Fix formatting () 2024-11-30 18:21:50 -06:00
Josh Hawkins
d25ffdb292
Fix crash when consecutive underscores are used in camera name () 2024-11-29 19:44:42 -07:00
Nicolas Mowen
2207a91f7b
Fix ruff () 2024-11-27 12:57:58 -07:00
Nicolas Mowen
33957e5360
Set hailo build library path () 2024-11-24 19:07:41 -07:00
Nicolas Mowen
ff92b13f35
Fix sending events () 2024-11-20 09:37:33 -07:00
Rui Alves
e76f4e9bd9
Started unit tests for the review controller ()
* Started unit tests for the review controller

* Revert "Started unit tests for the review controller"

This reverts commit 7746eb146f.

* Started unit tests for the review controller

* FIrst test

* Added test for review endpoint (time filter - after + before)

* Assert expected event

* Added more tests for review endpoint

* Added test for review endpoint with all filters

* Added test for review endpoint with limit

* Comment

* Renamed tests to increase readability
2024-11-19 16:35:10 -07:00
Josh Hawkins
0df091f387
Fix link to api in genai docs () 2024-11-19 14:33:01 -06:00