Table of Contents   MOBOTIX Online Help

The HTTP API

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 Menu

Using the HTTP command http://10.160.139.50/control/control, you can modify the settings of the Setup menu.

Executing Camera Functions

Using the HTTP command http://10.160.139.50/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://10.160.139.50/admin/rcontrol

Command Conventions

Command With one Instruction

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://10.160.139.50/control/control?list

Command With one Instruction and a Parameter/Value Pair

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://10.160.139.50/control/control?list&section=action

Command With one Instruction and Several Parameter/Value Pairs

If you would like to use multiple parameters, separate them using an ampersand &:
    http://10.160.139.50/control/rcontrol?action=ledson&time=5

Several Values for one Parameter

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://10.160.139.50/control/control?set&section=general&sharpen=0+0

Newline characters in commands

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://10.160.139.50/control/control?set&section=general&
    coverimage_area=0,540,380,200,200,2%0A1,320,100,100,150,2

Special Characters in Commands

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

Table of Color Values

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 Blue

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  
Blue 0x0000FF   Magenta 0xFF00FF  
Cyan 0x00FFFF   White 0xFFFFFF  

The control Command

First of all, you need to tell the camera which instructions are to be performed.

Instructions for the control Command

Instruction Description
set Write access to the image settings. Use this instruction to modify the image settings.
http://10.160.139.50/control/control?set
read Read access to the image settings. Use this instruction to query information about the image settings.
http://10.160.139.50/control/control?read
list

The list instruction returns a list of the configuration file sections that can be modified.
To retrieve the parameters of one particular section, add section=<sectionname> at the end of the call.

Example:
http://10.160.139.50/control/control?list&section=action lists all options of the action section.

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://10.160.139.50/control/control?factory&section=<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://10.160.139.50/control/control?restore&section=<sectionname>


List of Available Sections

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 eventlogic section
The recording section
The action section
The message section
The message2 section
The signalout section
The mxpegparam section
The quickcontrol section
The quickcontrolreset section
The imageprogram section
The audio section
The banksecurity section


Parameters for the imagecontrol Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=imagecontrol

