From 263b73e0830a28717474ab8ba5214c94f6fd37b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Wed, 16 May 2018 18:35:11 +0100 Subject: [PATCH] add "framerate" parameter to generic camera (#5245) --- source/_components/camera.generic.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/camera.generic.markdown b/source/_components/camera.generic.markdown index bec1ec5ffe1..b9bf15bf46a 100644 --- a/source/_components/camera.generic.markdown +++ b/source/_components/camera.generic.markdown @@ -36,6 +36,7 @@ Configuration variables: - **authentication** (*Optional*): Type for authenticating the requests `basic` (default) or `digest`. - **limit_refetch_to_url_change** (*Optional*): True/false value (default: false). Limits re-fetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image. - **content_type** (*Optional*): Set the content type for the IP camera if it is not a jpg file (default: `image/jpeg`). Use `image/svg+xml` to add a dynamic svg file. +- **framerate** (*Optional*): The number of frames-per-second (FPS) of the stream (setting this too high may cause too much traffic on the network or be heavy on the camera).