Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions source/_integrations/generic.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "false" should be formatted as code since it's a boolean value. Consider changing "Set to false" to "Set to false" to properly format this technical value.

Copilot uses AI. Check for mistakes.
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).
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference to "Advanced Mode" in parentheses appears redundant now that this setting is already within the "Advanced settings" section. Consider simplifying the description to avoid confusion and improve readability.

Copilot uses AI. Check for mistakes.
{% endconfiguration_basic %}

<p class='img'>
Expand Down