Camera question get url
Posted: Thursday 10 August 2017 13:41
Hi,
I'm running the latest Beta Domoticz on a Windows 7 system and I have some cheap chinese camera's that are not supported by Domoticz
When i do this in a browser:The camera takes a snapshot and is showing the picture in the browser, but that doesnt work in Domoticz.
When i do this in a browser:The camera takes a snapshot and the browser shows this:
var path="/tmpfs/snap_tmpfs/20170810/IMG001/IMG_chn0_TIMER_MNG_20170810123006_003.jpg"
So it is showing the path to the just created snapshot.
Is there an option to get this path in a variable so i can use it in a notification?
Tnx...
I'm running the latest Beta Domoticz on a Windows 7 system and I have some cheap chinese camera's that are not supported by Domoticz
When i do this in a browser:
Code: Select all
http://192.168.1.31/web/cgi-bin/hi3510/snap.cgi?&-getpic&-continue=1&-chn=1
When i do this in a browser:
Code: Select all
http://192.168.1.31/web/cgi-bin/hi3510/snap.cgi?
var path="/tmpfs/snap_tmpfs/20170810/IMG001/IMG_chn0_TIMER_MNG_20170810123006_003.jpg"
So it is showing the path to the just created snapshot.
Is there an option to get this path in a variable so i can use it in a notification?
Tnx...