From 9a16c6c38233b31cbdfce555b8c295e1869b9436 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 27 Oct 2017 14:56:14 -0600 Subject: [PATCH] Small updates to the Yi Camera configutation docs (#3805) --- source/_components/camera.yi.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/camera.yi.markdown b/source/_components/camera.yi.markdown index d00a131ef8f..8ba6368e150 100644 --- a/source/_components/camera.yi.markdown +++ b/source/_components/camera.yi.markdown @@ -71,10 +71,11 @@ camera: Configuration variables: +- **name** (*Required*): a human-friendly name for the camera - **host** (*Required*): the IP address or hostname of the camera - **password** (*Required*): the password to the FTP server on the camera (from above) +- **path** (*Optional*): the path to the raw MP4 files (default: `/tmp/sd/record`) - **username** (*Optional*): the user that can access the FTP server (default: `root`) -- **name** (*Optional*): a human-friendly name for the camera - **ffmpeg_arguments** (*Optional*): extra options to pass to `ffmpeg` (e.g. image quality or video filter options) ## {% linkable_title Image quality %}