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
comms
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
detectors Remove unused pattern (#17842) 2025-04-21 14:11:34 -06:00
embeddings
events
genai
images
motion
object_detection Fix hailo detection (#17819) 2025-04-19 20:32:14 -05:00
output
ptz
record
review
service_manager
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
app.py
const.py
ffmpeg_presets.py Increase ffmpeg timeout to 10 seconds (#17831) 2025-04-21 07:38:51 -05:00
log.py
models.py
mypy.ini
plus.py
storage.py
timeline.py
types.py
video.py
watchdog.py