blakeblackshear.frigate/frigate
Blake Blackshear 624c314335
Fast restart (#5378)
* dont wait so long for queues

* implement stop methods for comms

* set the detection events on exit and return early from processing

* handle the stop event in the broadcast threads

* short circuit the detection process exit code if it already exited

* some logging for stats thread

* just keep the log process alive 1 second after the last log message

* ensure the multiprocessing queues are emptied and closed

* Update frigate/log.py

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Update frigate/log.py

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* mypy fixes

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-02-03 20:15:47 -06:00
..
comms Fast restart (#5378) 2023-02-03 20:15:47 -06:00
detectors YOLOX support for OpenVINO Detector (#5285) 2023-02-03 19:36:37 -06:00
images
test Rewrite restream (#5106) 2023-01-16 17:50:35 -06:00
__init__.py
__main__.py
app.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
config.py Add config option to disable version check (#5208) 2023-01-25 18:36:26 -06:00
const.py Fix raspberry pi hwaccel (#4955) 2023-01-08 07:04:58 -06:00
events.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
ffmpeg_presets.py Add Low latency preset (#5367) 2023-02-03 19:33:25 -06:00
http.py Fix birdseye snapshot (#5171) 2023-01-20 20:40:55 -06:00
log.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
models.py
motion.py
mypy.ini
object_detection.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
object_processing.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
objects.py cleanup print statements 2022-04-16 09:08:10 -05:00
output.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
plus.py
record.py Docs updates, fix recording warnings, default log level for ws4py (#5294) 2023-01-30 17:42:53 -06:00
restream.py Rewrite restream (#5106) 2023-01-16 17:50:35 -06:00
stats.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
storage.py
types.py System page: add last updated time ago (#5195) 2023-01-27 06:20:41 -06:00
util.py Try to limit nvidia GPU queries to included GPUs (#5356) 2023-02-03 19:34:07 -06:00
video.py Fast restart (#5378) 2023-02-03 20:15:47 -06:00
watchdog.py Capitalize the Frigate word (#5044) 2023-01-13 07:18:15 -06:00
zeroconf.py