Update
Update
Get update parameters
Code {"QueryState":{"QueryVersion":{}}}
Code Get the return value and split it like this:
szText.Format(ā%d.%d.%d%d-%d-%dā, (stVersion.dwCamVersion >> 16) & 0xFF, (stVersion.dwCamVersion >> 8)
& 0xFF, (stVersion.dwCamVersion 0xFF), (stVersion.dwCamDate >> 16) & 0xFFFF, (stVersion.dwCamDate >> 8) &
0xFF,(stVersion.dwCamDate & 0xFF));
Set update parameters Not supported update with API, you can do this through webpage.
Default and Reboot
Default
Code {"SysCtrl":{"Default":{}}}
Reboot
Code {"SysCtrl":{"Reboot":{}}}
The URL supports to set all params at one time and also can set one of them through split URL into one other command. Different
commands can be found at different settings.
86