From a6213b6230e45daaab61a8842fc738df17b4967e Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Wed, 21 Feb 2018 15:08:30 +0100 Subject: [PATCH] Small changes to RPi Camera documentation (#4650) * Updated RPiCamera documentation slightly * Updated RPi Camera file path default * Update camera.rpi_camera.markdown --- 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 6bfeb7696ea..c649861be57 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -68,9 +68,9 @@ timelapse: file_path: description: Save the picture in a custom file path. required: false - default: The camera components folder. + default: A temporary file is used. type: string {% endconfiguration %} -The given **file_path** must be an existing file because the camera platform setup make a writeable check on it. +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.