API for Creating and Setting View Area [AXIS P1375 S/N] #105
-
I am developing an application using a P1375 and P1375-E camera. I want to create and set a view area from the application via HTTP API requests. I tried configuring an already existing view area using a POST request to http://192.168.150.13/axis-cgi/viewarea/configure.cgi with the following JSON body: { The server responds with 404 Not Found. Does this endpoint exist for this brand of camera? If so, why isn't the API call working for me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Tested the same example on P1375 Firmware:10.12 and it works. //ip-add/axis-cgi/viewarea/info.cgi JSON input parameters Can you also try to retrieve information about the APIs installed on this device. Can you test with curl. |
Beta Was this translation helpful? Give feedback.
-
Just upgraded the firmware to 11.0 and now the camera responds with the view area API. Noticed you were using a higher FW version. Thank you for all the help! Really appreciate it shadysp |
Beta Was this translation helpful? Give feedback.
Just upgraded the firmware to 11.0 and now the camera responds with the view area API. Noticed you were using a higher FW version. Thank you for all the help! Really appreciate it shadysp