Parameter Name in Dialog Possible Values Default Value(s)
Camera Selection
camera Camera Selection right, left, both, RiL, LiR, auto auto
camswitch Camera Time Switch (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Image Size
size Image Size 160x120, 320x240, 352x288, 384x288, 640x480, 704x576, 768x576, 800x600, 1024x768, 1280x960, 2048x1536, customize 640x480
customsize Custom Size (String constant) 800x400
customcrop Crop (String constant) 0,0,1280,960
Image Quality
reduced_mode Image Quality -1, 0, 1 0
Display Mode
display_mode Display Mode full, piz, eip full full
pipposition Position of the inset image 0, 1, 2, 3 0 0
double_pip Enlarge inset image 1, 0 0 0
Digital Zoom
zoom_lock Zoom Lock disable, defview, 1000, 1600, 2000, 3200, 4000 disable disable
pan_lock Pan Lock disable, defview, enable disable disable
pan_x Horizontal Pan Position -1000 .. 1000 0 0
pan_y Vertical Pan Position -1000 .. 1000 0 0
Frames per Second
framerate100 Frame Rate 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400 0
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
Focusing Aid
sharpnessadjust Focusing Aid disable, enable disable
Image Mode
image_mode Image Mode normal, security, web normal normal
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 Correction -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4 4
White Balance
whitebalance Color Profile auto, cloud, outdoor, sun, neon, bulb, gray auto 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_transfer1 Transfer Rate I 0 .. 100 15
mxpeg_transfer2 Transfer Rate II 0 .. 100 15
mxpeg_minclass Minimum MCU Change 0 .. 255 128
mxpeg_fulljpeg Switch to Full Image 0 .. 255 255
mxpeg_neighbours Transfer Neighbors disable, enable enable
JPEG Quality
quality JPEG Quality 10, 20, 30, 40, 50, 60, 70, 80, 90 60
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
textcolor Text Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0xFFFFFF
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
print Comment (Multiline string constant) WWW.MOBOTIX.COM
errortext Error Messages 0, 1 1
stitchmode Cover Borders off, on on
Obscure Image Area (OA)
coverimage Obscure Image Area enable, disable disable
coverimage_timetable Obscure Image Time Table (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
coverimage_color Obscure Image Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0x000000
coverimage_area Obscure Image Area (Multiline string constant) 0,540,380,200,200,2

Parameters for the eventcontrol Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=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
motiondef Video Motion Definitions (VM) (Multiline string constant) 0,540,380,200,200,a=25
motionduallens Dual Lens Video Motion 1, 0 0
motionwinid Show Video Motion Window ID 1, 0 1
motionwintype Video Motion Style for Group 1 off, on, highlight, passiv highlight
motionnightoff Low-Light Suppression 0, 3, 6, 10, 18, 32, 56 0 0
Video Motion Window (VM2)
motion2_check Video Motion Enable 1, 0 0
motion2_def Video Motion Definitions (VM2) (Multiline string constant) 0,140,330,200,300,a=25
0,940,330,200,300,a=25
motion2_duallens Dual Lens Video Motion 1, 0 0
motion2_winid Show Video Motion Window ID 1, 0 1
motion2_wintype Video Motion Style for Group 2 off, on, highlight, passiv highlight
motion2_nightoff Low-Light Suppression 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)
input1_check Signal Input 1, 0 0
input1_no Signal Input Pin 1, 2, 3 1
input1_trigger Trigger Condition open, close, rise, fall, change rise
input1_time De-Bounce Time 100 .. 2000 100
Second Signal Input (SI2)
input2_check Second Signal Input 1, 0 0
input2_no Signal Input Pin 1, 2, 3 2
input2_trigger Trigger Condition open, close, rise, fall, change rise
input2_time De-Bounce Time 100 .. 2000 100
Third Signal Input (SI3)
input3_check Third Signal Input 1, 0 0
input3_no Signal Input Pin 1, 2, 3 3
input3_trigger Trigger Condition open, close, rise, fall, change rise
input3_time De-Bounce Time 100 .. 2000 100
Fourth Signal Input (SI4)
input4_check Fourth Signal Input 1, 0 0
input4_no Signal Input Pin 1, 2, 3 1
input4_trigger Trigger Condition open, close, rise, fall, change rise
input4_time De-Bounce Time 100 .. 2000 100
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
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)  
ipreceivectmsg Comment Text Forwarding off, echo, time, ip, time_ip echo
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)
eventcountercheck Event Counter Enable 1, 0 0
eventcounter_mask Events to Count PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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
Event Logic (EL)
eventlogic1check Event Logic Enable 1, 0 0
eventlogic1_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic1_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic1_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic1_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic1_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
Event Logic (EL2)
eventlogic2check Event Logic Enable 1, 0 0
eventlogic2_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic2_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic2_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic2_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic2_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
Sound on Event (SD)
playsound Sound Enable enable, disable disable
playsound_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, Standard  
playsound_sequence Playback Sequence randomize, ascending, descending randomize
playsound_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Sound on Event (SD2)
playsound2 Sound Enable enable, disable disable
playsound2_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, Standard  
playsound2_sequence Playback Sequence randomize, ascending, descending randomize
playsound2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Signal Out Action (SO)
outputaction Signal Out Action 0, 1, 2, 5, 10, 30, 60, 300 0
outputaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
output1_no Signal Output Pin 1 1
output1_on_alarm Signal Output State 0, 1 1
Phone Call-Out (CL)
callaction Phone Profile off, Zeitansage off
callaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second Phone Call-Out (CL2)
callaction2 Phone Profile off, Zeitansage off
callaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
E-Mail Action (EM)
emailaction E-Mail Profile off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 off
emailaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second E-Mail (EM2)
emailaction2 E-Mail Profile off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 off
emailaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
File Transfer Action (FT)
ftpaction FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period off
ftpaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second File Transfer (FT2)
ftpaction2 FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period off
ftpaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
IP Notify (IP)
ipnotifyaction IP Notify Profile off, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off
ipnotify_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second IP Notify (IP2)
ipnotifyaction2 IP Notify Profile off, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off
ipnotify2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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, si_open, si_close, ac1, ac2, acl, remote, slave_mode disable
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 Filter Dead Time
eventfilter_delay Event Filter Dead Time 0 .. 3600 2
Event Logic Dead Time
eventlogic_delay Event Logic Dead Time 0 .. 3600 2
Custom Signal 1 (CS1)
armcond_ac1_source Source disable, signal_input, time_table, remote disable
armcond_ac1_signalin_which Signal Input 1, 2, 3 1
armcond_ac1_signalin_state Signal Input State si_open, si_close si_open
armcond_ac1_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Custom Signal 2 (CS2)
armcond_ac2_source Source disable, signal_input, time_table, remote disable
armcond_ac2_signalin_which Signal Input 1, 2, 3 1
armcond_ac2_signalin_state Signal Input State si_open, si_close si_open
armcond_ac2_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Logically Combined Signal (CSL)
armcond_acl_source Source disable, ac1_and_ac2, ac1_or_ac2, remote disable
Master/Slave
enable_distributed_camera_state Enable Master/Slave 1, 0 0
master_cam Master Camera (String constant)  
replication_protocol_port Replication Protocol Port 1024 .. 65000 60000
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
Arming Delay
inputarm_delay Arming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 60
inputdisarm_delay Disarming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 0
Action Profile
actions_activ Enable Action Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Message Profile
messaging_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Message Profile
messaging2_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Arming
recording_activ Arm Recording enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD UC
freezedelay Time Before Terminate 0 .. 86400 15
Recording (REC)
recording Recording Mode snapshot, streaming_event, streaming streaming_event
storypacking Pack Event Story 1, 0 0
streamframerate100 Continuous Recording Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 100
streamaudio Record Audio Data none, audio audio
Start Recording
recstartmask Start Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD *
storyinterval Snap Shot Interval 0 .. 600000 1000
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
streameventframerate100 Event Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 0
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, 420, 600 10
Retrigger Recording
recstretchmask Retrigger Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
Stop Recording
recstopmask Stop Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
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, 420, 600 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), QXGA, 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
objectcamera Tracing Camera auto, right, left auto

