Small changes to RPi Camera documentation (#4650)
* Updated RPiCamera documentation slightly * Updated RPi Camera file path default * Update camera.rpi_camera.markdown
This commit is contained in:
parent
d16fcb8e99
commit
a6213b6230
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ timelapse:
|
||||||
file_path:
|
file_path:
|
||||||
description: Save the picture in a custom file path.
|
description: Save the picture in a custom file path.
|
||||||
required: false
|
required: false
|
||||||
default: The camera components folder.
|
default: A temporary file is used.
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue