From 50f693badf01e574feda65c2d55332a345a27cf9 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 25 Feb 2018 11:21:42 +0000 Subject: [PATCH] Clarity edit for timelapse and file path (#4744) * Clarity edit for timelapse and file path Existing wording for timelapse implies that a value of 1000 results in pictures being taken every millisecond, so the value is in microseconds. Added link for the whitelist to make it easier to find the relevant config section. * Shorter URL --- source/_components/camera.rpi_camera.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index c649861be57..7dd981077f7 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -61,7 +61,7 @@ vertical_flip: default: 0 type: int timelapse: - description: Takes a picture every millisecond. + description: Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second. required: false default: 1000 type: int @@ -72,5 +72,5 @@ file_path: type: string {% endconfiguration %} -The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be whitelisted. +The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be [whitelisted](/docs/configuration/basic/).