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 two 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 Setup submenus and execute certain camera functions.
Modifying the Settings of the Setup MenuUsing the HTTP command http://192.168.178.67/control/control
, you can modify the settings of the Setup menu.
Executing Camera Functions
Using the HTTP command http://192.168.178.67/control/rcontrol
, you can execute certain camera functions.
Important: |
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.178.67/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.178.67/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.178.67/control/control?list§ion=action
If you would like to use multiple parameters, separate them using an ampersand &:
http://192.168.178.67/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.178.67/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.178.67/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) | %0A |
(Blank) | %20 or + |
% | %25 |
& | %26 |
+ | %2B |
= | %3D |
? | %3F |
© | %A9 |
® | %AE |
ß | %DF |
ä | %e4 |
Ä | %c4 |
ö | %F6 |
Ö | %D6 |
ü | %FC |
Ü | %DC |
Ç | %c7 |
à | %e0 |
á | %e1 |
â | %E2 |
æ | %E6 |
ç | %E7 |
è | %E8 |
é | %E9 |
ê | %EA |
ë | %EB |
î | %ee |
ï | %EF |
ô | %F4 |
ù | %F9 |
ú | %FA |
ù | %FB |
û | %fc |
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). As the colors are mixed additively, 0x000000
will be black and 0XFFFFFF
will be white.
Example:
0xFF0000 |
Red |
0x00FF00 |
Green |
0x0000FF |
Blau |
Color name | Hexadecimal notation | Color | Color name | Hexadecimal notation | Color |
---|---|---|---|---|---|
Black | 0x000000 |
Maroon | 0x800000 |
||
Dark green | 0x008000 |
Olive | 0x808000 |
||
Marine | 0x000080 |
Purple | 0x800080 |
||
Teal | 0x008080 |
Dark gray | 0x808080 |
||
Light gray | 0xC0C0C0 |
Red | 0xFF0000 |
||
Green | 0x00FF00 |
Yellow | 0xFFFF00 |
||
Blau | 0x0000FF |
Magenta | 0xFF00FF |
||
Cyan | 0x00FFFF |
White | 0xFFFFFF |
First of all, you need to tell the camera which instructions are to be performed.
Instruction | Description |
---|---|
set |
Write access to the image settings. Use this instruction to modify the image settings.http://192.168.178.67/control/control?set
|
read |
Read access to the image settings. Use this instruction to query information about the image settings.http://192.168.178.67/control/control?read
|
list |
The list instruction returns a list of the configuration file sections that can be modified.
Example: This command allows reading the current values and it provides a method for obtaining the options and the texts of the user interface by other applications. |
factory |
The factory instruction allows you to reset the parameters of a section to the factory default settings. This call requires the section name section=<sectionname> as additional parameter.http://192.168.178.67/control/control?factory§ion=<sectionname>
|
restore |
The restore instruction allows you to reset the parameters of a section to the values stored in the flash memory. This call requires the section name section=<sectionname> as additional parameter.http://192.168.178.67/control/control?restore§ion=<sectionname>
|
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 following links to go to the corresponding section.
The imagecontrol section
The eventcontrol section
The exposurecontrol section
The general section
The exposure section
The color section
The jpeg section
The text section
The settings section
The event section
The eventfilter section
The recording section
The action section
The message section
The message2 section
The signalout section
The mxpegparam section
The quickcontrol section
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=imagecontrol
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Camera Selection | |||
camera | Camera Selection | right, left, auto | auto |
Camera Night Switch (DY/NI) | |||
nightswitch | Night Camera Level | 3, 6, 10, 185, 32, 56, 100, 170, 320, 560, 1000, 1800, 3200 | 100 |
nightswitchdelay | Night Switch Delay | 0, 1, 2, 3, 4, 5, 7, 10, 15, 20, 25, 30 | 5 |
Image Size | |||
size | Image Size | 160x120, 320x240, 640x480, 1280x960, customize, 640x240 | 640x480 |
customsize | Custom Size | (String constant) | 800x400 |
Digital Zoom | |||
zoomlock | Zoom Lock | disable, enable | disable |
panlock | Pan Lock | disable, enable | disable |
panpos | Pan Position | (String constant) | 0,0 |
Frames per Second | |||
framerate100 | Frame Rate | 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400, 300, 200, 100, 50, 25, 10 | 2500 |
Mirror & Rotate Image | |||
mirror | Mirroring | no, vertical, horizontal, both | no no |
rotate | Rotation | 0, 180 | 0 0 |
Sharpness | |||
sharpen | Sharpness | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
Noise Suppress | |||
darknoisesuppress | Noise Suppress | off, low, medium, high | low low |
Automatic Contrast | |||
automatic | Automatic Contrast | off, auto | auto auto |
Brightness | |||
brightness | Brightness | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Backlight Correction | |||
backlight | Backlight | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
Color Profile | |||
colorprofile | Color Profile | auto, Neontube, Cloudy, Sunny, Outdoor | auto |
Color Saturation | |||
color | Color Saturation | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Blue Balance | |||
blue | Blue Balance | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Red Balance | |||
red | Red Balance | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
MxPEG | |||
motionjpeg | MxPEG | disable, enable | enable |
mxpeg_cyclic | Cyclic Image Refresh | 0 .. 100 | 8 |
mxpeg_delta | Delta of Change | 0 .. 100 | 0 |
mxpeg_minchange | Minimum MCU Change | 0 .. 100 | 10 |
mxpeg_sw2full | Switch to Full Image | 0 .. 100 | 60 |
JPEG Quality | |||
quality | JPEG Quality | 10, 20, 30, 40, 50, 60, 70, 80, 90 | 70 |
JPEG User Comment | |||
jpegcommentuser | JPEG User Comment | (String constant) | |
JPEG Comment Text (CT) | |||
jpegcomment_ctx | Comment Text Rows | 0 .. 16 | 1 |
Comment Text Length | |||
jpegcomment_ctlen | Comment Text Length | 64 .. 2048 | 256 |
Text Display | |||
textdisplay | Text Display | disable, enable, datetime | enable |
textbgcolor | Background Color | 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF | 0x000000 |
textbgopacity | Background Opacity | 0, 25, 50, 75, 100 | 0 |
date | Date and Time | 0, 1, 2, 3, 4, 5, 6 | 1 |
Comment | (Multiline string constant) | WWW.MOBOTIX.COM | |
errortext | Error Messages | 0, 1 | 1 |
stitchmode | Cover Borders | off, left_top | left_top |
Obscure Image Area (OA) | |||
coverimage | Obscure Image Enable | enable, disable | disable |
coverimage_timetable | Obscure Image Time Table | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
coverimage_area | Obscure Image Area | (Multiline string constant) | 0,540,380,200,200,2 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=eventcontrol
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Passive Infrared Detector (PI) | |||
pircheck | PIR Enable | 1, 0 | 0 |
pir | PIR Level | 0 .. 100 | 50 |
Video Motion Window (VM) | |||
motioncheck | Video Motion Enable | 1, 0 | 1 |
motion | Video Motion Definitions | (Multiline string constant) | 0,540,380,200,200,20,25 |
motionwintype | Video Motion Style | off, on, highlight, passiv | highlight |
motionnightoff | Video Motion Night Mode | 0, 3, 6, 10, 18, 32, 56 | 0 0 |
Microphone (MI) | |||
miccheck | Microphone Enable | 1, 0 | 0 |
mic | Microphone Level | 0 .. 100 | 50 |
micwidth | Microphone Signal Width | 50, 100, 150, 200, 250, 300, 400, 500, 750, 1000, 2000 | 50 |
Signal Input (SI) | |||
inputswitch | Signal Input | off, close, open | off |
Signal CTS (SC) | |||
inputcts | Signal CTS | off, close, open | off |
Signal DSR (SR) | |||
inputdsr | Signal DSR | off, close, open | off |
Signal RxD (SX) | |||
inputrxd | Signal RxD | off, close, open | off |
Periodic Event (PE) | |||
timercheck | Periodic Event Enable | 1, 0 | 0 |
timerunit | Periodic Time Unit | sec, ms, Hz | sec |
timer | Periodic Time Interval | 0 .. 86400 | 60 |
Time Task (TT) | |||
timetaskcheck | Time Task | 1, 0 | 1 |
User Click (UC) | |||
userclick | User Click | 1, 0 | 1 |
Recording Begin (RB) | |||
recbegincheck | Recording Begin | 1, 0 | 0 |
Recording End (RE) | |||
recendcheck | Recording End | 1, 0 | 0 |
Recording History (RH) | |||
rechistcheck | Recording History | 1, 0 | 0 |
Recording Terminate (RT) | |||
rectermcheck | Recording Terminate | 1, 0 | 0 |
Buttons (BT) | |||
buttoncheck | Buttons Enable | 1, 0 | 0 |
button | Button Combination | right, left, rightORleft, rightANDleft | right |
IR Remote Control (IR) | |||
ircheck | Remote Control Enable | 1, 0 | 0 |
ircode | Remote Control Code | 0 | 0 |
IP Receive (RC) | |||
ipreceivecheck | IP Receive Enable | 1, 0 | 0 |
ipreceiveport | IP Receive Port | 1 .. 65536 | 8000 |
ipreceivematch | IP Receive Compare | strcmp, regex | strcmp |
ipreceivemessage | IP Receive Message | (String constant) | |
COM In (CI) | |||
comincheck | COM In Enable | 1, 0 | 0 |
cominmatch | COM In Compare | strcmp, regex, binary | strcmp |
cominmessage | COM In Message | (String constant) | |
Temperature (TP) | |||
tempcheck | Temperature Enable | 1, 0 | 0 |
tempsource | Temperature Sensor | intern | intern |
tempcompare | Temperature Compare | higher, lower | higher |
templevel | Temperature Level | (String constant) | 50.0 |
tempunit | Temperature Unit | Celcius, Fahrenheit | Celcius |
tempaction | Temperature Action | first, every | first |
Illumination (IL) | |||
illucheck | Illumination Enable | 1, 0 | 0 |
illusource | Illumination Source | right, left, both | right |
illucompare | Illumination Compare | higher, lower | higher |
illulux | Illumination Level | (String constant) | 100.0 |
illuaction | Illumination Action | first, every | first |
Random Event (RD) | |||
randomcheck | Random Event Enable | 1, 0 | 0 |
randomrange | Events per Hour | (String constant) | 1.000 |
Event Counter (EC) | |||
eventcounter_status | Event Counter Enable | enable, disable | disable |
eventcounter_mask | Events to Count | (event symbol list) | * |
eventcounter_filter | Individual Events | yes, no | yes |
eventcounter_time | Counting Period | 1 .. 3600 | 10 |
eventcounter_event | Event Count | 1 .. 3600 | 5 |
eventcounter_condition | Condition | more, less | more |
eventcounter_action | Start Action | first, every | every |
Sound on Event (SD) | |||
playsound | Sound Enable | enable, disable | disable |
playsound_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound_sequence | Playback Sequence | randomize, ascending, descending | randomize |
playsound_alertmask | Event Selection | (event symbol list) | * |
Sound on Event (SD2) | |||
playsound2 | Sound Enable | enable, disable | disable |
playsound2_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound2_sequence | Playback Sequence | randomize, ascending, descending | randomize |
playsound2_alertmask | Event Selection | (event symbol list) | * |
Signal Out Action (SO) | |||
outputaction | Signal Out Action | 0, 1, 2, 5, 10, 30, 60, 300 | 0 |
outputaction_alertmask | Event Selection | (event symbol list) | * |
Phone Call-Out (CL) | |||
callaction | Phone Profile | off, Zeitansage | off |
callaction_alertmask | Event Selection | (event symbol list) | * |
Second Phone Call-Out (CL2) | |||
callaction2 | Phone Profile | off, Zeitansage | off |
callaction2_alertmask | Event Selection | (event symbol list) | * |
E-Mail Action (EM) | |||
emailaction | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
emailaction_alertmask | Event Selection | (event symbol list) | * |
Second E-Mail (EM2) | |||
emailaction2 | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
emailaction2_alertmask | Event Selection | (event symbol list) | * |
File Transfer Action (FT) | |||
ftpaction | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
ftpaction_alertmask | Event Selection | (event symbol list) | * |
Second File Transfer (FT2) | |||
ftpaction2 | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
ftpaction2_alertmask | Event Selection | (event symbol list) | * |
IP Notify (IP) | |||
ipnotifyaction | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
ipnotify_alertmask | Event Selection | (event symbol list) | * |
Second IP Notify (IP2) | |||
ipnotifyaction2 | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
ipnotify2_alertmask | Event Selection | (event symbol list) | * |
Right Softbutton (SBr) | |||
softbutton1 | Activate Softbutton | 1, 0 | 1 |
softbuttonname1 | Softbutton Name | (String constant) | Speak IP |
Left Softbutton (SBl) | |||
softbutton2 | Activate Softbutton | 1, 0 | 0 |
softbuttonname2 | Softbutton Name | (String constant) | Actions disable |
Visual Alarm (VA) | |||
visualalarm | Activate Visual Alarm | enable, disable | disable |
visualalarm_alertmask | Event Selection | (event symbol list) | * |
visualalarm_format | Visual Effect | bar1, bar2, box1, box2, sign1, sign2 | box1 |
visualalarm_color | Effect Color | 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF | 0xFF0000 |
visualalarm_erase | Display Duration | 0, 1, 5, 10, 30 | 10 |
visualalarm_acknowledge | Alarm Acknowledge | enable, disable | enable |
Arming | |||
edactiv | Arming | enable, disable, close, open | enable |
edacttimetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Action Delay | |||
actiondelay | Action Delay | 0 .. 3600 | 0 |
Event Dead Time | |||
eventall_delay | Event Dead Time | 0 .. 3600 | 5 |
Event Dead Time | |||
eventfilter_delay | Event Dead Time | 0 .. 3600 | 2 |
Event LED Setup | |||
led_flash | Flashing LEDs | off, evt_evt, rec_evt | rec_evt |
led_blink | Blinking LEDs | off, gen_arm, gen_not_arm, rec_arm, rec_not_arm, rec_run, rec_dt, act_arm, act_not_arm, msg1_arm, msg1_not_arm, msg2_arm, msg2_not_arm | rec_run |
Action Profile | |||
actions_activ | Enable Action Profile | enable, disable | enable |
actions_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
actions_delay | Action Dead Time | 0 .. 3600 | 5 |
action_alertmask | Event Selection | (event symbol list) | * |
Message Profile | |||
messaging_activ | Enable Message Profile | enable, disable | enable |
messaging_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
notifydelay | Messaging Dead Time | 0 .. 3600 | 60 |
notify_alertmask | Event Selection | (event symbol list) | * |
Message Profile | |||
messaging2_activ | Enable Message Profile | enable, disable | enable |
messaging2_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
messaging2_delay | Messaging Dead Time | 0 .. 3600 | 60 |
messaging2_alertmask | Event Selection | (event symbol list) | * |
Arming | |||
recording_activ | Arm Recording | enable, disable, close, open | enable |
recording_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Terminate Recording (TR) | |||
freezeactiv | Activate Terminate Recording | off, on | off |
freeze_alertmask | Termination Condition | (event symbol list) | UC |
freezedelay | Time Before Terminate | 0 .. 86400 | 15 |
Recording (REC) | |||
recording | Recording Mode | snapshot, streaming_event, streaming | snapshot |
storypacking | Pack Event Story | 1, 0 | 0 |
storyinterval | Snap Shot Interval | 0 .. 600000 | 1000 |
streamframerate100 | Continuous Recording Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 100 |
streameventframerate100 | Event Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 0 |
streamaudio | Record Audio Data | none, audio | audio |
Start Recording | |||
recstartmask | Start Recording | (event symbol list) | * |
storyantecount | Pre-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
storypostcount | Post-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 2 |
streamantetime | Recording Time Before Event | 0, 1, 2 | 0 |
streamtime | Recording Time | 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstretchmask | Retrigger Recording | (event symbol list) | |
Stop Recording | |||
recstopmask | Stop Recording | (event symbol list) | |
storystopcount | Images After Stop Event | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
streamstoptime | Recording Time After Stop Event | 0, 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstopdeadtime | Recording Dead Time | 0 .. 3600 | 5 |
History Recording (HR) | |||
rechistory_sec | History Recording Interval | 0, TT, PE | 0 |
rechistory_imgprof | Image Profile for History | (No value), MEGA, VGA, CIF | |
Display Options | |||
imageinfo | Show Event/Action Symbols | 0, 1, 2 | 1 |
chartdrawmode | Level Meter | off, bar, scrollchart | off |
chartdatasource | Level Meter Data | PI, MI, IL, SI, EC, TP | PI |
Object Tracing (OT) | |||
objecttracing | Enable Object Tracing | disable, enable | disable |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=exposurecontrol
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Night Improvement | |||
ca_night_improve | Enable Night Improvement | auto, off, on | auto auto |
Lens F-Number | |||
ca_lens_fnumber | F-Number | 0.8, 1.0, 1.4, 2.0, 2.4, 2.8, 3.5, 4.0 | 2.0 2.0 |
Exposure Field | |||
ca_exp_window_type | Measurement Field | all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra | all all |
ca_exp_window_weight | Exposure Weighting | -1, 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 | 100 100 |
ca_wbal_window_weight | White Balance Weighting | -1, 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 | -1 -1 |
ca_avg_intensity | Average Brightness | 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 | 400 400 |
ca_exp_window_draw | Show Field | off, on, histogram_inside, histogram_outside, out_histogram_inside, out_histogram_outside, jpeg_histogram | off off |
Exposure Time | |||
ca_exp_max | Max. Exposure Time | 160, 320, 640, 1280, 2560, 4960, 10080, 20000, 40000, 80000, 160000, 320000, 640000, 1280000 | 160000 160000 |
ca_exp_min | Min. Exposure Time | 160, 320, 640, 1280, 2560, 4960, 10080, 20000, 40000, 80000, 160000, 320000, 640000, 1280000 | 160 160 |
Frequency of Power Supply | |||
ca_linefreq | Line Frequency | 50, 60 | 50 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=general
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Camera Selection | |||
camera | Camera Selection | right, left, auto | auto |
Camera Night Switch (DY/NI) | |||
nightswitch | Night Camera Level | 3, 6, 10, 185, 32, 56, 100, 170, 320, 560, 1000, 1800, 3200 | 100 |
nightswitchdelay | Night Switch Delay | 0, 1, 2, 3, 4, 5, 7, 10, 15, 20, 25, 30 | 5 |
Image Size | |||
size | Image Size | 160x120, 320x240, 640x480, 1280x960, customize, 640x240 | 640x480 |
customsize | Custom Size | (String constant) | 800x400 |
Digital Zoom | |||
zoomlock | Zoom Lock | disable, enable | disable |
panlock | Pan Lock | disable, enable | disable |
panpos | Pan Position | (String constant) | 0,0 |
Frames per Second | |||
framerate100 | Frame Rate | 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400, 300, 200, 100, 50, 25, 10 | 2500 |
Mirror & Rotate Image | |||
mirror | Mirroring | no, vertical, horizontal, both | no no |
rotate | Rotation | 0, 180 | 0 0 |
Sharpness | |||
sharpen | Sharpness | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
Noise Suppress | |||
darknoisesuppress | Noise Suppress | off, low, medium, high | low low |
Obscure Image Area (OA) | |||
coverimage | Obscure Image Enable | enable, disable | disable |
coverimage_timetable | Obscure Image Time Table | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
coverimage_area | Obscure Image Area | (Multiline string constant) | 0,540,380,200,200,2 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=exposure
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Automatic Contrast | |||
automatic | Automatic Contrast | off, auto | auto auto |
Brightness | |||
brightness | Brightness | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Backlight Correction | |||
backlight | Backlight | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
Night Improvement | |||
ca_night_improve | Enable Night Improvement | auto, off, on | auto auto |
Lens F-Number | |||
ca_lens_fnumber | F-Number | 0.8, 1.0, 1.4, 2.0, 2.4, 2.8, 3.5, 4.0 | 2.0 2.0 |
Exposure Field | |||
ca_exp_window_type | Measurement Field | all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra | all all |
ca_exp_window_weight | Exposure Weighting | -1, 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 | 100 100 |
ca_wbal_window_weight | White Balance Weighting | -1, 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 | -1 -1 |
ca_avg_intensity | Average Brightness | 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 | 400 400 |
ca_exp_window_draw | Show Field | off, on, histogram_inside, histogram_outside, out_histogram_inside, out_histogram_outside, jpeg_histogram | off off |
Exposure Time | |||
ca_exp_max | Max. Exposure Time | 160, 320, 640, 1280, 2560, 4960, 10080, 20000, 40000, 80000, 160000, 320000, 640000, 1280000 | 160000 160000 |
ca_exp_min | Min. Exposure Time | 160, 320, 640, 1280, 2560, 4960, 10080, 20000, 40000, 80000, 160000, 320000, 640000, 1280000 | 160 160 |
Frequency of Power Supply | |||
ca_linefreq | Line Frequency | 50, 60 | 50 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=color
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Color Profile | |||
colorprofile | Color Profile | auto, Neontube, Cloudy, Sunny, Outdoor | auto |
Color Saturation | |||
color | Color Saturation | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Blue Balance | |||
blue | Blue Balance | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Red Balance | |||
red | Red Balance | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=jpeg
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
MxPEG | |||
motionjpeg | MxPEG | disable, enable | enable |
JPEG Quality | |||
quality | JPEG Quality | 10, 20, 30, 40, 50, 60, 70, 80, 90 | 70 |
JPEG User Comment | |||
jpegcommentuser | JPEG User Comment | (String constant) | |
JPEG Comment Text (CT) | |||
jpegcomment_ctx | Comment Text Rows | 0 .. 16 | 1 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=text
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Text Display | |||
textdisplay | Text Display | disable, enable, datetime | enable |
textbgcolor | Background Color | 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF | 0x000000 |
textbgopacity | Background Opacity | 0, 25, 50, 75, 100 | 0 |
date | Date and Time | 0, 1, 2, 3, 4, 5, 6 | 1 |
Comment | (Multiline string constant) | WWW.MOBOTIX.COM | |
errortext | Error Messages | 0, 1 | 1 |
stitchmode | Cover Borders | off, left_top | left_top |
Display Options | |||
imageinfo | Show Event/Action Symbols | 0, 1, 2 | 1 |
chartdrawmode | Level Meter | off, bar, scrollchart | off |
chartdatasource | Level Meter Data | PI, MI, IL, SI, EC, TP | PI |
Object Tracing (OT) | |||
objecttracing | Enable Object Tracing | disable, enable | disable |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=settings
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Arming | |||
edactiv | Arming | enable, disable, close, open | enable |
edacttimetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Event LED Setup | |||
led_flash | Flashing LEDs | off, evt_evt, rec_evt | rec_evt |
led_blink | Blinking LEDs | off, gen_arm, gen_not_arm, rec_arm, rec_not_arm, rec_run, rec_dt, act_arm, act_not_arm, msg1_arm, msg1_not_arm, msg2_arm, msg2_not_arm | rec_run |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=event
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Passive Infrared Detector (PI) | |||
pircheck | PIR Enable | 1, 0 | 0 |
pir | PIR Level | 0 .. 100 | 50 |
Video Motion Window (VM) | |||
motioncheck | Video Motion Enable | 1, 0 | 1 |
motion | Video Motion Definitions | (Multiline string constant) | 0,540,380,200,200,20,25 |
motionwintype | Video Motion Style | off, on, highlight, passiv | highlight |
motionnightoff | Video Motion Night Mode | 0, 3, 6, 10, 18, 32, 56 | 0 0 |
Microphone (MI) | |||
miccheck | Microphone Enable | 1, 0 | 0 |
mic | Microphone Level | 0 .. 100 | 50 |
micwidth | Microphone Signal Width | 50, 100, 150, 200, 250, 300, 400, 500, 750, 1000, 2000 | 50 |
Signal Input (SI) | |||
inputswitch | Signal Input | off, close, open | off |
Signal CTS (SC) | |||
inputcts | Signal CTS | off, close, open | off |
Signal DSR (SR) | |||
inputdsr | Signal DSR | off, close, open | off |
Signal RxD (SX) | |||
inputrxd | Signal RxD | off, close, open | off |
Periodic Event (PE) | |||
timercheck | Periodic Event Enable | 1, 0 | 0 |
timerunit | Periodic Time Unit | sec, ms, Hz | sec |
timer | Periodic Time Interval | 0 .. 86400 | 60 |
Time Task (TT) | |||
timetaskcheck | Time Task | 1, 0 | 1 |
User Click (UC) | |||
userclick | User Click | 1, 0 | 1 |
Recording Begin (RB) | |||
recbegincheck | Recording Begin | 1, 0 | 0 |
Recording End (RE) | |||
recendcheck | Recording End | 1, 0 | 0 |
Recording History (RH) | |||
rechistcheck | Recording History | 1, 0 | 0 |
Recording Terminate (RT) | |||
rectermcheck | Recording Terminate | 1, 0 | 0 |
Buttons (BT) | |||
buttoncheck | Buttons Enable | 1, 0 | 0 |
button | Button Combination | right, left, rightORleft, rightANDleft | right |
IR Remote Control (IR) | |||
ircheck | Remote Control Enable | 1, 0 | 0 |
ircode | Remote Control Code | 0 | 0 |
IP Receive (RC) | |||
ipreceivecheck | IP Receive Enable | 1, 0 | 0 |
ipreceiveport | IP Receive Port | 1 .. 65536 | 8000 |
ipreceivematch | IP Receive Compare | strcmp, regex | strcmp |
ipreceivemessage | IP Receive Message | (String constant) | |
COM In (CI) | |||
comincheck | COM In Enable | 1, 0 | 0 |
cominmatch | COM In Compare | strcmp, regex, binary | strcmp |
cominmessage | COM In Message | (String constant) | |
Temperature (TP) | |||
tempcheck | Temperature Enable | 1, 0 | 0 |
tempsource | Temperature Sensor | intern | intern |
tempcompare | Temperature Compare | higher, lower | higher |
templevel | Temperature Level | (String constant) | 50.0 |
tempunit | Temperature Unit | Celcius, Fahrenheit | Celcius |
tempaction | Temperature Action | first, every | first |
Illumination (IL) | |||
illucheck | Illumination Enable | 1, 0 | 0 |
illusource | Illumination Source | right, left, both | right |
illucompare | Illumination Compare | higher, lower | higher |
illulux | Illumination Level | (String constant) | 100.0 |
illuaction | Illumination Action | first, every | first |
Random Event (RD) | |||
randomcheck | Random Event Enable | 1, 0 | 0 |
randomrange | Events per Hour | (String constant) | 1.000 |
Event Counter (EC) | |||
eventcounter_status | Event Counter Enable | enable, disable | disable |
eventcounter_mask | Events to Count | (event symbol list) | * |
eventcounter_filter | Individual Events | yes, no | yes |
eventcounter_time | Counting Period | 1 .. 3600 | 10 |
eventcounter_event | Event Count | 1 .. 3600 | 5 |
eventcounter_condition | Condition | more, less | more |
eventcounter_action | Start Action | first, every | every |
Sound on Event (SD) | |||
playsound | Sound Enable | enable, disable | disable |
playsound_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound_sequence | Playback Sequence | randomize, ascending, descending | randomize |
playsound_alertmask | Event Selection | (event symbol list) | * |
Sound on Event (SD2) | |||
playsound2 | Sound Enable | enable, disable | disable |
playsound2_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound2_sequence | Playback Sequence | randomize, ascending, descending | randomize |
playsound2_alertmask | Event Selection | (event symbol list) | * |
Signal Out Action (SO) | |||
outputaction | Signal Out Action | 0, 1, 2, 5, 10, 30, 60, 300 | 0 |
outputaction_alertmask | Event Selection | (event symbol list) | * |
Phone Call-Out (CL) | |||
callaction | Phone Profile | off, Zeitansage | off |
callaction_alertmask | Event Selection | (event symbol list) | * |
Second Phone Call-Out (CL2) | |||
callaction2 | Phone Profile | off, Zeitansage | off |
callaction2_alertmask | Event Selection | (event symbol list) | * |
E-Mail Action (EM) | |||
emailaction | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
emailaction_alertmask | Event Selection | (event symbol list) | * |
Second E-Mail (EM2) | |||
emailaction2 | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
emailaction2_alertmask | Event Selection | (event symbol list) | * |
File Transfer Action (FT) | |||
ftpaction | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
ftpaction_alertmask | Event Selection | (event symbol list) | * |
Second File Transfer (FT2) | |||
ftpaction2 | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
ftpaction2_alertmask | Event Selection | (event symbol list) | * |
IP Notify (IP) | |||
ipnotifyaction | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
ipnotify_alertmask | Event Selection | (event symbol list) | * |
Second IP Notify (IP2) | |||
ipnotifyaction2 | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
ipnotify2_alertmask | Event Selection | (event symbol list) | * |
Right Softbutton (SBr) | |||
softbutton1 | Activate Softbutton | 1, 0 | 1 |
softbuttonname1 | Softbutton Name | (String constant) | Speak IP |
Left Softbutton (SBl) | |||
softbutton2 | Activate Softbutton | 1, 0 | 0 |
softbuttonname2 | Softbutton Name | (String constant) | Actions disable |
Visual Alarm (VA) | |||
visualalarm | Activate Visual Alarm | enable, disable | disable |
visualalarm_alertmask | Event Selection | (event symbol list) | * |
visualalarm_format | Visual Effect | bar1, bar2, box1, box2, sign1, sign2 | box1 |
visualalarm_color | Effect Color | 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF | 0xFF0000 |
visualalarm_erase | Display Duration | 0, 1, 5, 10, 30 | 10 |
visualalarm_acknowledge | Alarm Acknowledge | enable, disable | enable |
Arming | |||
edactiv | Arming | enable, disable, close, open | enable |
edacttimetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Action Delay | |||
actiondelay | Action Delay | 0 .. 3600 | 0 |
Event Dead Time | |||
eventall_delay | Event Dead Time | 0 .. 3600 | 5 |
Event Dead Time | |||
eventfilter_delay | Event Dead Time | 0 .. 3600 | 2 |
Event LED Setup | |||
led_flash | Flashing LEDs | off, evt_evt, rec_evt | rec_evt |
led_blink | Blinking LEDs | off, gen_arm, gen_not_arm, rec_arm, rec_not_arm, rec_run, rec_dt, act_arm, act_not_arm, msg1_arm, msg1_not_arm, msg2_arm, msg2_not_arm | rec_run |
Action Profile | |||
actions_activ | Enable Action Profile | enable, disable | enable |
actions_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
actions_delay | Action Dead Time | 0 .. 3600 | 5 |
action_alertmask | Event Selection | (event symbol list) | * |
Message Profile | |||
messaging_activ | Enable Message Profile | enable, disable | enable |
messaging_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
notifydelay | Messaging Dead Time | 0 .. 3600 | 60 |
notify_alertmask | Event Selection | (event symbol list) | * |
Message Profile | |||
messaging2_activ | Enable Message Profile | enable, disable | enable |
messaging2_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
messaging2_delay | Messaging Dead Time | 0 .. 3600 | 60 |
messaging2_alertmask | Event Selection | (event symbol list) | * |
Arming | |||
recording_activ | Arm Recording | enable, disable, close, open | enable |
recording_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Terminate Recording (TR) | |||
freezeactiv | Activate Terminate Recording | off, on | off |
freeze_alertmask | Termination Condition | (event symbol list) | UC |
freezedelay | Time Before Terminate | 0 .. 86400 | 15 |
Recording (REC) | |||
recording | Recording Mode | snapshot, streaming_event, streaming | snapshot |
storypacking | Pack Event Story | 1, 0 | 0 |
storyinterval | Snap Shot Interval | 0 .. 600000 | 1000 |
streamframerate100 | Continuous Recording Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 100 |
streameventframerate100 | Event Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 0 |
streamaudio | Record Audio Data | none, audio | audio |
Start Recording | |||
recstartmask | Start Recording | (event symbol list) | * |
storyantecount | Pre-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
storypostcount | Post-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 2 |
streamantetime | Recording Time Before Event | 0, 1, 2 | 0 |
streamtime | Recording Time | 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstretchmask | Retrigger Recording | (event symbol list) | |
Stop Recording | |||
recstopmask | Stop Recording | (event symbol list) | |
storystopcount | Images After Stop Event | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
streamstoptime | Recording Time After Stop Event | 0, 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstopdeadtime | Recording Dead Time | 0 .. 3600 | 5 |
History Recording (HR) | |||
rechistory_sec | History Recording Interval | 0, TT, PE | 0 |
rechistory_imgprof | Image Profile for History | (No value), MEGA, VGA, CIF | |
Display Options | |||
imageinfo | Show Event/Action Symbols | 0, 1, 2 | 1 |
chartdrawmode | Level Meter | off, bar, scrollchart | off |
chartdatasource | Level Meter Data | PI, MI, IL, SI, EC, TP | PI |
Object Tracing (OT) | |||
objecttracing | Enable Object Tracing | disable, enable | disable |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=eventfilter
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Event Dead Time | |||
eventfilter_delay | Event Dead Time | 0 .. 3600 | 2 |
Event Counter (EC) | |||
eventcounter_status | Event Counter Enable | enable, disable | disable |
eventcounter_mask | Events to Count | (event symbol list) | * |
eventcounter_filter | Individual Events | yes, no | yes |
eventcounter_time | Counting Period | 1 .. 3600 | 10 |
eventcounter_event | Event Count | 1 .. 3600 | 5 |
eventcounter_condition | Condition | more, less | more |
eventcounter_action | Start Action | first, every | every |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=recording
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Arming | |||
recording_activ | Arm Recording | enable, disable, close, open | enable |
recording_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Terminate Recording (TR) | |||
freezeactiv | Activate Terminate Recording | off, on | off |
freeze_alertmask | Termination Condition | (event symbol list) | UC |
freezedelay | Time Before Terminate | 0 .. 86400 | 15 |
Recording (REC) | |||
recording | Recording Mode | snapshot, streaming_event, streaming | snapshot |
storypacking | Pack Event Story | 1, 0 | 0 |
storyinterval | Snap Shot Interval | 0 .. 600000 | 1000 |
streamframerate100 | Continuous Recording Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 100 |
streameventframerate100 | Event Frame Rate | 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 | 0 |
streamaudio | Record Audio Data | none, audio | audio |
Start Recording | |||
recstartmask | Start Recording | (event symbol list) | * |
storyantecount | Pre-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
storypostcount | Post-Alarm Images | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 2 |
streamantetime | Recording Time Before Event | 0, 1, 2 | 0 |
streamtime | Recording Time | 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstretchmask | Retrigger Recording | (event symbol list) | |
Stop Recording | |||
recstopmask | Stop Recording | (event symbol list) | |
storystopcount | Images After Stop Event | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 35, 40, 45, 50 | 1 |
streamstoptime | Recording Time After Stop Event | 0, 2, 4, 6, 8, 10, 20, 30, 40, 50, 60, 70, 80, 90, 120, 180, 300 | 10 |
recstopdeadtime | Recording Dead Time | 0 .. 3600 | 5 |
History Recording (HR) | |||
rechistory_sec | History Recording Interval | 0, TT, PE | 0 |
rechistory_imgprof | Image Profile for History | (No value), MEGA, VGA, CIF |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=action
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Action Profile | |||
actions_activ | Enable Action Profile | enable, disable | enable |
actions_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
actions_delay | Action Dead Time | 0 .. 3600 | 5 |
action_alertmask | Event Selection | (event symbol list) | * |
Signal Out Action (SO) | |||
outputaction | Signal Out Action | 0, 1, 2, 5, 10, 30, 60, 300 | 0 |
File Transfer Action (FT) | |||
ftpaction | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
Visual Alarm (VA) | |||
visualalarm | Activate Visual Alarm | enable, disable | disable |
visualalarm_format | Visual Effect | bar1, bar2, box1, box2, sign1, sign2 | box1 |
visualalarm_color | Effect Color | 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF | 0xFF0000 |
visualalarm_erase | Display Duration | 0, 1, 5, 10, 30 | 10 |
visualalarm_acknowledge | Alarm Acknowledge | enable, disable | enable |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=message
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Message Profile | |||
messaging_activ | Enable Message Profile | enable, disable | enable |
messaging_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
notifydelay | Messaging Dead Time | 0 .. 3600 | 60 |
notify_alertmask | Event Selection | (event symbol list) | * |
Sound on Event (SD) | |||
playsound | Sound Enable | enable, disable | disable |
playsound_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound_sequence | Playback Sequence | randomize, ascending, descending | randomize |
E-Mail Action (EM) | |||
emailaction | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
Phone Call-Out (CL) | |||
callaction | Phone Profile | off, Zeitansage | off |
IP Notify (IP) | |||
ipnotifyaction | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=message2
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Message Profile | |||
messaging2_activ | Enable Message Profile | enable, disable | enable |
messaging2_timetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
messaging2_delay | Messaging Dead Time | 0 .. 3600 | 60 |
messaging2_alertmask | Event Selection | (event symbol list) | * |
Second File Transfer (FT2) | |||
ftpaction2 | FTP Profile | off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Periode | off |
Sound on Event (SD2) | |||
playsound2 | Sound Enable | enable, disable | disable |
playsound2_list | Play List | Alarm, Cuckooclock, Default, Standard | |
playsound2_sequence | Playback Sequence | randomize, ascending, descending | randomize |
Second E-Mail (EM2) | |||
emailaction2 | E-Mail Profile | off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 | off |
Second Phone Call-Out (CL2) | |||
callaction2 | Phone Profile | off, Zeitansage | off |
Second IP Notify (IP2) | |||
ipnotifyaction2 | IP Notify Profile | off, SimpleNotify, MultipleNotify, HttpRequest, HttpPostSysMsg24 | off |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=signalout
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Signal Out Arming | |||
so_activ | Activate Enhanced Signal Out | enable, disable | disable |
so_acttimetable | Time Table Profile | (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes | |
Signal Out Switch Time | |||
so_time | Switch Time | 0 .. 86400 | 60 |
Signal Out Dead time | |||
so_deadtime | Dead Time | 0 .. 3600 | 10 |
Display Options | |||
so_imageinfo | Show Event Symbols | 1, 0 | 0 |
Illumination | |||
so_illicheck | Illumination Filter | off, greater, lower | off |
so_illilux | Level | (String constant) | 100.0 |
Passive Infrared Detector (PI) | |||
so_pircheck | PIR Enable | 1, 0 | 0 |
so_pir | PIR Level | 0 .. 100 | 50 |
Video Motion Window (VM) | |||
so_motioncheck | Video Motion Enable | 1, 0 | 0 |
Microphone (MI) | |||
so_miccheck | Microphone Enable | 1, 0 | 0 |
Signal Input (SI) | |||
so_inputswitch | Signal Input | off, close, open | off |
Periodic Event (PE) | |||
so_timercheck | Periodic Event Enable | 1, 0 | 0 |
so_timer | Periodic Time Interval | 0 .. 86400 | 60 |
Time Task (TT) | |||
so_timetaskclick | Time Task | 1, 0 | 0 |
User Click (UC) | |||
so_userclick | User Click | 1, 0 | 0 |
Buttons (BT) | |||
so_buttoncheck | Buttons Enable | 1, 0 | 0 |
so_button | Button Combination | right, left, rightORleft, rightANDleft | right |
IR Remote Control (IR) | |||
so_ircheck | Remote Control Enable | 1, 0 | 0 |
IP Receive (RC) | |||
so_ipreceivecheck | IP Receive Enable | 1, 0 | 0 |
COM In (CI) | |||
so_comincheck | COM In Enable | 1, 0 | 0 |
Temperature (TP) | |||
so_tempcheck | Temperature Enable | 1, 0 | 0 |
Random Event (RD) | |||
so_randomcheck | Random Event Enable | 1, 0 | 0 |
so_randomrange | Events per Hour | (String constant) | 1.000 |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=mxpegparam
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Camera Selection | |||
camera | Camera Selection | right, left, auto | auto |
Image Size | |||
size | Image Size | 160x120, 320x240, 640x480, 1280x960, customize, 640x240 | 640x480 |
Frames per Second | |||
framerate100 | Frame Rate | 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400, 300, 200, 100, 50, 25, 10 | 2500 |
Brightness | |||
brightness | Brightness | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Sharpness | |||
sharpen | Sharpness | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
JPEG Quality | |||
quality | JPEG Quality | 10, 20, 30, 40, 50, 60, 70, 80, 90 | 70 |
MxPEG | |||
motionjpeg | MxPEG | disable, enable | enable |
mxpeg_cyclic | Cyclic Image Refresh | 0 .. 100 | 8 |
mxpeg_delta | Delta of Change | 0 .. 100 | 0 |
mxpeg_minchange | Minimum MCU Change | 0 .. 100 | 10 |
mxpeg_sw2full | Switch to Full Image | 0 .. 100 | 60 |
Exposure Field | |||
ca_exp_window_type | Measurement Field | all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra | all all |
ca_exp_window_draw | Show Field | off, on, histogram_inside, histogram_outside, out_histogram_inside, out_histogram_outside, jpeg_histogram | off off |
Enter the following command to see all parameters for this section:
http://192.168.178.67/control/control?list§ion=quickcontrol
Parameter | Name in Dialog | Possible Values | Default Value(s) |
---|---|---|---|
Camera Selection | |||
camera | Camera Selection | right, left, auto | auto |
Image Size | |||
size | Image Size | 160x120, 320x240, 640x480, 1280x960, customize, 640x240 | 640x480 |
Brightness | |||
brightness | Brightness | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Backlight Correction | |||
backlight | Backlight | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
Color Saturation | |||
color | Color Saturation | -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0 0 |
Sharpness | |||
sharpen | Sharpness | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 4 4 |
JPEG Quality | |||
quality | JPEG Quality | 10, 20, 30, 40, 50, 60, 70, 80, 90 | 70 |
Exposure Field | |||
ca_exp_window_type | Measurement Field | all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra | all all |
ca_exp_window_draw | Show Field | off, on, histogram_inside, histogram_outside, out_histogram_inside, out_histogram_outside, jpeg_histogram | off off |
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.
Note: |
In order to see all options for the rcontrol command, enter the |
---|
Action | Description | Mandatory parameter | Optional parameter | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
sigouthigh | The signal output is closed. The optional time parameter reopens the signal output after the defined period of time has passed. | none |
| ||||||||
sigoutlow | The signal output is opened. The optional time parameter closes the signal output again after the defined period of time has passed. | none |
|
||||||||
sound | Plays the boing audio file. Using the optional parameter soundfile, you can specify an audio file. You can either use one of the audio files provided in the software or any audio file that you have recorded in the Manage Voice Messages dialog. | none |
|
||||||||
ledson | Switches all LEDs on. The optional time parameter resets the LEDs to the factory default settings after the specified period of time has passed. | none |
|
||||||||
ledsoff | Switches all LEDs off. The optional time parameter resets the LEDs to the factory default settings after the specified period of time has passed. | none |
|
||||||||
ledsdefault | Resets all LEDs to the factory defaults. The optional time parameter resets the LEDs to the previous settings after the specified period of time has passed. | none | time | ||||||||
ledsstring |
You can explicitly change the state of every single LED. You only need the leds parameter. This parameter expects a string consisting of six characters, with each character defining the state of one LED. The characters are allocated clockwise with the first character allocated to the LED at 12 o'clock. Example: http://192.168.178.67/
|
leds
|
|
||||||||
irledson | Switches all infrared LEDs on. The optional time parameter switches all LEDs off again after the specified period of time has passed. | none |
|
||||||||
irledsoff | Switches all infrared LEDs off. | none | none | ||||||||
irledsstring |
You can explicitly change the state of the infrared LEDs for each side. You only need the leds parameter. This parameter expects a string consisting of two characters, with each character defining the state of one infrared LED bar. The first character of the string controls the state of the right LED bar, the second character controls the state of the left LED bar. Example: |
leds
|
|
||||||||
defreeze | Unlocks the camera after a Stop Action (SP) event has occurred and resumes image recording. | none | none | ||||||||
putrs232 | Send text via the serial interface When you do not set the rs232outtext parameter, all that is transferred are the words "hello world". | none |
|
||||||||
getrs232 | Read text from the serial interface. When you do not use any other parameters, only the last 2048 bytes are read from the buffer. | none |
|
||||||||
getrs232hex | Similar to the getrs232 function, the only difference being that the characters are returned in hex code. | none | same as getrs232 | ||||||||
userclick | Performs the User Click function. | none | none | ||||||||
pancenter | Sets the position of the zoomed image section to the center of the visible image. | none | none | ||||||||
gettemp | Returns the internal temperature of the camera.
|
none | none | ||||||||
rs232sigin | Returns the state of pin 9 of the serial interface | none | none | ||||||||
setrs232sig | Sets the pins of the serial interface. Make sure that the serial interface has been configured correctly in the Serial Interface and Modem Setup dialog. |
|
none | ||||||||
ftplastevent | Transfers the last stored alarm image via FTP. Expects the name of an FTP profile as additional information. The profile must have been defined in the FTP Profiles dialog. |
|
none | ||||||||
ftpcurrent | Transfers the current image via FTP. Expects the name of an FTP profile as additional information. The profile must have been defined in the FTP Profiles dialog. |
|
none | ||||||||
emaillastevent | Transfers the last stored alarm image via e-mail. Expects the name of an e-mail profile as additional information. The profile must have been defined in the E-Mail Profiles dialog. |
|
none | ||||||||
emailcurrent | Transfers the current image via e-mail. Expects the name of an e-mail profile as additional information. The profile must have been defined in the E-Mail Profiles dialog. |
|
none | ||||||||
notifylastevent | Sends a network message with the status of the latest event image. |
|
none | ||||||||
notifycurrent | Sends a network message with the status of the current image. |
|
none | ||||||||
sendmessage | Sends an IP notification to the defined address
|
|
none | ||||||||
actionactivityon | Activates all actions | none | none | ||||||||
actionactivityoff | Deactivates all actions | none | none | ||||||||
actionactivitytime | Activates all actions for the period of time defined in the General Event Settings dialog. | none | none | ||||||||
eventack | Acknowledges an alarm. | none | none | ||||||||
isdnphone | Triggers a camera voice message via telephone. Expects the name of a profile defined in Phone Profiles as additional information. |
|
none | ||||||||
speakip | Plays back the current IP address via the loudspeaker.
Note: |
none | none |
Functions for saving and restoring the configuration can only be performed by a user of the admin access level.
Example: |
http://192.168.178.67/admin/rcontrol?action=storeconfig
|
---|
Note: | These commands are not available for Web and Basic models. |
---|
Function | Description | Mandatory parameter | Optional parameter |
---|---|---|---|
storeconfig | Stores the current configuration in the camera's permanent storage. | none | none |
restoreconfig | Restores the last saved configuration from the camera's permanent storage. | none | none |
resetconfig | Reads the camera's factory default settings. | none | none |
reboot | Reboots the camera. | none | none |