From 35242e2853ff12739407f85cea331c9d3cfc71fe Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 20 Jan 2017 11:47:46 +0100 Subject: [PATCH] Still image url support for mjpeg (#1825) * Still image url support for mjpeg * Update camera.mjpeg.markdown --- source/_components/camera.mjpeg.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/camera.mjpeg.markdown b/source/_components/camera.mjpeg.markdown index 7e3bc8340db..c36a907e367 100644 --- a/source/_components/camera.mjpeg.markdown +++ b/source/_components/camera.mjpeg.markdown @@ -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.