Reviews & Opinions
Independent and trusted. Read before buy Intellinet 550710!

Intellinet 550710


Bookmark
Intellinet 550710

Bookmark and Share

 

Intellinet 550710IC Intracom 550710 Network IP Camera
Standard JPG Network IP Camera with professional features such as 100 User Support for web applications, compatibility to 3rd party video surveillance applications and a superior image quality. All that is backed by a CGI interface which allows the complete control of the Network IP Camera remotely from within your custom application.

Details
Brand: IC INTRACOM
Part Number: 550710
UPC: 0766623550710, 766623550710
[ Report abuse or wrong photo | Share your Intellinet 550710 photo ]

 

 

Manual

Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Manual - 1 page  Manual - 2 page  Manual - 3 page 

Download (English)
Intellinet 550710 - Supplementary Guide, size: 232 KB

 

Intellinet 550710

 

 

User reviews and opinions

<== Click here to post a new opinion, comment, review, etc.

No opinions have been provided. Be the first and add a new opinion/review.

 

Documents

doc0

INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference
February CGI Command Reference V 1.3a for Network IP Camera This documentation explains the usage of CGI commands which are supported by Network IP Camera 550710. There are five different categories of CGI commands: 1) 2) 3) 4) 5) Still image request command Motion image request command GP_OUT Setting commands Setting Commands / Remote Programming Inquiry commands / Display of current settings & Alert State of Digital IO Connector
This reference is based on Firmware Version 4.11 (Released: February 17 2004). You can get the latest firmware version here: http://www.intellinet-network.com/ipcamera
http://www.intellinet-network.com/ipcamera 1 of 13
1. Still image request command Use this command when you need 1 data segment of JPEG file as a still image. The command returns a small HTML page which links to the JPG.

Syntax 1.

http://camera_ip/image.cgi?id=<value>&passwd=<value>&img_size=<value>
* Its necessary to place & between each <parameter>=<name> id=<value> Valid username (account must have viewing rights) passwd=<value> Valid password (account must have viewing rights) img_size=<value> It is possible to set the image size by setting img_size parameter. If not specified the image size currently programmed in the camera will be returned.

Value VGA QVGA QCIF

Image Size 640 * * * 120
Attention: This command does not return a JPG image, but a HTML page linking to the image. To get the JPG image only you can use the following SYNTAX: Syntax:
http://camera_ip/jpg/image.jpg The "direct image access function" can be activated and configured in the cameras system configuration.
http://www.intellinet-network.com/ipcamera 2 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 2. Motion image request command Use this command to retrieve a motion image. This command offers two kinds of mode. One is Applet (JAVA), the other is ActiveX (Windows MSIE). It is possible to control "frame rate" and "image size", and to activate the "firewall option" and "timestamp option".
http://camera_ip/image.cgi?id=<value>&passwd=<value>&mode=<value>&fr=<value> &img_size=<value>&bf=<value>&timestamp=<value>
id=<value> Valid username (account must have viewing rights) passwd=<value> Valid password (account must have viewing rights)

mode=<value>

Value activex applet
Details ActiveX motion image Applet motion image
fr=<value> Controls the frame rate (frames/second). Possible values are: 1, 2, 5, 10, 15 and 30. img_size=<value> If not specified the image size currently programmed in the camera will be returned. Value VGA QVGA QCIF Image Size 640 * * * 120
bf=<value> Controls the "behind firewall" parameter. Possible values are: 0 = behindfirewall = false (default value) 1 = behindfirewall = true If not specified the default value will be returned. timestamp=<value> Controls the "timestamp" parameter to display the date/time information in the live image. Possible values are: off = no timestamp on = timestamp = on (default value) If not specified the default value will be returned.
http://www.intellinet-network.com/ipcamera 3 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 3. GP_OUT Setting commands These commands are to be used to control the GPIO (General Purpose I/O) output port of the camera. Syntax:
http://camera_ip/gp_out.cgi?id=<value>&passwd=<value>&out=<value>&interval=<value>
id=<value> Valid username (account must have administrator rights) passwd=<value> Valid password (account must have administrator rights) out=<value> Activates the Output port by using the value "on". interval=<value> Specifies the time in seconds the output port should be activated. Possible values are: 0 255

Example:

http://camera_ip/gp_out.cgi?id=guest&passwd=guest&out=on&interval=20
Camera activates the GPIO output for a period of 20 seconds.
http://www.intellinet-network.com/ipcamera 4 of 13

INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 4. Setting Commands / Remote Programming These commands are to be used to set various settings for the WEBVIEW. It is possible to transmit several parameters at one time only when they belong to the same CGI name (*_set.cgi). Syntax:
http://camera_ip/*_set.cgi?id=<value>&passwd=<value>&parameter=<value>
There are six different CGI Commands controlling different aspects: 1) Image setting command (image_set.cgi) Control Bightness, Contrast, Saturation and other image parameters. 2) Network setting command (network_set.cgi) Change the IP Address, Ports, SMTP Server,. 3) Event setting command (event_set.cgi) Setup the Event Trigger Configuration remotely. 4) Time setting command (time_set.cgi) Define the time server, time zone, daylight saving time,. 5) System setting command (system_set.cgi) Configuration of Camera Name, Location, Direct Image Access and more 6) PTZ Control command (ptz_webctl.cgi) Command set for the PTZ Version of Network IP Camera.
Always enter User ID and Password of an Administrator Account. parameter=<value> Refer to CGI command list below.
http://www.intellinet-network.com/ipcamera 5 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 5. Inquiry commands / Display of current settings & Alert State of Digital IO Connector The INQUIRY.CGI command displays a HTML page with the current settings in Network IP Camera. There are different commands displaying different parameters. Syntax:
http://camera_ip/inquiry.cgi?id=<value>&passwd=<value>&inq=<value>
id=<value> Valid username (account must have administrator rights) passwd=<value> Valid password (account must have administrator rights)
inq=<value> Use one of the following values: image = displays the current image settings network = displays the parameters of the Network Configuration user = displays the list users event = displays the parameters of the Event Trigger Configuration time = displays all time relevant settings system = displays parameters of System Configuration gpio = displays the alert state of Network IP Camera (see below) Query of Digital IO Alert State:
You can query the alert state of the camera using the command below: Syntax:
http://camera_ip/inquiry.cgi?id=<value>&passwd=<value>&inq= gpio

This command returns: GPIO_IN : 1(open) GPIO_IN : 0(closed)
http://www.intellinet-network.com/ipcamera 6 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference CGI Command List 1. Image setting command (image_set.cgi)
Parameter Comp_Rate Img_Size Vertical_Flip Horizontal_Flip

Time_Stamp

Value 1 ~ 10 vga/qvga/qcif on/off on/off

on/off

Inquiry Parameter image image image image

inq/set

Setting page Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration Image Configuration
Note 640*480 / 320*240 / 160*120
Bright_Value Contrast Hue Saturation Sharpness Exposure Exposure_Value Back_Light Exposure_Time In_Out Light_Fre
0 ~ ~ ~ ~ 255 0~7 auto/manual 0 ~ 255 on /off yes/no indoor/outdoor 50hz/60hz
image image image image image image image image image image image
Example: Changing the Brightness of the live image Syntax:
http://camera_ip/*image_set.cgi?id=<value>&passwd=<value>&Bright_Value=128
Sets the Brightness Value to 128 (Brightness Mode needs to be set to "manual" first).
Example 2: Changing the Image Resolution of the live image Syntax:
http://camera_ip/*image_set.cgi?id=<value>&passwd=<value>&Img_Size=vga
Sets the image size to VGA (= 640 x 480 pixel).
http://www.intellinet-network.com/ipcamera 7 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 2. Network Setting command (network_set.cgi) IP Addresses, Ports and DNS
Parameter Ip_Assign_Method Ip Subnet Gateway Send_Email Email_Addr Web_Port Img_Port Upgrade_Port Ptz_Port Etsp_Port Dns1_Server Dns2_Server Value using_dhcp/manually <IP address> <subnet address> <gateway address> on/off <email address> 80 ~ ~ ~ ~ ~ 65535 <IP Address> <IP Address> Inquiry Parameter network network network network network network network network network network network network network Setting CGI network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi Setting page Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration

SMTP / Email Settings

Parameter Use_Smtp_Auth Smtp_Server Sender_Email_Addr Smtp_Auth_Method Smtp_Auth_Id Smtp_Auth_Passwd Smtp_Auth_Realm Value on/off <smtp server address> <email address> digest_md5/login/plain <text> <text> <text> Inquiry Parameter network network network network network network network Setting CGI network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi Setting page Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration

DDNS Settings

Parameter Regist Ddns_Serv Regist_Id Regist_Pd Host_Name Manual_update Ddns_status Value enable/disable <server address> <text> <text> <text> On/off <text> Inquire Parameter network network network network network network network Setting CGI network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi network_set.cgi Setting page Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration Network Configuration
http://www.intellinet-network.com/ipcamera 8 of 13
3. Event Trigger Configuration Setting command (event_set.cgi) Trigger Condition
Parameter Digital_Option Di_From Di_To Motion_Option Md_From Md_To Motion_Sensitivity Period_Option Pe_Sec Pe_From Pe_To Value on/off 0 ~ ~ 24 on/off 0 ~ ~ 24 0~9 on/off 1 ~ ~ ~ 24 Inquiry Parameter event event event event event event event event event event event Setting CGI event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi Setting page Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration

