I am trying to set my camera to automatically enable motion detection. I use a small service on my internal network each morning.
However - thru the API I cannot set ANY of the settings. I can get all settings thru the API - but neighter GET with parameters, or POST with formdata works. Have anyone been successful

Examples:
GET http://10.0.4.10/system.cgi?CameraName=NewName HTTP/1.0
Returns no error, but also no change....
POST http://10.0.4.10/system.cgi HTTP/1.0
CameraName=NewName (budy)
Returns no error, but also no change....