Let’s take a look in this short tutorial at how to use the API for the MxMove series, i.e. how to use HTTP API strings to change, for example, a certain value in a particular menu, so that we can automate the parameter access procedure as much as possible without going through the web page.
We are using the Mx-VD1A-5-IR-VA model for this example.
Suppose, for example, we wanted to change the value of ‘Shutter Speed’ normally accessible via the web at the menu: Camera >> Exposure >> Min Shutter Speed
http://<IP_camera>/cgi-bin/admin/param.cgi?action=list
Note that the ‘action’ clause can assume values in the set {add, remove, update, list}
In the page thus generated, search for the command relating to Shutter with a ‘Ctrl+F’ → “Shutter” and choose the parameter you’re interested in from those found with this procedure (otherwise search for the value you’re interested in in the manual attached to this tutorial and jump to the next step 3.).
From the enclosed manual I check the available values (see p. 76). I find the following available options:
PAL: 1_425,1_300,1_215,1_150,1_120,1_100,1_75,1_50,1,2,4,8
I choose the value 1_75 as an example and send the following command accordingly: http://<IP_camera>/cgi-bin/admin/param.cgi?action=update&ImageSource.I0.Sensor.Exposure.MinShutterSpeed=1_75