blakeblackshear.frigate/frigate
Josh Hawkins 72209986b6
Estimated object speed for zones (#16452)
* utility functions

* backend config

* backend object speed tracking

* draw speed on debug view

* basic frontend zone editor

* remove line sorting

* fix types

* highlight line on canvas when entering value in zone edit pane

* rename vars and add validation

* ensure speed estimation is disabled when user adds more than 4 points

* pixel velocity in debug

* unit_system in config

* ability to define unit system in config

* save max speed to db

* frontend

* docs

* clarify docs

* utility functions

* backend config

* backend object speed tracking

* draw speed on debug view

* basic frontend zone editor

* remove line sorting

* fix types

* highlight line on canvas when entering value in zone edit pane

* rename vars and add validation

* ensure speed estimation is disabled when user adds more than 4 points

* pixel velocity in debug

* unit_system in config

* ability to define unit system in config

* save max speed to db

* frontend

* docs

* clarify docs

* fix duplicates from merge

* include max_estimated_speed in api responses

* add units to zone edit pane

* catch undefined

* add average speed

* clarify docs

* only track average speed when object is active

* rename vars

* ensure points and distances are ordered clockwise

* only store the last 10 speeds like score history

* remove max estimated speed

* update docs

* update docs

* fix point ordering

* improve readability

* docs inertia recommendation

* fix point ordering

* check object frame time

* add velocity angle to frontend

* docs clarity

* add frontend speed filter

* fix mqtt docs

* fix mqtt docs

* don't try to remove distances if they weren't already defined

* don't display estimates on debug view/snapshots if object is not in a speed tracking zone

* docs

* implement speed_threshold for zone presence

* docs for threshold

* better ground plane image

* improve image zone size

* add inertia to speed threshold example
2025-02-10 13:23:42 -07:00
..
api Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
camera Sub label sensors (#16218) 2025-02-08 12:47:01 -06:00
comms Add ability to set mqtt qos in config (#16435) 2025-02-09 16:45:04 -06:00
config Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
data_processing Quick fix for face rec (#16226) 2025-02-08 12:47:01 -06:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Sub label sensors (#16218) 2025-02-08 12:47:01 -06:00
embeddings Face recognition reprocess (#16212) 2025-02-08 12:47:01 -06:00
events Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
genai Improve handling of error conditions with ollama and snapshot regeneration (#15527) 2024-12-15 20:51:23 -06:00
images
motion
output fix writing to birdseye restream buffer (#15052) 2024-11-18 10:14:49 -06:00
ptz Add autotracking calibration message (#16431) 2025-02-09 14:29:08 -07:00
record Refactor export filenames to include start and end date/time (#16446) 2025-02-10 08:30:23 -07:00
review Handle case where user has multiple manual events on same camera (#15943) 2025-01-11 07:47:45 -07:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Fix missing prometheus commit (#16415) 2025-02-09 10:04:39 -07:00
test Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
track Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
util Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
app.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
const.py Add ffmpeg config to increase HEVC compatibility with Apple devices (#15795) 2025-02-08 12:47:01 -06:00
ffmpeg_presets.py Add ffmpeg config to increase HEVC compatibility with Apple devices (#15795) 2025-02-08 12:47:01 -06:00
log.py Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
object_detection.py Make all SHM management untracked (#15011) 2024-11-15 14:14:37 -07:00
object_processing.py Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00
plus.py Simplify plus submit (#15941) 2025-01-11 07:04:11 -07:00
storage.py Cap storage bandwidth (#15473) 2024-12-12 14:46:00 -06:00
timeline.py
types.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
video.py Add "frame" to shm frame names to avoid camera name issues (#15615) 2024-12-20 08:46:40 -06:00
watchdog.py