blakeblackshear.frigate/frigate
Nicolas Mowen 91f7d67c5e
Smarter Regions (#8194)
* Smarter Regions

* Formatting

* Cleanup

* Fix motion region checking logic

* Add database table and migration for regions

* Update region grid on startup

* Revert init delay change

* Fix mypy

* Move object related functions to util

* Remove unused

* Fix tests

* Remove log

* Update the region daily at 2

* Fix logic

* Formatting

* Initialize grid before starting processing frames

* Move back to creating grid in main process

* Formatting

* Fixes

* Formating

* Fix region check

* Accept all but true

* Use regions grid for startup scan

* Add clarifying comment

* Fix new grid requests

* Add tests

* Delete stale region grids from DB
2023-10-18 18:21:52 -05:00
..
comms Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
detectors
events Fix bug forcing rtsp for audio detection ffmpeg process (#8156) 2023-10-13 17:03:04 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
motion Don't zero out motion during calibration (#8163) 2023-10-14 08:05:44 -04:00
ptz use getattr instead of get (#8094) 2023-10-08 14:30:23 -05:00
record Fix recording segment management (#8220) 2023-10-18 18:18:22 -05:00
test Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
track Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
util Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py
app.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
config.py
const.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
ffmpeg_presets.py Fix bug forcing rtsp for audio detection ffmpeg process (#8156) 2023-10-13 17:03:04 -05:00
http.py Delete timeline items along with event (#8192) 2023-10-17 06:37:07 -05:00
log.py
models.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
mypy.ini
object_detection.py
object_processing.py
output.py
plus.py
stats.py Add support for nvidia decoder and encoder utilization stats (#8150) 2023-10-13 09:44:18 -05:00
storage.py Reduce database queries to necessary fields (#7751) 2023-09-11 17:07:04 -05:00
timeline.py
types.py Added audio sensors to camera metrics and API stats (#8109) 2023-10-13 06:17:41 -05:00
video.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
watchdog.py