blakeblackshear.frigate/frigate
Nicolas Mowen 14c89c9b63
Fix periodic sync check (#8472)
* Fix periodic sync

* Formatting
2023-11-05 09:28:40 -07:00
..
comms suppress error by overriding class func (#8431) 2023-11-02 23:24:14 +00:00
detectors avoid import error for non-rk builds (#8454) 2023-11-04 07:56:35 -05:00
events Don't fail on 0 rms (#8447) 2023-11-04 02:18:23 +00:00
images
motion Adjust motion calibration to be more dynamic (#8250) 2023-10-20 19:22:38 -04:00
ptz Add MQTT topic for active autotracking (#8419) 2023-11-01 23:20:26 +00:00
record Fix periodic sync check (#8472) 2023-11-05 09:28:40 -07:00
test Improve robustness of storage maintenance (#8411) 2023-11-01 23:21:59 +00:00
track Make initialization configurable (#8392) 2023-10-30 20:26:31 -04:00
util Periodically sync for stale recordings (#8433) 2023-11-04 02:21:29 +00:00
__init__.py
__main__.py
app.py Add MQTT topic for active autotracking (#8419) 2023-11-01 23:20:26 +00:00
config.py add support for docker secrets (#8409) 2023-11-02 05:35:30 -05:00
const.py Autotracking tweaks (#8400) 2023-11-01 06:12:43 -05:00
ffmpeg_presets.py Clean up RPi ffmpeg presets (#8428) 2023-11-02 12:54:51 +00:00
http.py Add endpoint to restart Frigate (#8440) 2023-11-04 02:19:29 +00:00
log.py Remove faster_fifo (#7181) 2023-07-16 07:42:56 -05:00
models.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
mypy.ini
object_detection.py Remove faster_fifo (#7181) 2023-07-16 07:42:56 -05:00
object_processing.py Autotracking tweaks (#8400) 2023-11-01 06:12:43 -05:00
output.py Ensure that birdseye error correction uses a resolution that is divisible by 4 (#8398) 2023-11-01 06:13:12 -05:00
plus.py add support for docker secrets (#8409) 2023-11-02 05:35:30 -05:00
stats.py Fix bug on bad storage stats read (#8275) 2023-10-22 13:35:19 -05:00
storage.py Improve robustness of storage maintenance (#8411) 2023-11-01 23:21:59 +00:00
timeline.py Reduce zones for timeline (#8300) 2023-10-24 19:24:59 -04:00
types.py Add MQTT topic for active autotracking (#8419) 2023-11-01 23:20:26 +00:00
video.py Periodically sync for stale recordings (#8433) 2023-11-04 02:21:29 +00:00
watchdog.py