Parameters for the exposurecontrol Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=exposurecontrol

Parameter Name in Dialog Possible Values Default Value(s)
Night Improvement
ca_night_improve Enable Night Improvement off, on on on
ca_high_gain Permit high gain 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 Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
ca_extra_field Exposure Field Extra (Multiline string constant) 0,140,280,200,400
0,440,230,400,500
0,940,280,200,400
1,140,280,200,400
1,440,230,400,500
1,940,280,200,400
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_minavg Minimum Average Brightness 0, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 200 200
ca_exp_window_draw Show Field off, on, histo off off
Exposure Time
ca_exp_corr Exposure Program -2, -1, 0, 1, 2 0 0
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
Noise Filter
noise_filter_mode Noise Filter Mode 0, 1, 2, 3, 4 0
noise_filter_weight Noise Filter Weight 1 .. 256 256
noise_filter_threshold Noise Filter Threshold 1 .. 255 35
column_noise_filter Correct static column noise 1, 0 0
bright_correction Lens Brightness Correction 0 .. 100 0

Parameters for the general Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=general

Parameter Name in Dialog Possible Values Default Value(s)
Camera Selection
camera Camera Selection right, left, both, RiL, LiR, auto auto
camswitch Camera Time Switch (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Image Size
size Image Size 160x120, 320x240, 352x288, 384x288, 640x480, 704x576, 768x576, 800x600, 1024x768, 1280x960, 2048x1536, customize 640x480
customsize Custom Size (String constant) 800x400
customcrop Crop (String constant) 0,0,1280,960
Image Quality
reduced_mode Image Quality -1, 0, 1 0
Frames per Second
framerate100 Frame Rate 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400 0
Display Mode
display_mode Display Mode full, piz, eip full full
double_pip Enlarge inset image 1, 0 0 0
pipposition Position of the inset image 0, 1, 2, 3 0 0
Digital Zoom
zoom_lock Zoom Lock disable, defview, 1000, 1600, 2000, 3200, 4000 disable disable
pan_lock Pan Lock disable, defview, enable disable disable
pan_x Horizontal Pan Position -1000 .. 1000 0 0
pan_y Vertical Pan Position -1000 .. 1000 0 0
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 Area enable, disable disable
coverimage_timetable Obscure Image Time Table (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
coverimage_color Obscure Image Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0x000000
coverimage_area Obscure Image Area (Multiline string constant) 0,540,380,200,200,2

Parameters for the exposure Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=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 Correction -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 off, on on on
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 Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
ca_extra_field Exposure Field Extra (Multiline string constant) 0,140,280,200,400
0,440,230,400,500
0,940,280,200,400
1,140,280,200,400
1,440,230,400,500
1,940,280,200,400
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_minavg Minimum Average Brightness 0, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 200 200
ca_exp_window_draw Show Field off, on, histo off off
Exposure Time
ca_exp_corr Exposure Program -2, -1, 0, 1, 2 0 0
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

Parameters for the color Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=color

Parameter Name in Dialog Possible Values Default Value(s)
White Balance
whitebalance Color Profile auto, cloud, outdoor, sun, neon, bulb, gray auto 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

Parameters for the jpeg Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=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 60
JPEG User Comment
jpegcommentuser JPEG User Comment (String constant)  
JPEG Comment Text (CT)
jpegcomment_ctx Comment Text Rows 0 .. 16 1

Parameters for the text Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=text

Parameter Name in Dialog Possible Values Default Value(s)
Text Display
textdisplay Text Display disable, enable, datetime enable
textcolor Text Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0xFFFFFF
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
print Comment (Multiline string constant) WWW.MOBOTIX.COM
errortext Error Messages 0, 1 1
stitchmode Cover Borders off, on on
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
objectcamera Tracing Camera auto, right, left auto

Parameters for the settings Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=settings

Parameter Name in Dialog Possible Values Default Value(s)
Arming
edactiv Arming enable, disable, si_open, si_close, ac1, ac2, acl, remote, slave_mode disable
edacttimetable Time Table Profile (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Custom Signal 1 (CS1)
armcond_ac1_source Source disable, signal_input, time_table, remote disable
armcond_ac1_signalin_which Signal Input 1, 2, 3 1
armcond_ac1_signalin_state Signal Input State si_open, si_close si_open
armcond_ac1_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Custom Signal 2 (CS2)
armcond_ac2_source Source disable, signal_input, time_table, remote disable
armcond_ac2_signalin_which Signal Input 1, 2, 3 1
armcond_ac2_signalin_state Signal Input State si_open, si_close si_open
armcond_ac2_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Logically Combined Signal (CSL)
armcond_acl_source Source disable, ac1_and_ac2, ac1_or_ac2, remote disable
Master/Slave
enable_distributed_camera_state Enable Master/Slave 1, 0 0
master_cam Master Camera (String constant)  
replication_protocol_port Replication Protocol Port 1024 .. 65000 60000
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
Arming Delay
inputarm_delay Arming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 60
inputdisarm_delay Disarming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 0

Parameters for the event Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=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
motiondef Video Motion Definitions (VM) (Multiline string constant) 0,540,380,200,200,a=25
motionduallens Dual Lens Video Motion 1, 0 0
motionwinid Show Video Motion Window ID 1, 0 1
motionwintype Video Motion Style for Group 1 off, on, highlight, passiv highlight
motionnightoff Low-Light Suppression 0, 3, 6, 10, 18, 32, 56 0 0
Video Motion Window (VM2)
motion2_check Video Motion Enable 1, 0 0
motion2_def Video Motion Definitions (VM2) (Multiline string constant) 0,140,330,200,300,a=25
0,940,330,200,300,a=25
motion2_duallens Dual Lens Video Motion 1, 0 0
motion2_winid Show Video Motion Window ID 1, 0 1
motion2_wintype Video Motion Style for Group 2 off, on, highlight, passiv highlight
motion2_nightoff Low-Light Suppression 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)
input1_check Signal Input 1, 0 0
input1_no Signal Input Pin 1, 2, 3 1
input1_trigger Trigger Condition open, close, rise, fall, change rise
input1_time De-Bounce Time 100 .. 2000 100
Second Signal Input (SI2)
input2_check Second Signal Input 1, 0 0
input2_no Signal Input Pin 1, 2, 3 2
input2_trigger Trigger Condition open, close, rise, fall, change rise
input2_time De-Bounce Time 100 .. 2000 100
Third Signal Input (SI3)
input3_check Third Signal Input 1, 0 0
input3_no Signal Input Pin 1, 2, 3 3
input3_trigger Trigger Condition open, close, rise, fall, change rise
input3_time De-Bounce Time 100 .. 2000 100
Fourth Signal Input (SI4)
input4_check Fourth Signal Input 1, 0 0
input4_no Signal Input Pin 1, 2, 3 1
input4_trigger Trigger Condition open, close, rise, fall, change rise
input4_time De-Bounce Time 100 .. 2000 100
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
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)  
ipreceivectmsg Comment Text Forwarding off, echo, time, ip, time_ip echo
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)
eventcountercheck Event Counter Enable 1, 0 0
eventcounter_mask Events to Count PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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
Event Logic (EL)
eventlogic1check Event Logic Enable 1, 0 0
eventlogic1_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic1_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic1_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic1_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic1_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
Event Logic (EL2)
eventlogic2check Event Logic Enable 1, 0 0
eventlogic2_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic2_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic2_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic2_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic2_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
Sound on Event (SD)
playsound Sound Enable enable, disable disable
playsound_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, Standard  
playsound_sequence Playback Sequence randomize, ascending, descending randomize
playsound_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Sound on Event (SD2)
playsound2 Sound Enable enable, disable disable
playsound2_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, Standard  
playsound2_sequence Playback Sequence randomize, ascending, descending randomize
playsound2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Signal Out Action (SO)
outputaction Signal Out Action 0, 1, 2, 5, 10, 30, 60, 300 0
outputaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
output1_no Signal Output Pin 1 1
output1_on_alarm Signal Output State 0, 1 1
Phone Call-Out (CL)
callaction Phone Profile off, Zeitansage off
callaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second Phone Call-Out (CL2)
callaction2 Phone Profile off, Zeitansage off
callaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
E-Mail Action (EM)
emailaction E-Mail Profile off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 off
emailaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second E-Mail (EM2)
emailaction2 E-Mail Profile off, AlarmMail, NotifyMail, MailWithMxPEGClip, MailWithStoryImages, MailSystemStatus24 off
emailaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
File Transfer Action (FT)
ftpaction FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period off
ftpaction_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second File Transfer (FT2)
ftpaction2 FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period off
ftpaction2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
IP Notify (IP)
ipnotifyaction IP Notify Profile off, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off
ipnotify_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second IP Notify (IP2)
ipnotifyaction2 IP Notify Profile off, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off
ipnotify2_alertmask Event Selection EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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, si_open, si_close, ac1, ac2, acl, remote, slave_mode disable
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 Filter Dead Time
eventfilter_delay Event Filter Dead Time 0 .. 3600 2
Event Logic Dead Time
eventlogic_delay Event Logic Dead Time 0 .. 3600 2
Custom Signal 1 (CS1)
armcond_ac1_source Source disable, signal_input, time_table, remote disable
armcond_ac1_signalin_which Signal Input 1, 2, 3 1
armcond_ac1_signalin_state Signal Input State si_open, si_close si_open
armcond_ac1_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Custom Signal 2 (CS2)
armcond_ac2_source Source disable, signal_input, time_table, remote disable
armcond_ac2_signalin_which Signal Input 1, 2, 3 1
armcond_ac2_signalin_state Signal Input State si_open, si_close si_open
armcond_ac2_timetable Time Table Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes Weekdays_Mo-Fr
Logically Combined Signal (CSL)
armcond_acl_source Source disable, ac1_and_ac2, ac1_or_ac2, remote disable
Master/Slave
enable_distributed_camera_state Enable Master/Slave 1, 0 0
master_cam Master Camera (String constant)  
replication_protocol_port Replication Protocol Port 1024 .. 65000 60000
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
Arming Delay
inputarm_delay Arming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 60
inputdisarm_delay Disarming Delay 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90 0
Action Profile
actions_activ Enable Action Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Message Profile
messaging_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Message Profile
messaging2_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Arming
recording_activ Arm Recording enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD UC
freezedelay Time Before Terminate 0 .. 86400 15
Recording (REC)
recording Recording Mode snapshot, streaming_event, streaming streaming_event
storypacking Pack Event Story 1, 0 0
streamframerate100 Continuous Recording Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 100
streamaudio Record Audio Data none, audio audio
Start Recording
recstartmask Start Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD *
storyinterval Snap Shot Interval 0 .. 600000 1000
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
streameventframerate100 Event Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 0
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, 420, 600 10
Retrigger Recording
recstretchmask Retrigger Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
Stop Recording
recstopmask Stop Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
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, 420, 600 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), QXGA, 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
objectcamera Tracing Camera auto, right, left auto

