I have 5 Dahua Camera's integrated in my Dash. They are working perfect and refresh the images every x seconds as defined.
Code: Select all
buttons.webcam = {width:12, isimage:true, forcerefresh:true, refreshimage: 3000, image: 'http://192.168.1.130/cgi-bin/snapshot.cgi?', url: 'http://192.168.1.130/cgi-bin/snapshot.cgi?'}
- cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]
- cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]
Has anyone working this correctly? Is there an alternative?
Thanks,
Koen