Auto log-in DAHUA camera's in Dashticz not working
Posted: Monday 09 March 2020 13:19
Hi,
I have 5 Dahua Camera's integrated in my Dash. They are working perfect and refresh the images every x seconds as defined.
The only thing I have to do after each restart of dashticz is to manually log-in to the camera's one by one. I tried the auto-log-in via the snapshot URL as specified by Dahua but I can't get it to work. I tried following combo's but none of them is working:
Has anyone working this correctly? Is there an alternative?
Thanks,
Koen
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