Parameters for the eventfilter Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=eventfilter

Parameter Name in Dialog Possible Values Default Value(s)
Event Filter Dead Time
eventfilter_delay Event Filter Dead Time 0 .. 3600 2
Event Counter (EC)
eventcountercheck Event Counter Enable 1, 0 0
eventcounter_mask Events to Count PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
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

Parameters for the eventlogic Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=eventlogic

Parameter Name in Dialog Possible Values Default Value(s)
Event Logic Dead Time
eventlogic_delay Event Logic Dead Time 0 .. 3600 2
Event Logic (EL)
eventlogic1check Event Logic Enable 1, 0 0
eventlogic1_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic1_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic1_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic1_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic1_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
Event Logic (EL2)
eventlogic2check Event Logic Enable 1, 0 0
eventlogic2_time Maximum Time Window 1, 2, 3, 4, 5, 7, 10, 15, 20, 30, 40, 50, 60, 90, 120, 180, 300, 600, 900 5
eventlogic2_amask Event Set A PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  
eventlogic2_cond Order of Occurrence a_before_b, a_with_b a_before_b
eventlogic2_timemin Minimum Delay 0, 1, 2, 3, 4, 5, 10, 15, 20 1
eventlogic2_bmask Event Set B PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH  

Parameters for the recording Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=recording

