blakeblackshear.frigate/frigate
2021-09-23 07:31:48 -05:00
..
test allow partial days in retention settings 2021-09-20 18:59:16 -05:00
__init__.py
__main__.py
app.py add version to the logs on startup 2021-09-13 22:02:23 -05:00
config.py allow partial days in retention settings 2021-09-20 18:59:16 -05:00
const.py initial implementation of recordings table 2021-06-10 07:04:28 -05:00
edgetpu.py allow for custom object detection model via configuration 2021-09-12 07:17:26 -05:00
events.py add region/bbox/area to event table 2021-09-23 07:31:48 -05:00
http.py store start/end event with pre/post capture to avoid expiring wanted recordings 2021-09-11 08:34:27 -05:00
log.py
models.py add region/bbox/area to event table 2021-09-23 07:31:48 -05:00
motion.py remove unneeded changes 2021-06-24 06:53:05 -05:00
mqtt.py fix: consistent error logging to mqtt connection issues (#1578) 2021-08-24 07:59:31 -05:00
object_processing.py remove clip_ready event type 2021-09-15 07:16:52 -05:00
objects.py Improve handling of object matching 2021-05-22 08:04:38 -05:00
output.py fix match for websocket url (fixes #1633) 2021-08-28 07:42:30 -05:00
process_clip.py move colormap to config 2021-08-16 08:02:04 -05:00
record.py simplify logic and fix wrong segments expiring (fixes #1779) 2021-09-17 17:15:16 -05:00
stats.py
util.py use s6 to shutdown frigate 2021-09-18 07:40:27 -05:00
video.py cleanup logging 2021-08-16 07:38:53 -05:00
watchdog.py use s6 to shutdown frigate 2021-09-18 07:40:27 -05:00
zeroconf.py