5.1.3 Set camera parameter values
Set a camera's parameter values.
Note: This request requires administrator access (administrator authorization).
Method: GET/POST
Syntax:
http://<servername>/axis-cgi/admin/setparam.cgi?<parameter>=<value>
[&<parameter>=<value>...]
with the following parameters and values
<parameter>=
<value>
Values Description
<string>=<string> <group.name> =
<value>
Assigns <value> to the parameter <group.name>
The <value> must be URL-encoded when it contains
non-alphanumeric characters.
The camera parameters must be entered exactly as
named in the camera or the video server.
nosync=<string>
1
yes Specifies that there should be no sync (write) of the
corresponding configuration file to flash. If
parameter is omitted, a sync will occur.
Example: Set default image resolution to 320x240 pixels
http://myserver/axis-cgi/admin/setparam.cgi?Image.Resolution=320x240
Example: Set the bandwidth limitation to 500, without writing the corresponding configuration file to flash
http://myserver/axis-cgi/admin/setparam.cgi?Network.Bandwidth=500&nosync=yes
Comments to this Manuals