Parameter Name in Dialog Possible Values Default Value(s)
Arming
recording_activ Arm Recording enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD UC
freezedelay Time Before Terminate 0 .. 86400 15
Recording (REC)
recording Recording Mode snapshot, streaming_event, streaming streaming_event
storypacking Pack Event Story 1, 0 0
streamframerate100 Continuous Recording Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 100
streamaudio Record Audio Data none, audio audio
Start Recording
recstartmask Start Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD *
storyinterval Snap Shot Interval 0 .. 600000 1000
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
streameventframerate100 Event Frame Rate 0, 2500, 1200, 600, 400, 300, 200, 100, 50, 33, 25, 20 0
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, 420, 600 10
Retrigger Recording
recstretchmask Retrigger Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
Stop Recording
recstopmask Stop Recording EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD  
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, 420, 600 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), QXGA, MEGA, VGA, CIF  

Parameters for the action Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=action

Parameter Name in Dialog Possible Values Default Value(s)
Action Profile
actions_activ Enable Action Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Signal Out Action (SO)
outputaction Signal Out Action 0, 1, 2, 5, 10, 30, 60, 300 0
output1_no Signal Output Pin 1 1
output1_on_alarm Signal Output State 0, 1 1
File Transfer Action (FT)
ftpaction FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period 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

Parameters for the message Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=message

