Replies: 1 comment 3 replies
-
There's nothing in Frigate's MQTT available other than what you're already using at Some Dahua PTZs have firmware that enables a rotation limit. See this article: https://dahuatech.zendesk.com/hc/en-gb/articles/19548921760274-How-to-Set-PTZ-Rotation-Limit Perhaps yours has that? Or you can update the firmware to get that? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have my PTZ mounted on the gable wall of my house. The issue with this is that when auto tracking at night, it can pan round causing the gable wall to come into the field of view, which means the wall is lit up, but the rest of the image is dark.
I have come up with a crude solution to pan the PTZ away from the wall, but I have to constantly spam the Dahua API while Frigate is autotracking to check the PTZ pan position. I've noticed the video can get a bit glitchy during autotracking, which I'm guessing is due to the spamming of the API.
My automation is set to constantly check the PTZ pan position while Frigate is autotracking using the state topic:
frigate/dahua/ptz_autotracker/active
I then pan the PTZ away from the wall in 10 degree increments until it is back into an acceptable pan range.Is there anything in MQTT that will allow me to trigger the command line sensor only after an autotrack move command? Or can anyone think of a better way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions