blakeblackshear.frigate/frigate
Nicolas Mowen 1aba8c1ef5
Refactor time filter (#7962)
* Add ability to filter events by start time

* Add tests

* Add time param to events

* Add time picker

* Update docs

* Catch overnight case

Update comment

* Cleanup

* Fix tests
2023-09-27 06:09:38 -05:00
..
comms Set commands before subscribing to messages (#7550) 2023-09-01 07:06:59 -05:00
detectors fix edgetpu device type "None" (auto) (#7097) 2023-07-08 16:04:51 -05:00
events Reduce database queries to necessary fields (#7751) 2023-09-11 17:07: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 use a different method for blur and contrast to reduce CPU (#6940) 2023-06-30 07:27:31 -05:00
ptz Fix case where camera is disabled but autotrack is enabled (#7914) 2023-09-24 05:05:29 -05:00
record Improve default timelapse args and make timelapse customizable (#7840) 2023-09-21 06:20:05 -06:00
test Refactor time filter (#7962) 2023-09-27 06:09:38 -05:00
track Increase initial hit count for norfair tracker (#7925) 2023-09-24 06:32:43 -05:00
util add note about network bandwidth permissions and don't set interfaces by default (#7813) 2023-09-21 05:26:22 -05:00
__init__.py
__main__.py
app.py Run flask as multi threaded (#7648) 2023-09-02 05:41:46 -05:00
config.py Improve default timelapse args and make timelapse customizable (#7840) 2023-09-21 06:20:05 -06:00
const.py
ffmpeg_presets.py Remove frame interval for qsv timelapse output args (#7873) 2023-09-21 05:21:53 -05:00
http.py Refactor time filter (#7962) 2023-09-27 06:09:38 -05:00
log.py
models.py
mypy.ini
object_detection.py
object_processing.py Show sub label in debug view when available (#7567) 2023-09-01 07:03:47 -05:00
output.py Fix birdseye exception handling (#7864) 2023-09-21 05:22:11 -05:00
plus.py
stats.py
storage.py Reduce database queries to necessary fields (#7751) 2023-09-11 17:07:04 -05:00
timeline.py
types.py
video.py revert 1/2 min region size (#7883) 2023-09-21 05:21:32 -05:00
watchdog.py