P petrho n3wb Jan 13, 2015 18 2 Sep 27, 2015 #1 Is it possible to start/stop recording via an easy http url command? I think it is hard to use json... Thanks in advance! Reactions: pethson
Is it possible to start/stop recording via an easy http url command? I think it is hard to use json... Thanks in advance!
A ACBMemphis n3wb Nov 5, 2015 4 16 Memphis, TN Nov 5, 2015 #2 There is a URL command to trigger a camera: http://YOURPCNAME:81/admin?camera=YOURCAMERANAME&trigger if you set your Anonymous user to admin this works. I was able to use JSON manrec=start command like this: {"session":"xxxxxxxxx301a205251f2","cmd":"camconfig","camera":"Gate1","manrec":"start"} but do not know of a URL equivalent Last edited by a moderator: Nov 5, 2015 Reactions: pethson
There is a URL command to trigger a camera: http://YOURPCNAME:81/admin?camera=YOURCAMERANAME&trigger if you set your Anonymous user to admin this works. I was able to use JSON manrec=start command like this: {"session":"xxxxxxxxx301a205251f2","cmd":"camconfig","camera":"Gate1","manrec":"start"} but do not know of a URL equivalent