2026-01-25 19:34:09 +03:00
{
2026-01-28 02:10:29 +03:00
"label" : "ONVIF" ,
2026-01-25 19:34:09 +03:00
"description" : "ONVIF connection and PTZ autotracking settings for this camera." ,
"host" : {
2026-01-29 18:43:43 +03:00
"label" : "ONVIF host" ,
2026-01-25 19:34:09 +03:00
"description" : "Host (and optional scheme) for the ONVIF service for this camera."
} ,
"port" : {
2026-01-29 18:43:43 +03:00
"label" : "ONVIF port" ,
2026-01-25 19:34:09 +03:00
"description" : "Port number for the ONVIF service."
} ,
"user" : {
2026-01-29 18:43:43 +03:00
"label" : "ONVIF username" ,
2026-01-25 19:34:09 +03:00
"description" : "Username for ONVIF authentication; some devices require admin user for ONVIF."
} ,
"password" : {
2026-01-29 18:43:43 +03:00
"label" : "ONVIF password" ,
2026-01-25 19:34:09 +03:00
"description" : "Password for ONVIF authentication."
} ,
"tls_insecure" : {
2026-01-29 18:43:43 +03:00
"label" : "Disable TLS verify" ,
2026-01-25 19:34:09 +03:00
"description" : "Skip TLS verification and disable digest auth for ONVIF (unsafe; use in safe networks only)."
} ,
"autotracking" : {
2026-01-29 18:43:43 +03:00
"label" : "PTZ config" ,
2026-01-28 19:38:45 +03:00
"description" : "Automatically track moving objects and keep them centered in the frame using PTZ camera movements." ,
2026-01-25 19:34:09 +03:00
"enabled" : {
2026-01-29 18:43:43 +03:00
"label" : "Enable Autotracking" ,
2026-01-28 19:38:45 +03:00
"description" : "Enable or disable automatic PTZ camera tracking of detected objects."
2026-01-25 19:34:09 +03:00
} ,
"calibrate_on_startup" : {
2026-01-29 18:43:43 +03:00
"label" : "Calibrate on start" ,
2026-01-28 19:38:45 +03:00
"description" : "Measure PTZ motor speeds on startup to improve tracking accuracy. Frigate will update config with movement_weights after calibration."
2026-01-25 19:34:09 +03:00
} ,
"zooming" : {
2026-01-29 18:43:43 +03:00
"label" : "Zoom mode" ,
2026-01-28 19:38:45 +03:00
"description" : "Control zoom behavior: disabled (pan/tilt only), absolute (most compatible), or relative (concurrent pan/tilt/zoom)."
2026-01-25 19:34:09 +03:00
} ,
"zoom_factor" : {
2026-01-29 18:43:43 +03:00
"label" : "Zoom factor" ,
"description" : "Control zoom level on tracked objects. Lower values keep more scene in view; higher values zoom in closer but may lose tracking. Values between 0.1 and 0.75."
2026-01-25 19:34:09 +03:00
} ,
"track" : {
2026-01-29 18:43:43 +03:00
"label" : "Tracked objects" ,
"description" : "List of object types that should trigger autotracking."
2026-01-25 19:34:09 +03:00
} ,
"required_zones" : {
2026-01-29 18:43:43 +03:00
"label" : "Required zones" ,
2026-01-28 19:38:45 +03:00
"description" : "Objects must enter one of these zones before autotracking begins."
2026-01-25 19:34:09 +03:00
} ,
"return_preset" : {
2026-01-29 18:43:43 +03:00
"label" : "Return preset" ,
2026-01-28 19:38:45 +03:00
"description" : "ONVIF preset name configured in camera firmware to return to after tracking ends."
2026-01-25 19:34:09 +03:00
} ,
"timeout" : {
2026-01-29 18:43:43 +03:00
"label" : "Return timeout" ,
2026-01-28 19:38:45 +03:00
"description" : "Wait this many seconds after losing tracking before returning camera to preset position."
2026-01-25 19:34:09 +03:00
} ,
"movement_weights" : {
2026-01-29 18:43:43 +03:00
"label" : "Movement weights" ,
2026-01-28 19:38:45 +03:00
"description" : "Calibration values automatically generated by camera calibration. Do not modify manually."
2026-01-25 19:34:09 +03:00
} ,
"enabled_in_config" : {
2026-01-29 18:43:43 +03:00
"label" : "Original autotrack state" ,
2026-01-28 19:38:45 +03:00
"description" : "Internal field to track whether autotracking was enabled in configuration."
2026-01-25 19:34:09 +03:00
}
} ,
"ignore_time_mismatch" : {
2026-01-29 18:43:43 +03:00
"label" : "Ignore time mismatch" ,
2026-01-28 19:38:45 +03:00
"description" : "Ignore time synchronization differences between camera and Frigate server for ONVIF communication."
2026-01-25 19:34:09 +03:00
}
}