blakeblackshear.frigate/frigate
Nicolas Mowen 4524d9440c Add initial implementation of history view in new webui framework (#8895)
* Add support for review grid

* Cleanup reloading on focus

* Adjust timeline api to include metadata and before

* Be more efficient about getting info

* Adjust to new data format

* Cleanup types

* Cleanup text

* Transition to history

* Cleanup

* remove old web implementations

* Cleanup
2024-01-31 12:56:11 +00:00
..
comms Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
detectors Don't fail if deepstack detector times out (#8979) 2023-12-15 23:25:21 +00:00
events Add initial implementation of history view in new webui framework (#8895) 2024-01-31 12:56:11 +00:00
images
motion
output Ensure final frame in preview is not duplicated 2024-01-31 12:56:11 +00:00
ptz handle onvif connection failure in autotrack init (#8838) 2023-12-03 03:14:52 +00:00
record Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
test Remove rtmp (#8941) 2024-01-31 12:56:11 +00:00
track Make initialization configurable (#8392) 2023-10-30 20:26:31 -04:00
util Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
__init__.py
__main__.py
app.py Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
config.py Remove rtmp (#8941) 2024-01-31 12:56:11 +00:00
const.py Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
ffmpeg_presets.py Remove rtmp (#8941) 2024-01-31 12:56:11 +00:00
http.py Add initial implementation of history view in new webui framework (#8895) 2024-01-31 12:56:11 +00:00
log.py
models.py Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py
object_processing.py
plus.py
stats.py
storage.py Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
timeline.py Add initial implementation of history view in new webui framework (#8895) 2024-01-31 12:56:11 +00:00
types.py
video.py
watchdog.py