Added resolution support to Amcrest camera component (#1584)

* Added documentation to Amcrest camera to support high/low camera resolution

* Fixed typo
This commit is contained in:
Marcelo Moreira de Mello 2016-12-12 00:46:34 -05:00 committed by Paulus Schoutsen
parent bb868a624f
commit 53750e7f90

View File

@ -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*.