blakeblackshear.frigate/frigate
Nicolas Mowen 63bc1b1582
Improve thumbnails and live player (#9828)
* Don't show gif until event is over and fix aspect

* Be more efficient about updating events

* ensure previews are sorted

* Don't show live view when window is not visible

* Move debug camera to separate view

* Improve jpg loading

* Ensure still is updated on player live finish

* Don't reload when window not visible

* Only disconnect instead of full remove

* Use start time instead of event over to determine gif
2024-02-13 01:28:36 +00:00
..
comms Write a low resolution low fps stream from decoded frames (#8673) 2024-01-31 12:56:11 +00:00
detectors detectors/edgetpu: yolov8 support (#9782) 2024-02-10 13:39:28 -06:00
events Add support for filtering history page and add support for creating timeline entries for audio / custom events (#9034) 2024-01-31 12:56:11 +00:00
images
motion
output Fix birdseye memory leak (#8992) 2024-01-31 12:56:11 +00:00
ptz Small autotracking changes (#9571) 2024-02-02 06:23:14 -06: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 Adjust kalman filter used for norfair tracker (#9538) 2024-02-02 06:22:56 -06:00
util Improve graph using pandas (#9234) 2024-01-31 12:56:11 +00:00
__init__.py
__main__.py
app.py Streamline live view (#9772) 2024-02-10 05:30:53 -07:00
config.py Web & ffmpeg bug fixes (#9525) 2024-02-01 06:44:10 -06:00
const.py Automatically detect hwaccel args (#9142) 2024-01-31 12:56:11 +00:00
ffmpeg_presets.py Automatically detect hwaccel args (#9142) 2024-01-31 12:56:11 +00:00
http.py Improve thumbnails and live player (#9828) 2024-02-13 01:28:36 +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
object_detection.py
object_processing.py Autotracking: better handle objects that touch frame edges (#9062) 2024-01-31 12:56:11 +00: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 Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
timeline.py Improve graph using pandas (#9234) 2024-01-31 12:56:11 +00:00
types.py Add MQTT topic for active autotracking (#8419) 2023-11-01 23:20:26 +00:00
video.py Write recording segments to cache with timezone info (#8468) 2023-11-05 14:30:29 -06:00
watchdog.py