I need to have a direct http reboot for my camera (no entering of username/password)
I know you can get a picture by using:
http://admin:<passwd>@192.168.1.20:80/image/jpeg.cgi&profileid=1
http://192.168.20:80/image/jpeg.cgi
From "DCS-2121(2102)-1.03-2414 NIPCA1.5 support table" i get:
/config/system_reboot.cgi -d"reboot=go"
http://admin:<passwd>@192.168.1.20:80/config/system_reboot.cgi -d"reboot=go"
so by theory this should work.
Can anyone help?