mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-13 11:57:36 +03:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"label": "Camera Onvif Configuration",
|
|
"description": "ONVIF connection and PTZ autotracking settings for this camera.",
|
|
"host": {
|
|
"label": "Onvif Host",
|
|
"description": "Host (and optional scheme) for the ONVIF service for this camera."
|
|
},
|
|
"port": {
|
|
"label": "Onvif Port",
|
|
"description": "Port number for the ONVIF service."
|
|
},
|
|
"user": {
|
|
"label": "Onvif Username",
|
|
"description": "Username for ONVIF authentication; some devices require admin user for ONVIF."
|
|
},
|
|
"password": {
|
|
"label": "Onvif Password",
|
|
"description": "Password for ONVIF authentication."
|
|
},
|
|
"tls_insecure": {
|
|
"label": "Onvif Disable TLS verification",
|
|
"description": "Skip TLS verification and disable digest auth for ONVIF (unsafe; use in safe networks only)."
|
|
},
|
|
"autotracking": {
|
|
"label": "PTZ auto tracking config",
|
|
"enabled": {
|
|
"label": "Enable PTZ object autotracking"
|
|
},
|
|
"calibrate_on_startup": {
|
|
"label": "Perform a camera calibration when Frigate starts"
|
|
},
|
|
"zooming": {
|
|
"label": "Autotracker zooming mode"
|
|
},
|
|
"zoom_factor": {
|
|
"label": "Zooming factor (0.1-0.75)"
|
|
},
|
|
"track": {
|
|
"label": "Objects to track"
|
|
},
|
|
"required_zones": {
|
|
"label": "List of required zones to be entered in order to begin autotracking"
|
|
},
|
|
"return_preset": {
|
|
"label": "Name of camera preset to return to when object tracking is over"
|
|
},
|
|
"timeout": {
|
|
"label": "Seconds to delay before returning to preset"
|
|
},
|
|
"movement_weights": {
|
|
"label": "Internal value used for PTZ movements based on the speed of your camera's motor"
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Keep track of original state of autotracking"
|
|
}
|
|
},
|
|
"ignore_time_mismatch": {
|
|
"label": "Onvif Ignore Time Synchronization Mismatch Between Camera and Server"
|
|
}
|
|
}
|