blakeblackshear.frigate/frigate
Josh Hawkins 2a28964e63
Improve UI logs (#16434)
* use react-logviewer and backend streaming

* layout adjustments

* readd copy handler

* reorder and fix key

* add loading state

* handle frigate log consolidation

* handle newlines in sheet

* update react-logviewer

* fix scrolling and use chunked log download

* don't combine frigate log lines with timestamp

* basic deduplication

* use react-logviewer and backend streaming

* layout adjustments

* readd copy handler

* reorder and fix key

* add loading state

* handle frigate log consolidation

* handle newlines in sheet

* update react-logviewer

* fix scrolling and use chunked log download

* don't combine frigate log lines with timestamp

* basic deduplication

* move process logs function to services util

* improve layout and scrolling behavior

* clean up
2025-02-10 08:38:56 -07:00
..
api Improve UI logs (#16434) 2025-02-10 08:38:56 -07:00
camera Sub label sensors (#16218) 2025-02-08 12:47:01 -06:00
comms Add ability to set mqtt qos in config (#16435) 2025-02-09 16:45:04 -06:00
config Add ability to set mqtt qos in config (#16435) 2025-02-09 16:45:04 -06:00
data_processing Quick fix for face rec (#16226) 2025-02-08 12:47:01 -06:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Sub label sensors (#16218) 2025-02-08 12:47:01 -06:00
embeddings Face recognition reprocess (#16212) 2025-02-08 12:47:01 -06:00
events
genai
images
motion
output
ptz Add autotracking calibration message (#16431) 2025-02-09 14:29:08 -07:00
record Refactor export filenames to include start and end date/time (#16446) 2025-02-10 08:30:23 -07:00
review Handle case where user has multiple manual events on same camera (#15943) 2025-01-11 07:47:45 -07:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Fix missing prometheus commit (#16415) 2025-02-09 10:04:39 -07:00
test Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
track Simplify plus submit (#15941) 2025-01-11 07:04:11 -07:00
util Improve UI logs (#16434) 2025-02-10 08:38:56 -07:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
app.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
const.py Add ffmpeg config to increase HEVC compatibility with Apple devices (#15795) 2025-02-08 12:47:01 -06:00
ffmpeg_presets.py Add ffmpeg config to increase HEVC compatibility with Apple devices (#15795) 2025-02-08 12:47:01 -06:00
log.py Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
object_detection.py
object_processing.py Refactor camera activity processing (#15803) 2025-02-08 12:47:01 -06:00
plus.py Simplify plus submit (#15941) 2025-01-11 07:04:11 -07:00
storage.py
timeline.py
types.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
video.py
watchdog.py