diff --git a/source/_integrations/generic.markdown b/source/_integrations/generic.markdown index 58053dcc2ada..9c2729c9d76d 100644 --- a/source/_integrations/generic.markdown +++ b/source/_integrations/generic.markdown @@ -34,18 +34,21 @@ Username: description: The username for accessing your camera. Note that this applies to both still_image_url and stream_source. Password: description: The password for accessing your camera. Note that this applies to both still_image_url and stream_source. -Authentication: - description: "Type for authenticating the requests `basic` or `digest`." -Limit refetch to URL change: - description: Limits re-fetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image. -Frame Rate: - description: The number of frames-per-second (FPS) of the stream. Can cause heavy traffic on the network and/or heavy load on the camera. -Verify SSL certificate: - description: Enable or disable SSL certificate verification. Set to false to use an http-only camera, or you have a self-signed SSL certificate and haven't installed the CA certificate to enable verification. -RTSP transport protocol: - description: "Set the RTSP transport protocol to `tcp`, `udp`, `udp_multicast` or `http`." -Use wallclock as timestamps: - description: ([Advanced Mode](/blog/2019/07/17/release-96/#advanced-mode) only) Rewrite the camera timestamps. This may help with playback or crashing issues from Wi-Fi cameras or cameras of certain brands (e.g., EZVIZ). +Advanced settings: + description: Advanced settings are only needed for special cases. Leave them unchanged unless you know what you are doing. + keys: + Frame Rate: + description: The number of frames-per-second (FPS) of the stream. Can cause heavy traffic on the network and/or heavy load on the camera. + Verify SSL certificate: + description: Enable or disable SSL certificate verification. Set to false to use an http-only camera, or you have a self-signed SSL certificate and haven't installed the CA certificate to enable verification. + RTSP transport protocol: + description: "Set the RTSP transport protocol to `tcp`, `udp`, `udp_multicast` or `http`." + Authentication: + description: "Type for authenticating the requests `basic` or `digest`." + Limit refetch to URL change: + description: Limits re-fetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image. + Use wallclock as timestamps: + description: ([Advanced Mode](/blog/2019/07/17/release-96/#advanced-mode) only) Rewrite the camera timestamps. This may help with playback or crashing issues from Wi-Fi cameras or cameras of certain brands (e.g., EZVIZ). {% endconfiguration_basic %}