blakeblackshear.frigate/frigate
Nicolas Mowen b66810247e
Optimize stacked recordings (#6809)
* Make camera recordings mover asynchronous

* Formatting

* Move to using cv2 instead of external ffmpeg process

* Use ffprobe if cv2 failed

* Formatting

* Fix bad access

* Formatting

* Update frigate/record/maintainer.py

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>

* Update name of caller

---------

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-06-16 07:09:13 -06:00
..
comms Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
detectors Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
events Fix bug introduced in new linter (#6754) 2023-06-11 07:18:47 -05:00
images
motion Improve motion detection and region selection (#6741) 2023-06-11 08:45:11 -05:00
record Optimize stacked recordings (#6809) 2023-06-16 07:09:13 -06:00
test Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
track Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
app.py Round the timestamp value read from .vacuum file to prevent potential errors caused by float values (#6800) 2023-06-14 17:19:26 -05:00
config.py Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
const.py Add API and WebUI to export recordings (#6550) 2023-06-08 07:32:35 -04:00
ffmpeg_presets.py Add API and WebUI to export recordings (#6550) 2023-06-08 07:32:35 -04:00
http.py Fix bug introduced in new linter (#6754) 2023-06-11 07:18:47 -05:00
log.py Improve tracking (#6516) 2023-05-31 08:12:43 -06:00
models.py Optimization of Sync Records: Implementing Pagination and Temporary Table (#6585) 2023-06-11 08:01:50 -05:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
object_processing.py Ability to configure min frames for zone presence (#6680) 2023-06-11 08:00:53 -05:00
output.py Rewrite birdseye auto layout (#6818) 2023-06-16 07:35:36 -05:00
plus.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
ptz.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
stats.py Refactor storage stats calculation to use powers of 2 for more accurate values (#6765) 2023-06-11 14:49:13 -05:00
storage.py Refactor storage stats calculation to use powers of 2 for more accurate values (#6765) 2023-06-11 14:49:13 -05:00
timeline.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
types.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
util.py Optimize stacked recordings (#6809) 2023-06-16 07:09:13 -06:00
video.py Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
watchdog.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00