Image Capture Settings

Parameter Before_Event After_Event Cap_Rate Img_Name Append_Ip Append_Date Append_Trigger Append_Sequence Value 0 ~ ~ /2 /3 /5 /7 /10 / 15 <text> on / off on/off on/off on/off Inquire Parameter event event event event event event event event Setting CGI event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi Setting page Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration

Trigger Output Settings

Parameter Trg_Out Sup_Volt Send_Alm Trg_Send_Img Email_Addr Email_Title Trg_Send_Ftp Ftp_Serv Ftp_User Ftp_Passwd Ftp_Dir Value on/off 0 ~ 255 on/off on/off <email address> <text> on/off <ftp server> <ftp user> <ftp password> <ftp directory> Inquire Parameter event event event event event event event event event event event Setting CGI event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi event_set.cgi Setting page Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration Event Configuration
http://www.intellinet-network.com/ipcamera 9 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 4. Time Configuration Setting command (time_set.cgi) Time Server & Update Settings
Parameter Time_Ntp Time_Zone Update_Interval Ntp_Addr Td_Year Td_Month Td_Date Tc_Hour Tc_Min Tc_Sec Value sync_ntp/manually 1 ~ ~ 65536 <ntp server address> 1000 ~ ~ ~ ~ ~ ~ 59 Inquiry Parameter time time time time time time time time time time Setting CGI time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi Setting page Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration See Time Zone Reference Note

Daylight Saving Settings

Parameter Enable_Day Start_Month Start_Day End_Month End_Day Value on/off 1 ~ ~ ~ ~ 31 Inquire Parameter time time time time time Setting CGI time_set.cgi time_set.cgi time_set.cgi time_set.cgi time_set.cgi Setting page Time Configuration Time Configuration Time Configuration Time Configuration Time Configuration
See Time Zone Reference at the end of this document.
http://www.intellinet-network.com/ipcamera 10 of 13
INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference 5. System Setting command (system_set.cgi) General Settings
Parameter Cam_Name Cam_Locate Supply_Op Access_Image_Option Image_Name Value <text> <text> supply/no enable/disable <text> Inquiry Parameter system system system system system Setting CGI system_set.cgi system_set.cgi system_set.cgi system_set.cgi system_set.cgi Setting page System Configuration System Configuration System Configuration System Configuration System Configuration
PTZ Control Settings (for PTZ Version)
Parameter Ptz_Con Ptz_Model Value enable/disable sj/lg Inquiry Parameter system system Setting CGI system_set.cgi system_set.cgi Setting page System Configuration System Configuration
http://www.intellinet-network.com/ipcamera 11 of 13

INTELLINET ACTIVE NETWORKING 550710 CGI Command Reference Time Zone Reference
Midway Island, Samoa Hawaii Alaska Pacific Time(US&Canada) Tijuana Arizona Mountain Time(US&Canada) Central America Central Time(US&Canada) Mexico City, Saskatchewan Bogota, Lima, Quito Indiana(East) Eastern Time(US&Canada) Atlantic Time(Canada) Caracas, La Paz, Santiago Newfoundiand Brasilia, Buenos Aires Georgetown, Greenland Mid-Atlantic Azores, Cape verde Is Casablanca, Monrovia, Dublin Greenwich Meam Time Edinburgh, Lisbon, London Amsterdam, Berlin, Bern, Rome Stockholm, Vienna, Belgrade Bratislava, Budapest Ljubljana, Prague, Brussels Copenhagen, Madrid, Paris Sarajevo, Skopje, Sofija Vilnius, Warsaw, Zagreb West Central Africa Athens, Istanbul, Minsk Bucharest, Cairo, Harare Pretoria, Helsinki Riga, Tallinn, Jerusalem Baghdad, Kuwait, Riyadh Moscow, St. Petersburg Volgograd, Nairobi Tehran Abu Dhabi, Muscat Baku, Tbilisi, Verevan Kabul Ekaterinburg Islamabad, Karachi, Tashkent Calcutta, Chennai Mumbai, New Delhi Kathmandu Almaty, Novosibirsk, Astana Dhaka, Sri Jayawardenepura Rangoon Bankok, Hanoi Jakarta, Krasnoyarsk Beijing, Chongqing, Hong Kong Urumqi, Irkutsk, Ulaan Baraar Kuala Lumpur, Singapore Perth, Taipei Osaka, Sapporo, Tokyo Seoul Yakutsk Adelaide, Darwin Brisbane, Canberra, Melbourne Sydney, Guam, Port Moresby Hobart, Vladivostok Magadan, Solomon Is. New Caledonia Auckland, Wellington Fiji, Kamchatka, Marshall Is. Nuku'alofa
http://www.intellinet-network.com/ipcamera 12 of 13

