From 53750e7f9092df3ed1f326bd2801bef56965db61 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Mon, 12 Dec 2016 00:46:34 -0500 Subject: [PATCH] Added resolution support to Amcrest camera component (#1584) * Added documentation to Amcrest camera to support high/low camera resolution * Fixed typo --- source/_components/camera.amcrest.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/camera.amcrest.markdown b/source/_components/camera.amcrest.markdown index 1a591a5a746..90c24ad853b 100644 --- a/source/_components/camera.amcrest.markdown +++ b/source/_components/camera.amcrest.markdown @@ -32,4 +32,5 @@ Configuration variables: - **password** (*Required*): The password for accessing your camera. - **name** (*Optional*): This parameter allows you to override the name of your camera. The default is "Amcrest Camera". - **port** (*Optional*): The port that the camera is running on. The default is 80. +- **resolution** (*Optional*): This parameter allows you to specify the camera resolution. For a high resolution (1080/720p), specify the option `high`. For VGA resolution (640x480p), specify the option `low`. If omitted, it defaults to *high*.