blakeblackshear.frigate/frigate
Josh Hawkins b061d083ba
Misc fixes (#17871)
* fix check for snapshot score

for manual events, snapScore is 0, so "0" gets displayed instead of a condition being evaluated.

* fix ongoing events from being returned for all review queries

The existing condition will include any record with a null end_time regardless of when it started, as long as the start_time is greater than the after param. With this fix, both the start time needs to be within the specified range, and for events that have already ended, their end time must be before the before param

* Base alert toggles on width not device class

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-04-23 07:06:31 -06:00
..
api Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
camera Improve object tracking (#17671) 2025-04-13 12:10:35 -06:00
comms Dynamic embeddings reindexing (#17418) 2025-03-27 11:29:34 -06:00
config LPR tweaks (#17783) 2025-04-18 07:45:37 -06:00
data_processing LPR tweaks (#17783) 2025-04-18 07:45:37 -06:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Remove unused pattern (#17842) 2025-04-21 14:11:34 -06:00
embeddings LPR improvements (#17716) 2025-04-15 09:40:12 -06:00
events Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
genai Catch crash when openai compatible endpoints don't return results correctly (#17572) 2025-04-07 06:59:39 -06:00
images
motion Various fixes (#17342) 2025-03-24 12:25:36 -05:00
object_detection Fix hailo detection (#17819) 2025-04-19 20:32:14 -05:00
output Clean up enabled config updates (#17547) 2025-04-05 08:47:58 -05:00
ptz Bugfixes and docs tweaks (#17307) 2025-03-22 06:38:33 -06:00
record LPR improvements (#17289) 2025-03-23 13:30:48 -06:00
review Clean up enabled config updates (#17547) 2025-04-05 08:47:58 -05:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
test Don't limit review summary query (#17835) 2025-04-21 11:09:01 -06:00
track Frame time fix (#17816) 2025-04-21 16:36:10 -06:00
util Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
app.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
const.py LPR improvements (#17716) 2025-04-15 09:40:12 -06:00
ffmpeg_presets.py Increase ffmpeg timeout to 10 seconds (#17831) 2025-04-21 07:38:51 -05:00
log.py Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py Review items per user (#17137) 2025-03-13 14:20:09 -06:00
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
plus.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
storage.py Cap storage bandwidth (#15473) 2024-12-12 14:46:00 -06:00
timeline.py
types.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
video.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
watchdog.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00