Update Arlo camera component configuration (#6929)

This commit is contained in:
Klaas Schoute 2018-10-18 20:00:22 +02:00 committed by Franck Nijhof
parent cb45a9611b
commit cbb930e0c7

View File

@ -26,8 +26,11 @@ camera:
ffmpeg_arguments: '-pred 1 -q:v 2'
```
Configuration variables:
- **ffmpeg_arguments**: (*Optional*): Extra options to pass to ffmpeg, e.g., image quality or video filter options.
{% configuration %}
ffmpeg_arguments:
description: Extra options to pass to ffmpeg, e.g., image quality or video filter options.
required: false
type: string
{% endconfiguration %}
**Note:** To be able to playback the last capture, it is required to install the `ffmpeg` component. Make sure to follow the steps mentioned at [FFMPEG](/components/ffmpeg/) documentation.