The HTTP API (Application Programming Interface) is a software interface to the camera and allows to conveniently integrate the camera into a centralized management system. The interface consists of several CGI scripts that can be called with parameters and values using HTTP commands. By means of these scripts, you can modify the settings of the dialogs in Setup Menu and execute certain camera functions.
Using the HTTP command http://192.168.0.238/control/control, you can modify the settings of the Setup menu.
As a consequence of integrating the Q camera models, the cameras now offer the vPTZ features (virtual Pan/Tilt/Zoom) also in the HTTP API. The corresponding features have been documented on specific help dialogs, which can be opened using the corresponding links:
click.cgi: This interface provides limited access to simple vPTZ features.
rotorcgi: This interface provides full access to all vPTZ features.
control?list§ion=vptzcontrol: control also provides access to some vPTZ features, as outlined in the vptzcontrol section.
Using the HTTP command http://192.168.0.238/control/rcontrol, you can execute certain camera functions.
Certain functions for Saving and Restoring the configuration can only be performed by a user of the admin access level. In this case, you need another HTTP command for calling the rcontrol script, namely:
http://192.168.0.238/admin/rcontrol
If you would like to use the list instruction with the control command, you need to separate the instruction from the command using a ?:
http://192.168.0.238/control/control?list
In order to execute an instruction with a parameter, the instruction needs to be separated from the parameter by an ampersand
&. The parameter value is separated by a = sign.
http://192.168.0.238/control/control?list§ion=actions
If you would like to use multiple parameters, separate them using an ampersand &:
http://192.168.0.238/control/rcontrol?action=ledson&time=5
For some parameters you need to enter two values in order to address both lenses. These parameters are shown as having two default values (e.g. 0 0). In the http command, you will need to separate these values using a + sign :
http://192.168.0.238/control/control?set§ion=general&sharpen=0+0
If you would to use one or more newline characters in a command (e.g. to set several video motion window definitions), you
need to replace the newline characters using the CGI replacement string %0A.
http://192.168.0.238/control/control?set§ion=general&coverimage_area=0,540,380,200,200,2%0A1,320,100,100,150,2
In order to display the CGI formatting strings themselves (newline, blank, umlauts, ...), enter the URL-encoded characters. To do this, enter a % sign followed by the hex value of the character you would like to display. The following table contains a list of the most
common characters:
|
Character |
URL-Encoding |
Character |
URL-Encoding |
Character |
URL-Encoding |
|
(Newline) |
|
(Blank) |
|
% |
|
|
& |
|
+ |
|
= |
|
|
? |
|
© |
|
® |
|
|
ß |
|
ä |
|
Ä |
|
|
ö |
|
Ö |
|
ü |
|
|
Ü |
|
Ç |
|
à |
|
|
á |
|
â |
|
æ |
|
|
ç |
|
è |
|
é |
|
|
ê |
|
ë |
|
î |
|
|
ï |
|
ô |
|
ù |
|
|
ú |
|
ù |
|
û |
|
For further information, please see en.wikipedia.org/wiki/URL_encoding.
You may specify color values for certain parameters. These values correspond to the hex values of the red, green and blue
(RGB) values of a specific color. Two characters each represent on color, 00 represents the lowest value (no color), FF represents the highest value (full color). Since the colors are mixed additively, 0x000000 represents black and 0XFFFFFF represents white.
|
Color name |
Hexadecimal notation |
Color |
Color name |
Hexadecimal notation |
Color |
|---|---|---|---|---|---|
|
Black |
|
Maroon |
|
||
|
Dark green |
|
Olive |
|
||
|
Marine |
|
Purple |
|
||
|
Teal |
|
Dark gray |
|
||
|
Light gray |
|
Red |
|
||
|
Green |
|
Yellow |
|
||
|
Blue |
|
Magenta |
|
||
|
Cyan |
|
White |
|
control Command
First of all, you need to tell the camera which instructions are to be performed.
control Command
|
Instruction |
Description |
|---|---|
|
set |
Write access to the settings. Use this instruction to modify the settings. http://192.168.0.238/control/control?set&<parameter>=<value>[&<parameter>=<value>] |
|
read |
Read access to the settings. Use this instruction to query information about the settings. http://192.168.0.238/control/control?read&<parameter>[&<parameter>] |
|
list |
The To retrieve the parameters of one particular section, add Example:
This command allows reading the current values and it provides a method for obtaining the possible options and the texts of the user interface by other applications. |
|
factory |
The http://192.168.0.238/control/control?factory§ion=<section name> |
|
restore |
The http://192.168.0.238/control/control?restore§ion=<section name> |
A profile stores several settings in one value:
<profile designator>=<name>[:<parameter>=<value>].
Note that several profiles with identical <profile designators> can co-exist. Since profiles cannot be properly edited using the read and set commands, you need to use the following commands:
|
Instruction |
Description |
|---|---|
|
read_profile |
Read a profile. http://192.168.0.238/control/control?read_profile=<profile designator>:<name> |
|
delete_profile |
Delete a profile. http://192.168.0.238/control/control?delete_profile=<profile designator>:<name> |
|
set_profile |
Write a profile. http://192.168.0.238/control/control?set_profile=<profile designator>:<name>&<parameter>=<value>[&<parameter>=<value>] |
|
add_profile |
Add a profile. http://192.168.0.238/control/control?add_profile=<profile designator>:<name>&<parameter>=<value>[&<parameter>=<value>] |
In addition, some profiles have more parameters, which are identified by a leading underscore character:
|
Parameter |
Description |
|---|---|
|
_profilename |
This profile has a real name. Instead of the |
|
_profilestate |
At the moment, the value of the profile state can be empty ( |
control Command
The sections shown in the following tables correspond to all dialogs that you can control remotely using the control command. Click on one of the links listed below to go to the corresponding section.
Please note that the contents of this frame will only be displayed if the API right in the Group Access Control Lists is publicly accessible or the group of your user name has this right.
click.cgi Interface
This interface provides limited access to simple vPTZ features. Use the list command to get the list of commands provided by this interface:
http://192.168.0.238/control/click.cgi?list
The help command returns detailed information and examples for using the individual commands:
http://192.168.0.238/control/click.cgi?help
The query command returns information on the current vPTZ settings:
rotorcgi Interface
This interface provides full access to vPTZ features. The help command returns detailed information for using the individual commands:
rcontrol Command
The first value expected by the script is always the name of the action that is to be performed. Depending on the action, you may have to provide additional parameters. For the additional parameters mandatory and optional parameters are used.
Please note that the contents of this frame will only be displayed if the API right in the Group Access Control Lists is publicly accessible or the group of your user name has this right.
This page of the camera is only available in English.
In order to see all options for the rcontrol command, enter the list instruction in your browser's address bar: