mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
docs
This commit is contained in:
parent
0392e86577
commit
5703a8d790
@ -52,6 +52,10 @@ cameras:
|
|||||||
password: admin
|
password: admin
|
||||||
# Optional: Skip TLS verification from the ONVIF server (default: shown below)
|
# Optional: Skip TLS verification from the ONVIF server (default: shown below)
|
||||||
tls_insecure: False
|
tls_insecure: False
|
||||||
|
# Optional: ONVIF media profile to use for PTZ control, matched by token or name. (default: shown below)
|
||||||
|
# If not set, the first profile with valid PTZ configuration is selected automatically.
|
||||||
|
# Use this when your camera has multiple ONVIF profiles and you need to select a specific one.
|
||||||
|
profile: None
|
||||||
# Optional: PTZ camera object autotracking. Keeps a moving object in
|
# Optional: PTZ camera object autotracking. Keeps a moving object in
|
||||||
# the center of the frame by automatically moving the PTZ camera.
|
# the center of the frame by automatically moving the PTZ camera.
|
||||||
autotracking:
|
autotracking:
|
||||||
|
|||||||
@ -91,6 +91,8 @@ If your ONVIF camera does not require authentication credentials, you may still
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
If your camera has multiple ONVIF profiles, you can specify which one to use for PTZ control with the `profile` option, matched by token or name. When not set, Frigate selects the first profile with a valid PTZ configuration. Check the Frigate debug logs to see available profile names and tokens for your camera.
|
||||||
|
|
||||||
An ONVIF-capable camera that supports relative movement within the field of view (FOV) can also be configured to automatically track moving objects and keep them in the center of the frame. For autotracking setup, see the [autotracking](autotracking.md) docs.
|
An ONVIF-capable camera that supports relative movement within the field of view (FOV) can also be configured to automatically track moving objects and keep them in the center of the frame. For autotracking setup, see the [autotracking](autotracking.md) docs.
|
||||||
|
|
||||||
## ONVIF PTZ camera recommendations
|
## ONVIF PTZ camera recommendations
|
||||||
|
|||||||
@ -966,6 +966,10 @@ cameras:
|
|||||||
# Optional: Ignores time synchronization mismatches between the camera and the server during authentication.
|
# Optional: Ignores time synchronization mismatches between the camera and the server during authentication.
|
||||||
# Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents.
|
# Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents.
|
||||||
ignore_time_mismatch: False
|
ignore_time_mismatch: False
|
||||||
|
# Optional: ONVIF media profile to use for PTZ control, matched by token or name. (default: shown below)
|
||||||
|
# If not set, the first profile with valid PTZ configuration is selected automatically.
|
||||||
|
# Use this when your camera has multiple ONVIF profiles and you need to select a specific one.
|
||||||
|
profile: None
|
||||||
# Optional: PTZ camera object autotracking. Keeps a moving object in
|
# Optional: PTZ camera object autotracking. Keeps a moving object in
|
||||||
# the center of the frame by automatically moving the PTZ camera.
|
# the center of the frame by automatically moving the PTZ camera.
|
||||||
autotracking:
|
autotracking:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user