mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-07 00:06:57 +01:00
dc54981784
* Moved FrigateApp.init_config() into FrigateConfig.load() * Move frigate config loading into main * Store PlusApi in FrigateConfig * Register SIGTERM handler in main * Ensure logging is setup during config parsing * Removed pointless try * Moved config initialization out of FrigateApp * Made FrigateApp.shm_frame_count into a function * Removed log calls from signal handlers python's logging calls are not re-entrant, which caused at least one of these to deadlock randomly. * Reopen stdout/err on process fork This helps avoid deadlocks (https://github.com/python/cpython/issues/91776). * Make mypy happy * Whoops. I might have forgotten to save. Truly an amateur mistake. * Always call FrigateApp.stop() |
||
---|---|---|
.. | ||
__init__.py | ||
const.py | ||
test_birdseye.py | ||
test_camera_pw.py | ||
test_config.py | ||
test_copy_yuv_to_position.py | ||
test_ffmpeg_presets.py | ||
test_gpu_stats.py | ||
test_http.py | ||
test_object_detector.py | ||
test_record_retention.py | ||
test_reduce_boxes.py | ||
test_storage.py | ||
test_video.py | ||
test_yuv_region_2_rgb.py |