I just upgraded a system from 1.36.33 to 1.37.47 using iconnor's master repo on Ubuntu 22.04.03. It was a clean upgrade, as far as I could tell.
I use the API to turn cameras to and from modect and monitor. It doesn't seem to work in 1.37.47. The command is successful, but the camera mode doesn't change. Is there something I missed in the forums that can point me in the right direction?
Code: Select all
root@zoneminder:~# /usr/bin/curl -XPOST http://localhost/zm/api/monitors/3.json -d "Monitor[Function]=Modect&Monitor[Enabled]=1"
{"message":"Saved"}root@zoneminder:~#