PTZ Camera 550734

6. PTZ Control command (ptz_webctl.cgi)
http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=<value>
cmd=<value> Use one of the following values:
up down left right zoom_in zoom_out focus_near focus_far stop In order to move the camera via te CGI commands, you need to send two commands to the camera: Example: Move the camera up.
http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=up http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=stop
Example: Move the camera left.
http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=left http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=stop
Example: ZOOM the camera in
http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=zoom_in http://camera_ip/ptz_webctl.cgi?id=<value>&passwd=<value>&cmd=stop Each DIRECTION command needs to be followed by a STOP command. If you do not send the STOP commend, the camera keeps on moving until it reaches the physical limit of the PTZ unit (like all the way up, all the way down).
http://www.intellinet-network.com/ipcamera 13 of 13

doc1

INTELLINET NETWORK SOLUTIONS Network Cameras - How To View Bikal's Eyesoft 1. JPG CMOS Cameras 550710/550703/550734 Connect to the 550710 Network Camera with your web browser.
Click on "Administrator Menu".
http://www.networkipcamera.com
INTELLINET NETWORK SOLUTIONS Network Cameras - How To View Bikal's Eyesoft Open the Network Configuration page and verify the IP Address and web server port. The example shows the default values.
Open the System Configuration page and make sure that the image file name is set to "image". If it is not, set the above parameter "Direct public access." to enable. This will allow to modify the image file name. Then set "Direct public access to image via HTTP:" to disable.
This is all you need to do here.
INTELLINET NETWORK SOLUTIONS Network Cameras - How To View Bikal's Eyesoft Open EYESOFT and click on the tools symbol in the upper right corner.
This opens up the Configuration Window. Click on "Channel Settings".
INTELLINET NETWORK SOLUTIONS Network Cameras - How To View Bikal's Eyesoft Open the tab "Capture Source" -> "Video".
1) Select "[Network Camera] Intellinet 550710" 2) Enable "Bind Module" 3) Enter the camera's IP address, or web address. If the web server port is not 80, you need to enter the address differently. Example: Web Server port = 85. Server Address: 192.168.2.221:85 4) Enter a valid Login ID and Login Password. This can be any valid user account in the camera. The account does not need to have administrator rights. 5) Set the "Source Type" to "Jpeg" 6) Click "Apply".
INTELLINET NETWORK SOLUTIONS Network Cameras - How To View Bikal's Eyesoft EYESOFT will now try to establish a connection to the camera and display the video. It all works well, it will look like this.
2. Final Comments Technical support for the Eyesoft software is provided exclusively by the company Bikal. If you are having difficulties adding your INTELLINET NETWORK SOLUTIONS camera to this software, please always make sure that you can access the camera with your web browser without any problems. Furthermore please check and make sure that the web server port and IP address are entered correctly. Please also note, that the display performance (image frame rate) of your INTELLINET camera can be significantly lower when viewed with this software compared to the web browser access method. A demo version of this software is provided by the software vendor which shall be used to evaluate the performance before a purchase of the software is being made. Technical support for our network cameras is provided at http://www.networkipcamera.com.

 

Tags

ZWF365 4L-dohc Urc-5650 96-12 TH-65PF9 775dual-915GL Vapeur CF-20E20 Fd-160A CS-E9hkew3 UX-F34CL Micro VGN-S16C SP-R4232 T40 II UA40C5000QR Cf210 RY60511B KX-TG7321E T4220 APK-WB Plugin EL-520V X1230S KAC-7252 M400-S933 DSC-V1 KX-TCD545GM NV-U94T PSW112 Computer GR-DX57E AVR-1906 F8E838 MDR-SA5000 SCC-C6407P DMR-EH60EG NP-N130-ka01PL VGN-N31l-W VR600-02 PSS-780 MAX-ZS720 Urc-6541 PMW-EX1 23 EV Review KN9 SLI Z931VCM MT1060 KDL-40X3500 AL1515 90093 DCR-TRV110E SCH-F679 Cookers FW-M567-22 DSC-W170 N XV-Z12000 PDC 3080 LAV72620W RDR-GX120 Compact QV-R62 Logitech G51 PRO 7916 GR-D93 Series NO-peep 28PT4456 Cabrio 291 Digital MWG 800 VCT-1BP Dreamweaver Easyshare V530 MX-42X3 PRO 4 - 2004 UR2-CBL-cv04 5105S H55 HD SGH-Z360 FH-B610 WN-151ARM MEX-BT3600U Jumper SCC-C9302P Geometry II 4000 PVR SF-331P - 2006 AV260C CW-29Z338T CDP-C435 B215A LH-T6240D STU1130 00G VGN-NS31m S MA-1530 Impact Radio

 

manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding

 

Sitemap

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101