Update generic-video-camera-child.groovy

This commit is contained in:
Patrick Stuart
2016-04-22 21:42:21 -05:00
parent e9b51764e9
commit 28daa1cf91

View File

@@ -33,8 +33,8 @@ preferences {
input("CameraStreamPathList","enum", title: "Camera Stream Path", description: "Please enter your camera's streaming path", required:false, submitOnChange: true, input("CameraStreamPathList","enum", title: "Camera Stream Path", description: "Please enter your camera's streaming path", required:false, submitOnChange: true,
options: [ //add your camera urls here options: [ //add your camera urls here
["rtsp://user:password@[ipaddress]/Streaming/Channels/1":"Name of Camera"], //hikvision ["rtsp://user:password@[ipaddress]/Streaming/Channels/1":"Name of Camera"], //hikvision
["http://192.168.101.248:80/mjpeg.cgi?user=user&password=password&channel=1.mjpeg":"Name of Camera"], //dlink 932l ["http://[ipaddress]:[port]/mjpeg.cgi?user=user&password=password&channel=1.mjpeg":"Name of Camera"], //dlink 932l
["http://user:password@192.168.101.251/nphMotionJpeg?Resolution=640x480&Quality=Standard":"Name of Camera"] //panasonic bl-140c ["http://user:password@[ipaddress]/nphMotionJpeg?Resolution=640x480&Quality=Standard":"Name of Camera"] //panasonic bl-140c
], displayDuringSetup: true) ], displayDuringSetup: true)