blakeblackshear.frigate/frigate
Josh Hawkins 6936d33172
Frame time fix (#17816)
* Don't update thumbnail/snapshot if frame is not in the frame cache

This follows up on changes originally made in https://github.com/blakeblackshear/frigate/pull/17671 - it is possible that is_better_thumbnail is true but the frame_time for the object is not the same as the current_frame_time. So rather than checking the frame cache, this change will only update the thumbnail_data when the two frame time values are the same.

* add camera name to debug log
2025-04-21 16:36:10 -06:00
..
api Don't limit review summary query (#17835) 2025-04-21 11:09:01 -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 Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00
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