Parameter Name in Dialog Possible Values Default Value(s)
Message Profile
messaging_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Sound on Event (SD)
playsound Sound Enable enable, disable disable
playsound_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, 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, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off

Parameters for the message2 Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=message2

Parameter Name in Dialog Possible Values Default Value(s)
Message Profile
messaging2_activ Enable Message Profile enable, disable, si_open, si_close, ac1, ac2, acl, remote 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 EC,EL,EL2,PI,VM,VM2,MI,SI,SI2,SI3,SI4,PE,TT,UC,BT,RC,CI,TP,IL,RD,RB,RE,RT,RH *
Second File Transfer (FT2)
ftpaction2 FTP Profile off, FTP-Webcam, FTP-AlarmClip, FTP-Archiving, FTP-Day-Period off
Sound on Event (SD2)
playsound2 Sound Enable enable, disable disable
playsound2_list Play List Alarm, Busy, Cuckooclock, Default, Phonering, 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, MxCC-Alarm, MxGuard-PopUp, SimpleNotify, MultipleNotify, HttpRequest off

Parameters for the signalout Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=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 Properties
so_output1_no Signal Output Pin 1 1
so_output1_on_alarm Signal Output State 0, 1 1
so_time Switch Time 0 .. 86400 60
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_input1_check Signal Input 1, 0 0
so_input1_no Signal Input Pin 1, 2, 3 1
so_input1_trigger Trigger Condition open, close, rise, fall, change rise
so_input1_time De-Bounce Time 100 .. 2000 100
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
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

