blakeblackshear.frigate/frigate
2021-02-25 06:34:36 -06:00
..
test add global object mask 2021-02-20 08:20:17 -06:00
__init__.py
__main__.py
app.py relay mqtt to clients 2021-02-20 08:20:17 -06:00
config.py add global object mask 2021-02-20 08:20:17 -06:00
const.py
edgetpu.py don't fallback to the CPU 2021-01-26 21:40:33 -06:00
events.py fix cache cleanup for large full disks 2021-02-20 08:20:17 -06:00
http.py use gevent sleep to prevent mjpeg from blocking 2021-02-25 06:34:36 -06:00
log.py tail last 100 lines of ffmpeg logs and dump when failure detected 2021-01-31 06:18:35 -06:00
models.py add database migrations 2021-01-26 21:40:33 -06:00
motion.py add mask as object filter 2021-01-26 21:40:33 -06:00
mqtt.py subscribe in the connect callback (fixes #814) 2021-02-20 08:20:17 -06:00
object_processing.py better error handling (fixes #739) 2021-02-20 08:20:17 -06:00
objects.py configurable motion and detect settings 2021-01-26 21:40:33 -06:00
process_clip.py update process clip for latest changes 2021-01-26 21:40:33 -06:00
record.py handle process exit exceptions 2021-01-26 21:40:33 -06:00
stats.py add disk usage to stats 2021-02-20 08:20:17 -06:00
util.py remove support for image masks 2021-01-26 21:40:33 -06:00
video.py ignore detections that don't overlap with motion 2021-02-20 08:20:17 -06:00
watchdog.py revise log messages 2021-02-20 08:20:17 -06:00
zeroconf.py