Still image url support for mjpeg (#1825)

* Still image url support for mjpeg

* Update camera.mjpeg.markdown
This commit is contained in:
Pascal Vizeli 2017-01-20 11:47:46 +01:00 committed by GitHub
parent 8892a46b51
commit 35242e2853

View File

@ -29,6 +29,7 @@ camera:
Configuration variables:
- **mjpeg_url** (*Required*): The URL your camera serves the video on, eg. http://192.168.1.21:2112/
- **still_image_url** (*Optional*): The URL for thumbmail picture if camera support that.
- **name** (*Optional*): This parameter allows you to override the name of your camera.
- **username** (*Optional*): The username for accessing your camera.
- **password** (*Optional*): The password for accessing your camera.