Parameters for the mxpegparam Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=mxpegparam

Parameter Name in Dialog Possible Values Default Value(s)
Camera Selection
camera Camera Selection right, left, both, RiL, LiR, auto auto
Display Mode
display_mode Display Mode full, piz, eip full full
Image Size
size Image Size 160x120, 320x240, 352x288, 384x288, 640x480, 704x576, 768x576, 800x600, 1024x768, 1280x960, 2048x1536, customize 640x480
Frames per Second
framerate100 Frame Rate 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400 0
Digital Zoom
zoom_lock Zoom Lock disable, defview, 1000, 1600, 2000, 3200, 4000 disable disable
pan_lock Pan Lock disable, defview, enable disable disable
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 60
MxPEG
motionjpeg MxPEG disable, enable enable
mxpeg_transfer1 Transfer Rate I 0 .. 100 15
mxpeg_transfer2 Transfer Rate II 0 .. 100 15
mxpeg_minclass Minimum MCU Change 0 .. 255 128
mxpeg_fulljpeg Switch to Full Image 0 .. 255 255
mxpeg_neighbours Transfer Neighbors disable, enable enable
Exposure Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
ca_exp_window_draw Show Field off, on, histo off off
Arming
edactiv Arming enable, disable, si_open, si_close, ac1, ac2, acl, remote, slave_mode disable
edacttimetable Time Table Profile (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Arming
recording_activ Arm Recording enable, disable, si_open, si_close, ac1, ac2, acl, remote enable
recording_timetable Time Table Profile (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Recording (REC)
recording Recording Mode snapshot, streaming_event, streaming streaming_event

Parameters for the quickcontrol Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=quickcontrol

Parameter Name in Dialog Possible Values Default Value(s)
Camera Selection
camera Camera Selection right, left, both, RiL, LiR, auto auto
Image Size
size Image Size 160x120, 320x240, 352x288, 384x288, 640x480, 704x576, 768x576, 800x600, 1024x768, 1280x960, 2048x1536, customize 640x480
Image Quality
reduced_mode Image Quality -1, 0, 1 0
Display Mode
display_mode Display Mode full, piz, eip full full
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 Correction -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 60
Focusing Aid
sharpnessadjust Focusing Aid disable, enable disable
Exposure Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
ca_exp_window_draw Show Field off, on, histo off off
PREAMPLIFIER Microphone Sensitivity 2, 1, 0 2
SPEAKERLEVEL Speaker Volume 30, 27, 24, 21, 18, 15, 12, 9, 6, 3, 0, -3, -6, -9, -12, -15, -18, -21, -24, -27, -30 0

Parameters for the quickcontrolreset Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=quickcontrolreset

Parameter Name in Dialog Possible Values Default Value(s)
Camera Selection
camera Camera Selection right, left, both, RiL, LiR, auto auto
camswitch Camera Time Switch (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
Image Size
size Image Size 160x120, 320x240, 352x288, 384x288, 640x480, 704x576, 768x576, 800x600, 1024x768, 1280x960, 2048x1536, customize 640x480
customsize Custom Size (String constant) 800x400
customcrop Crop (String constant) 0,0,1280,960
Image Quality
reduced_mode Image Quality -1, 0, 1 0
Display Mode
display_mode Display Mode full, piz, eip full full
pipposition Position of the inset image 0, 1, 2, 3 0 0
double_pip Enlarge inset image 1, 0 0 0
Digital Zoom
zoom_lock Zoom Lock disable, defview, 1000, 1600, 2000, 3200, 4000 disable disable
pan_lock Pan Lock disable, defview, enable disable disable
pan_x Horizontal Pan Position -1000 .. 1000 0 0
pan_y Vertical Pan Position -1000 .. 1000 0 0
Frames per Second
framerate100 Frame Rate 0, 2500, 2000, 1600, 1400, 1200, 1000, 800, 600, 400 0
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
Focusing Aid
sharpnessadjust Focusing Aid disable, enable disable
Image Mode
image_mode Image Mode normal, security, web normal normal
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 Correction -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4 4
White Balance
whitebalance Color Profile auto, cloud, outdoor, sun, neon, bulb, gray auto 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_transfer1 Transfer Rate I 0 .. 100 15
mxpeg_transfer2 Transfer Rate II 0 .. 100 15
mxpeg_minclass Minimum MCU Change 0 .. 255 128
mxpeg_fulljpeg Switch to Full Image 0 .. 255 255
mxpeg_neighbours Transfer Neighbors disable, enable enable
JPEG Quality
quality JPEG Quality 10, 20, 30, 40, 50, 60, 70, 80, 90 60
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
textcolor Text Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0xFFFFFF
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
print Comment (Multiline string constant) WWW.MOBOTIX.COM
errortext Error Messages 0, 1 1
stitchmode Cover Borders off, on on
Obscure Image Area (OA)
coverimage Obscure Image Area enable, disable disable
coverimage_timetable Obscure Image Time Table (No value), Weekdays_Mo-Fr, Weekend_Sa-So, Opening_Times, Closing_Times, MyCustomTimes  
coverimage_color Obscure Image Color 0x000000, 0x800000, 0x008000, 0x808000, 0x000080, 0x800080, 0x008080, 0x808080, 0xC0C0C0, 0xFF0000, 0x00FF00, 0xFFFF00, 0x0000FF, 0xFF00FF, 0x00FFFF, 0xFFFFFF 0x000000
coverimage_area Obscure Image Area (Multiline string constant) 0,540,380,200,200,2
Night Improvement
ca_night_improve Enable Night Improvement off, on on on
ca_high_gain Permit high gain 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 Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
ca_extra_field Exposure Field Extra (Multiline string constant) 0,140,280,200,400
0,440,230,400,500
0,940,280,200,400
1,140,280,200,400
1,440,230,400,500
1,940,280,200,400
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_minavg Minimum Average Brightness 0, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 200 200
ca_exp_window_draw Show Field off, on, histo off off
Exposure Time
ca_exp_corr Exposure Program -2, -1, 0, 1, 2 0 0
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
Noise Filter
noise_filter_mode Noise Filter Mode 0, 1, 2, 3, 4 0
noise_filter_weight Noise Filter Weight 1 .. 256 256
noise_filter_threshold Noise Filter Threshold 1 .. 255 35
column_noise_filter Correct static column noise 1, 0 0
bright_correction Lens Brightness Correction 0 .. 100 0
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
objectcamera Tracing Camera auto, right, left auto

Parameters for the imageprogram Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=imageprogram

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 Correction -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4 4
Sharpness
sharpen Sharpness 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 4 4
Night Improvement
ca_night_improve Enable Night Improvement off, on on on
Exposure Window
ca_exp_window_type Exposure Window all, quarter, center, spot, top, middle, bottom, right, vertical, left, right_left, extra quarter quarter
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_minavg Minimum Average Brightness 0, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800 200 200
ca_exp_window_draw Show Field off, on, histo off off
Exposure Time
ca_exp_corr Exposure Program -2, -1, 0, 1, 2 0 0
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

Parameters for the audio Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=audio

Parameter Name in Dialog Possible Values Default Value(s)
PREAMPLIFIER Microphone Sensitivity 2, 1, 0 2
SPEAKERLEVEL Speaker Volume 30, 27, 24, 21, 18, 15, 12, 9, 6, 3, 0, -3, -6, -9, -12, -15, -18, -21, -24, -27, -30 0

Parameters for the banksecurity Section

Enter the following command to see all parameters for this section:
http://10.160.139.50/control/control?list&section=banksecurity

Parameter Name in Dialog Possible Values Default Value(s)
Bank Security
bank_mode Activate Banking Mode off, on off
fs_command Headline disable, startup, stopactions stopactions
fs_command_text FS Command Text (Multiline string constant) ACTION=LOCKFS
ACTION=PUSHFS
ACTION=CREATEFS
fs_stackdeep Stackdeep for Command 0, 1, 2, 3, 4, 5, 10, 15, 20 4

The 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.

This page of the camera is only available in English.


Note:

In order to see all options for the rcontrol command, enter the list instruction in your browser's address bar:
http://10.160.139.50/control/rcontrol?list.

de, en

©2001-2024 MOBOTIX AG, Germany · http://www.mobotix.com/