Use frigate for object tracking #811
TheSleepySlee
started this conversation in
Ideas
Replies: 2 comments
-
You can use the centroid coordinates and bounding box from the events mqtt topic. I also have a PTZ, so I will be looking into this at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking at the docs for the MQTT event, you get back the box x,
coordinates: https://blakeblackshear.github.io/frigate/usage/mqtt#frigateevents
Should be able to write an automation that take and calculate a new center or a pan/tilt change.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Been using frigate for several months now, working fine.
I was wondering how to use frigate for object tracking: what I mean is being able to, once object is found (like car, person), adjust PTZ camera to always have detected object in the center of the camera.
Is there a way to retrieve coordinates of object found? For example using MQTT.
Wonder what happens if multiple objects found though.
Beta Was this translation helpful? Give feedback.
All reactions