How to make my rotatable camera cover a certain angle by going left - right? #21055
Replies: 1 comment
-
|
Frigate's autotracking feature is designed to track moving objects automatically, not to patrol or scan a fixed angle range on its own(1). Autotracking works by keeping detected objects centered in the frame once they enter a required zone(1). When tracking ends, Frigate returns the PTZ camera to a preset position specified by For an ONVIF-capable PTZ camera, you can configure autotracking like this(1): cameras:
ptzcamera:
onvif:
host: 0.0.0.0
port: 8000
user: admin
password: admin
autotracking:
enabled: False
calibrate_on_startup: False
zooming: disabled
zoom_factor: 0.3
track:
- person
required_zones:
- zone_name
return_preset: home
timeout: 10
movement_weights: []The If you want your camera to cover a wider area by rotating left-right automatically without tracking objects, that's not a built-in Frigate feature. Frigate's autotracking specifically follows detected objects rather than performing scheduled patrol patterns(1). ** 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As Frigate already has object tracking, i wonder if i can setup a fixed angle that my camera will rotate to cover a wider area.
Beta Was this translation helpful? Give feedback.
All reactions