Network/IP Camera Set up and Re-programming. Leopard Imaging Inc. Jan, 2013.

Size: px
Start display at page:

Download "Network/IP Camera Set up and Re-programming. Leopard Imaging Inc. Jan, 2013."

Transcription

1 Network/IP Camera Set up and Re-programming Leopard Imaging Inc. Jan, 2013.

2 Overview Leopard Imaging HD IP Camera Modules are a total solution for High Definition IP Camera solution based on TI DM368 with variety of CMOS sensors from Aptina, Omni Vision, Sony, Panasonic and AltaSens. These standard IP Camera modules fit into standard CCTV enclosures. The HD IP Camera Module is a time-to-market solution for end customers as well as IP Camera manufacturers. This document is provided as a brief introduction of the hardware components that are provided with the HD IP Camera Modules as well as the procedures to set up the HD IPCamera application. The document will also provide the procedures to program the firmeware for HD IPCamera Module. For more detailed information about the HD IP Camera Modules, please refer to the User Guide and other documents. 2

3 Contents Overview... 2 What's in the box Set up the IP Camera Re-program the firmware Set up Putty on host PC for serial communication Setup TFTP Server on Windows Set up the Hardware Environment Program the firmware Run Demo Default User Name and Password Appendix Get the IP address on Windows XP Install Add-on to get the IE Interface How to use WiFi

4 What s in the Box Leopard Imaging Inc LNC-MXX IP Camera Module 12V DC Power Adapter Serial Cable Serial Adapter Board IP camera module includes: Sensor Board Main Board Power Board IRIS cable 4

5 1. Set up IP Camera Module 5

6 WiFi Module (Optional): Leopard Imaging Inc 6

7 2. Re-program the firmware Leopard Imaging Inc To set up the environment, program the firmware, and test the hardware, we need the following: Host PC with serial interface (or adapter) Network cable Serial cable Serial adapter board DC 12V Power adapter IP Camera. Below is the procedure to set up the environment. (Hardware setup is in part 2.3) 2.1 Set up Putty on host PC for serial communication Putty is recommended to be used in order to read serial information from the board. It can be downloaded from the link below. Other software such as Hyperterminal or tera term can also be used. Once Putty is installed, open it and select Serial. Configure it as shown below. *Note: You can find the COM port number in the Device Manager. 7

8 After setting up the parameter, click open and you'll see the interface shown below: 8

9 2.2 Setup TFTP Server on Windows We need the TFTP protocol downloaded in order to program the uimage and cramfsimage onto the board. If the TFTP server is already set up, you can skip this part. If not, we recommend using the TFTPD32, which is the TFTP server on Windows OS The software can be downloaded from You can download 32bit or 64bit according to your computer. (We use 64 bit OS) Install TFTP Server Click "tftpd64 standard edition (installer) (599KB)". *Note: If you do not want to keep the EXE file, click "Run". 9

10 Click "I Agree", then click "Next"---->"Install" to install this server. Once installation is complete, you will notice a new folder with the name: Tftp64 located under C: /Program Files We'll come back to how to use this software later after the hardware is connected properly. 2.3 Set up the Hardware Environment Setup the IP Camera (please refer to Part 1) Plug in the Serial Cable Plug serial adapter board to J21 of Main Board, then plug serial cable to adapter board. 10

11 Plug the other side of the serial cable to serial interface (or adapter) on the Host PC Plug in the network cable 2.4 Program the firmware (uimage, cramfs, cramfs_root, data1, vendor) Plug in the 12V power adapter IMPORTANT WARNING: Always UNPLUG the power from the board if you need to remove or attach ANY of the camera parts/cords. You may cause serious damage to the board if you ignore this warning. 11

12 After the power is inserted, the serial port should start the log information. (To Putty on Host machine) Press any key immediately to stop the auto boot at the very beginning and you should see the u-boot prompt (Leopard 365 :>) Set up the boot environment In putty (or another serial interface), enter the commands below to set the boot environment variables and save them. (*Note: All setenv and saveenv commands indicate a new line and should be on separate lines. Enter each line, one at a time followed by pressing Enter on the keyboard. When you see < > you need to input your own unique specifications here. Do not include the < > brackets in the putty screen commands.) Set u-boot environment: setenv ipaddr <board_ip> setenv serverip <TFTP_server_IP> setenv bootcmd 'nboot 0x x500000;bootm 0x ' setenv bootargs console=ttys0,115200n8 root=/dev/mtdblock3 rootfs=cramfs mem=56m ip=none eth=00:00:00:00:00:8c mtdparts=nand_davinci.0:3m(bootloader)ro,2m(params),5m@ (kernel1),24m@ (rootfs),2m@ (private),36m@ (filefs),-@ (vendor) saveenv Note: The value of eth can be changed to change the IP address which you will get in part 3.3. You can set the <board_ip> by yourself, e.g Download the uimage, cramfsimage, cramfs_root, file data1 and vendor to the board and save them on NAND flash. Make sure the files: uimage, cramfsimage, cramfs_root, data1 and vendor sit on the host PC and open the TFTPDxx that was just downloaded. Browse the Current Directory to the one that holds the uimage and file system to make sure the server interface has the correct IP (it should be the serverip saved on the board). 12

13 On the board (Putty), enter the commands below to download the binary and save them onto the board: tftp <uimage_name> nand erase nand write tftp <cramfs_name> nand erase nand write tftp <cramfs_root_name> nand erase a nand write a tftp <data1_name> nand erase nand write tftp <vendor_name> nand erase nand write

14 Note: If the IP camera is running with WiFi, the following command is required. setenv pro_extent W Set sensor Mode Please set the sensor mode with the following commands based on your sensor board. LNCQ111OV2715 LNCQ111IMX036 LNCQ111IMX122 LNCQ111MN34041 LNCQ111AR0331 LNCQ111AR0330 LNCQ112IMX136 LNCQ112AL30210 LNCQ121 M034 LNCQ122OV10633 LNCQ122IMX104 setenv pro_model LNC-Q10000-OV2715 setenv pro_sensor OV2715_2MP setenv pro_model LNC-Q10000-IMX036 setenv pro_sensor IMX036_3MP setenv pro_model LNC-Q10000-IMX122 setenv pro_sensor IMX122_2_3MP setenv pro_model LNC-Q10000-MN34041 setenv pro_sensor MN34041_2.1MP setenv pro_model LNC-Q11000-AR0331 setenv pro_sensor AR0331_3.1MP setenv pro_model LNC-Q11000-AR0330 setenv pro_sensor AR0330_3.1MP setenv pro_model LNC-Q10000-IMX136 setenv pro_sensor IMX136_2_3MP setenv pro_model LNC-Q10000-AL30210 setenv pro_sensor AL30210_2_7MP setenv pro_model LNC-Q00000-M034 setenv pro_sensor MT9M034_1.2MP setenv pro_model LNC-Q01000-OV10633 setenv pro_sensor OV10630_1MP setenv pro_model LNC-Q10000-IMX104 setenv pro_sensor IMX104_1_3MP Then do saveenv to save the setting. 14

15 3. Run Demo 3.1 After you burn the firmware, re-plug in the power adapter (or enter the command boot ) to run the demo. 3.2 Log information will be printed from the serial window showing the status of when booting the demo. 3.3 Get the IP address. (If the Host OS is Windows XP, please refer to Appendix) Open a folder --> Network (left side bar)--> right click You will get the IP address. (e.g. Leopard LNC-XXXXX --> Properties After you get the IP address, open Internet Explorer and input the IP address. 15

16 You will get the following window. Leopard Imaging Inc Default User Name: admin Default Password: admin Click OK. You will be able to see the video streaming in an interface that looks like the picture shown below. (You may need to install some add-ons to get the live video if you run this demo at the first time, please refer to Appendix 2 ) 16

17 Appendix Note:To get the IP address of the HD IP Camera, please make sure the UPnP protocol is enabled on the Windows XP computer. 1. Get the IP address on Windows XP Go to Start--> My Network Places --> click Show icons for networked UPnP devices--> right click Leopard LNC-XXXXX --> Properties You will get the IP address. (e.g. 17

18 18

19 2. Install Add-on to get the IE Interface Leopard Imaging Inc Open IE, Go to Internet Options Security Trusted sites. Click Sites, and add the IP address of camera to Websites. For example: 19

20 Click Custom level, enable Download unsigned ActiveX controls and Initialize and script ActiveX controls not marked as safe for scripting. On IE interface (after login), reload the page. If you get a message above, click Install. After install the ActiveX control, you will see the live video. 20

21 3. How to use WiFi Leopard Imaging Inc If there is an optional wifi module on your camera board, you can use wifi function to run this camera. For the first time you use wifi function, you need to enter IE interface with network cable and go to Network Setting WIFI Access to select the wifi ID and enter password. After click submit, the camera will reboot. After the camera boots up, you can get the IP address from the serial log screen ( the wifi IP address is behind the IP address from network cable) or the UPnP device of the computer which connects to the wifi router (please refer to previous section Run Demo). You can also set the static IP of wifi. Go to WIFI Settings. 21

22 Select Static IP, enter the static IP address, and click submit. The IP camera will reboot in next step. After the camera boots up, the static IP address can be used to open the IE interface. 22

Application Development Kit for Android Installation Guide

Application Development Kit for Android Installation Guide Application Development Kit for Android Installation Guide 90001280_B 3/12/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi website, a Digi International

More information

Quick Installation Guide

Quick Installation Guide Wired/Wireless IP Camera Quick Installation Guide Model: AJ-C2WA-C118 0 Step 1: Hardware Installation 1. Install the Wi-Fi antenna. 2. Plug the power adaptor into camera. 3. Plug the network cable into

More information

The embedded Linux quick start guide lab notes

The embedded Linux quick start guide lab notes The embedded Linux quick start guide lab notes Embedded Linux Conference Europe 2010 Date: Tuesday 26th October Location: DeVere University of Arms Hotel, Cambridge Room: Churchill Suite Presenter: Chris

More information

Quick Installation Guide

Quick Installation Guide V2.01 IP Wired / Wireless Camera Quick Installation Guide (For Windows OS) Model: FI8602/FI8602W ShenZhen Foscam Intelligent Technology Co., Ltd Packing List Quick Installation Guide 1) IP CAMERA X 1 2)

More information

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 [HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 How to Recover an infiniti/evolution Modem Software Reference idx 3.0.0.0 (12.0.0.0) Updated: November 17 th 2011 Overview Recovery Procedures

More information

7. Mobile Phone Support

7. Mobile Phone Support 7. Mobile Phone Support A state-of-the-art feature of this DVR device is transmitting live feed from the CCTV cameras to your mobile phone, so that you can have on the go access to your surveillance system

More information

Quick Installation Guide

Quick Installation Guide V2.01 Wired Camera Quick Installation Guide (For Windows OS) FI8620 ShenZhen Foscam Intelligent Technology Co., Ltd Packing List Quick Installation Guide FI8620 Quick Installation Guide 1) IP CAMERA X

More information

Basic Router and Switch Instructions (Cisco Devices)

Basic Router and Switch Instructions (Cisco Devices) Basic Router and Switch Instructions (Cisco Devices) Basic Device Connection 1. Connect to the device via the console cable (light blue cable) and the use of a terminal program (Windows Hyperterminal,

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

How To Remotely View Your Security Cameras Through An Ezwatch Pro Dvr/Camera Server On A Pc Or Ipod (For A Small Charge) On A Network (For An Extra $20) On Your Computer Or Ipo (For Free

How To Remotely View Your Security Cameras Through An Ezwatch Pro Dvr/Camera Server On A Pc Or Ipod (For A Small Charge) On A Network (For An Extra $20) On Your Computer Or Ipo (For Free How to Remotely View Security Cameras Using the Internet Introduction: The ability to remotely view security cameras is one of the most useful features of your EZWatch Pro system. It provides the ability

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

Pwn Plug Community Edition 1.1 Installation Guide

Pwn Plug Community Edition 1.1 Installation Guide Copyright 2012 Rapid Focus Security, LLC, DBA Pwnie Express. Revision 5.21.2012 Pwn Plug Community Edition 1.1 Installation Guide Contents: Legal stuff Release 1.1 Features Download the installation package

More information

VoIP Laboratory B How to re flash an IP04

VoIP Laboratory B How to re flash an IP04 VoIP Laboratory B How to re flash an IP04 (cc) Creative Commons Share Alike Non Commercial Attribution 3 This lab guides you through the process of re flashing an IP04. To re flash a unit is useful when

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

SNMP-1 Configuration Guide

SNMP-1 Configuration Guide SNMP-1 Configuration Guide You must configure the Net Logic Card before it can operate properly. You have two methods to configure the Net Logic Card: Using telnet or terminal. Using Telnet 1. Make sure

More information

ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range. Materials Required

ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range. Materials Required ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range The Intel NUC is a small form factor computer that incorporates several models from Intel Core processors to the economical Single

More information

CONTENTS. 1. Outline of how to use.1 2. How to setup each step...1

CONTENTS. 1. Outline of how to use.1 2. How to setup each step...1 CONTENTS 1. Outline of how to use.1 2. How to setup each step...1 2.1 Connect your IP Camera to the LAN..1 2.2 Install the following software before view video.....2 2.3 Basic configuration setting...2

More information

Quick Installation Guide

Quick Installation Guide V48.01 Model: FI8919W Quick Installation Guide Outdoor Pan/Tilt Wireless IP Camera For Windows OS ------- Page 1 For MAC OS ------- Page 15 ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation

More information

IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527

IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527 IP Surveillance TroubleShooting Guide Version: 0.9 Release: 20060527 Chapter. 1. Introduction ACTi provides you a series of guides for your project from proposal stage to maintenance stage. They work

More information

PBX DIGITAL TELEPHONE EXCHANGE MAINTENANCE GUIDE

PBX DIGITAL TELEPHONE EXCHANGE MAINTENANCE GUIDE PBX DIGITAL TELEPHONE EXCHANGE MAINTENANCE GUIDE PBX MAINTENANCE GUIDE MARCH -2010 II Version Table DATE/VERSION OF GUIDE 24.03.2010/AAA DS200L PBX BK REV. AAA 24.03.2010 KAREL reserves the right to make

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

More information

Quick Installation Guide

Quick Installation Guide Wired/Wireless IP Camera Quick Installation Guide (IE Browser) Model: APM-J803-WS Black White Shenzhen Apexis Electronic Co., Ltd. Step 1: Hardware Installation. 1. Install the Wi-Fi antenna. 2. Plug the

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Yealink Phones User Guide. 2003-2012 Bicom Systems

Yealink Phones User Guide. 2003-2012 Bicom Systems I Table of Contents Part I Introduction 1 Part II Requirements 1 Part III Installation 2 1 Power... Adapter 3 2 Power... over Ethernet (PoE) 3 3 IP Address... 3 4 Factory... Settings 3 4 Part IV Registering

More information

The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows)

The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows) The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows) Introduction. Pyboard connects to Windows using a standard micro USB cable. It can operate in four different

More information

Quick Installation Guide

Quick Installation Guide V2.01 Model: FI9821W Quick Installation Guide Indoor HD Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd

More information

Cisco SPA Phones User Guide. 2003-2012 Bicom Systems

Cisco SPA Phones User Guide. 2003-2012 Bicom Systems I Table of Contents Part I Introduction 1 Part II Requirements 1 Part III Installation 3 1 Power... Adapter 3 2 Power... over Ethernet (PoE) 3 3 IP Address... 3 4 Factory... Settings 4 5 Part IV Registering

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide (For Windows & Mac OS) Outdoor Wireless IP Camera Package Contents V1.1 IP Camera Power Adapter Resource CD Ethernet Cable Mounting Bracket(except FI8919) Wi-Fi Antenna Quick Installation

More information

3.5 LAN HDD Enclosure User s Manual

3.5 LAN HDD Enclosure User s Manual 3.5 LAN HDD Enclosure User s Manual NOTE: 1. USB and LAN can t be used at the same time. 2. HDD should be formatted as FAT32. Please check Disk utility section in this manual. 3. For internet FTP usage,

More information

Installing an Omnicast System Omnicast version 3.5

Installing an Omnicast System Omnicast version 3.5 Installing an Omnicast System Omnicast version 3.5 INST-9001 Version 1.0 INST-9001 Page 1 Omnicast Install Table of Contents 1 PREAMBLE...3 1.1 DOCUMENT REVISIONS...3 1.2 OMNICAST OVERVIEW...3 1.3 SUPPORTED

More information

Polycom Phones User Guide. 2003-2012 Bicom Systems

Polycom Phones User Guide. 2003-2012 Bicom Systems I Table of Contents Part I Introduction 1 Part II Requirements 1 Part III Installation 2 1 Power... Adapter 3 2 Power... over Ethernet (PoE) 3 3 Factory... Settings 3 3 Part IV Registering Phone 1 Manual...

More information

1 I have forgotten the administrator username and/or password. To reset the administrator username and password, Press and hold down the RESET BUTTON for 5 seconds. Release the power button and the username

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

Access control designed simply for you

Access control designed simply for you TruPortal Access control designed simply for you QUICK START GUIDE Introduction TruPortal access control solutions have been engineered and designed to install quickly and easily right out of the box.

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

Intel vpro. Technology-based PCs SETUP & CONFIGURATION GUIDE FOR

Intel vpro. Technology-based PCs SETUP & CONFIGURATION GUIDE FOR SETUP & CONFIGURATION GUIDE FOR Intel vpro Technology-based PCs This Setup Guide details what makes a true Intel vpro technology-based PC, and how to set up and configure Intel AMT (Active Management Technology)

More information

ScanShell.Net Install Guide

ScanShell.Net Install Guide ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

IEI emerge and Dedicated Micros Digital Video Recorder. Install, Setup, and Integration Guide. Version 3.0 and above

IEI emerge and Dedicated Micros Digital Video Recorder. Install, Setup, and Integration Guide. Version 3.0 and above IEI emerge and Dedicated Micros Digital Video Recorder Install, Setup, and Integration Guide Version 3.0 and above CONTENTS DVR Features Requirements List...3 Hardware...3 Software and Licenses...3 Upgrading

More information

Howto: Changing Password for an Ingate Firewall 1450/1500/1550/1600/1650/1900 or Ingate SIParator 45/50/55/60/65/90

Howto: Changing Password for an Ingate Firewall 1450/1500/1550/1600/1650/1900 or Ingate SIParator 45/50/55/60/65/90 Howto: Changing Password for an Ingate Firewall 1450/1500/1550/1600/1650/1900 or Ingate SIParator 45/50/55/60/65/90 Lisa Hallingström Paul Donald Bogdan Musat Adnan Khalid Table of Contents Change Password

More information

Installation. The product model shown in this QIG is TD-W8961ND, as an example.

Installation. The product model shown in this QIG is TD-W8961ND, as an example. Installation The product model shown in this QIG is TD-W8961ND, as an example. Please use only wired network connections to configure the router. Power down all your network devices, including your computer(s)

More information

Ace Hardware Corporation

Ace Hardware Corporation Ace Hardware Corporation Page 1 VENDORS.COM ACCESS AND SETUP INSTRUCTIONS SECTION A WELCOME TO VENDORS.COM! STEP TO PERFORM IMMEDIATELY: 1. PLEASE SAVE THIS DOCUMENT FOR FUTURE REFERENCE. 2. PLEASE READ

More information

Phaser 3635MFP Software Upgrade Process

Phaser 3635MFP Software Upgrade Process Overview Phaser 3635MFP Software Upgrade Process The Software Upgrade feature allows the customer to upgrade the machine software as requested by a Xerox Customer Support Center Representative, without

More information

Quick Installation Guide-For MAC users

Quick Installation Guide-For MAC users Quick Installation Guide-For MAC users Packing List 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network Cable X 1 5) Mounting bracket 1 6) CD X 1 (Include

More information

Communications Instructions for DOOSAN, FANUC Controls

Communications Instructions for DOOSAN, FANUC Controls Communications Instructions for DOOSAN, FANUC Controls Ethernet & RS-232 for; 18i, 21i, 0ib and c 30i Series & 0id - 1 - Table of Contents Section 1... 3 Ethernet Set-up for the PC... 3 Description...

More information

WIRED/WIRELESS IP CAMERA USER MANUAL V1.0

WIRED/WIRELESS IP CAMERA USER MANUAL V1.0 WIRED/WIRELESS IP CAMERA USER MANUAL V1.0 CATALOGUE 1.DESCRIPTION OF PRODUCT -------------------------------------------------------------------------1 1.1 Packing ------------------------------------------------------------------------------------------------------2

More information

How to Restore a Windows System to Bare Metal

How to Restore a Windows System to Bare Metal How to Restore a Windows System to Bare Metal This article applies to Barracuda Backup Server firmware version 5.4 and higher. Bare metal recovery allows you to restore a complete Microsoft Windows system,

More information

Network/Floating License Installation Instructions

Network/Floating License Installation Instructions Network/Floating License Installation Instructions Installation steps: On the Windows PC that will act as License Manager (SERVER): 1. Install HASP Run-time environment, SERVER 2. Plug in the red USB hardware

More information

Print Server Application Guide. This guide applies to the following models.

Print Server Application Guide. This guide applies to the following models. Print Server Application Guide This guide applies to the following models. TL-WR842ND TL-WR1042ND TL-WR1043ND TL-WR2543ND TL-WDR4300 CONTENTS Chapter 1. Overview... 1 Chapter 2. Before Installation...

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

How to Remotely Access Hikvision Devices User Manual

How to Remotely Access Hikvision Devices User Manual HIKVISION EUROPE B.V. How to Remotely Access Hikvision Devices User Manual (Use to remotely access Hikvision DVR s, NVR s and IP Cameras) Name: Remote Access Publisher: HIKVISION EUROPE B.V. Type: Information

More information

Software and driver installation

Software and driver installation Software and driver installation Note: It is good practice to make regular backups of your data on your PC, particularly before installing drivers. Installing the VNWA software and drivers is by no means

More information

Amcrest 960H DVR Quick Start Guide

Amcrest 960H DVR Quick Start Guide Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and

More information

Lotus Foundations Start Getting Started

Lotus Foundations Start Getting Started Lotus Foundations Start Getting Started Guide Contents 1 Introduction... page 2 2 Product overview... page 2 3 System Requirements... page 2 4 Summary of Installation... page 3 5 Lotus Foundations operating

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

Install Device Drivers and Toolkit for Windows 7

Install Device Drivers and Toolkit for Windows 7 Install Device Drivers and Toolkit for Windows 7 The USB driver is required for all installations to assure that the computer communicates with the digitizer. Note: Installation instructions for Windows

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

Device Installer User Guide

Device Installer User Guide Device Installer User Guide Part Number 900-325 Revision B 12/08 Table Of Contents 1. Overview... 1 2. Devices... 2 Choose the Network Adapter for Communication... 2 Search for All Devices on the Network...

More information

USER GUIDE. Web Interface

USER GUIDE. Web Interface USER GUIDE Web Interface 1. Overview... 4 2. Install and Set Up... 4 2.1. Charge your Wi-Fi HDD... 4 2.2. For Mac users... 5 2.3. Connect your Wi-Fi HDD to your computer (no Internet connection required)...

More information

AutoDome Modular Camera System VG4 Series Firmware Update Manual. Firmware Update Manual

AutoDome Modular Camera System VG4 Series Firmware Update Manual. Firmware Update Manual AutoDome Modular Camera System VG4 Series Firmware Update Manual en Firmware Update Manual AutoDome Modular Camera System Table of Contents en iii Table of Contents 1 VG4 Firmware Updates via a TCP/IP

More information

1 Basic Configuration of Cisco 2600 Router. Basic Configuration Cisco 2600 Router

1 Basic Configuration of Cisco 2600 Router. Basic Configuration Cisco 2600 Router 1 Basic Configuration of Cisco 2600 Router Basic Configuration Cisco 2600 Router I decided to incorporate the Cisco 2600 into my previously designed network. This would give me two seperate broadcast domains

More information

Transferring Scans from your Dolphin into Destiny

Transferring Scans from your Dolphin into Destiny Transferring Scans from your Dolphin into Destiny Summary: This article is intended to provide Destiny users with an overview of the following tasks 1. Downloading the Dolphin Transfer Utility to their

More information

istar User Manual for Comsol USB Flash Drive

istar User Manual for Comsol USB Flash Drive istar User Manual for Comsol USB Flash Drive Format Utility Introduction Type of Format Quick: Full: Configure device only: Erase and check blocks at the same time. If there are any Bad blocks, mark them

More information

Multi-Profile CMOS Infrared Network Camera

Multi-Profile CMOS Infrared Network Camera Multi-Profile CMOS Infrared Network Camera Quick Start Guide About multi-profile Multi-profile stands for simultaneously video stream. The Network Camera and Video Server can generate MPEG4 and MJPEG streaming

More information

IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux

IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux Firmware Updates in WEB-GUI: 1.1 Click < Update Firmware > under Maintenance 1.2 Click to enter the update mode. A warning message

More information

GIGATRAK CLIENT INSTALL HANDHELD TERMINAL

GIGATRAK CLIENT INSTALL HANDHELD TERMINAL GIGATRAK CLIENT INSTALL HANDHELD TERMINAL GIGATRAK CLIENT INSTALL HANDHELD TERMINAL A mobile, handheld data terminal runs like a mini PC with an abbreviated version of Windows OS (CE). GigaTrak products

More information

Quick Installation Guide For Mac users

Quick Installation Guide For Mac users Quick Installation Guide For Mac users Packing List 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network Cable X 1 5) Mounting bracket 1 6) CD X 1 (Include

More information

Quick Installation Guide

Quick Installation Guide Packing List Quick Installation Guide Quick Installation Guide 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network Cable X 1 5) Mounting bracket 1 6)

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Quick Installation Guide

Quick Installation Guide V46.01 Model: FI8918W Quick Installation Guide Indoor Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 11 ShenZhen Foscam Intelligent Technology Co., Ltd Quick

More information

Setting up the Swann HD IP cameras

Setting up the Swann HD IP cameras Setting up the Swann HD IP cameras Connecting the cameras to the network The Swann IP cameras are connected to the network with Category 5/5E/6 cables. The cameras feature Power over Ethernet for ease

More information

HL2170W Windows Network Connection Repair Instructions

HL2170W Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

Quick Installation Guide

Quick Installation Guide IP Wireless / Wired Camera Quick Installation Guide (For Windows OS) Model:FI8908W Color: Black Model:FI8908W Color: White ShenZhen Foscam Intelligent Technology Co., Ltd Packing List FI8908W Quick Installation

More information

CODESOFT Installation Scenarios

CODESOFT Installation Scenarios CODESOFT Installation Scenarios NOTES: CODESOFT is a separate install from existing versions of CODESOFT. You will need to make note of your current settings (default directories, etc.) so you can duplicate

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

Upgrading Software Using the Online Installer

Upgrading Software Using the Online Installer Upgrading Software Using the Online Installer Last Updated: December 8, 2009 This chapter provides the procedures for upgrading from a previous software version of the Cisco Integrated Storage System module

More information

Updating MNS-BB CUSTOMER SUPPORT INFORMATION PK012906

Updating MNS-BB CUSTOMER SUPPORT INFORMATION PK012906 Updating MNS-BB PK012906 CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight Friday: 877-877-BBOX FREE technical support, 24 hours a day, 7 days a week: Call 724-746-5500

More information

Avaya IP Office 9.1. Set Up Guide for The IP Office Anywhere Demo Platform

Avaya IP Office 9.1. Set Up Guide for The IP Office Anywhere Demo Platform Avaya IP Office 9.1 Set Up Guide for The IP Office Anywhere Demo Platform Date: February 2015 Version: 2.0 Subject: Avaya IP Office 9.1 Anywhere Demonstration Set Up Guide Regional Availability: Global

More information

Quick Installation Guide

Quick Installation Guide Model: FI8905E Quick Installation Guide Ourdoor POE Network Camera For Windows OS ------- Page 1 For MAC OS ------- Page 14 ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation Guide - For

More information

MFC7840W Windows Network Connection Repair Instructions

MFC7840W Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

Table of Contents. Lorex Monitor Network Setup Manual. 2007 Lorex Technology Inc. Version 1.0. Using IP Edit...3

Table of Contents. Lorex Monitor Network Setup Manual. 2007 Lorex Technology Inc. Version 1.0. Using IP Edit...3 2007 Lorex Technology Inc. Lorex Monitor Network Setup Manual Version 1.0 Table of Contents Using IP Edit...3 Changing the IP Address and Gateway...4 Changing the port numbers...4 Accessing Video using

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0)

ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0) ivms-4500 (Android Tablet) Mobile Client Software User Manual (V3.0) Thank you for purchasing our product. This manual applies to ivms-4500 (Android Tablet) mobile client software; please read it carefully

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

Application Note VAST Network settings

Application Note VAST Network settings VAST Network settings www.vivotek.com 2010 VIVOTEK Inc. All Right Reserved VIVOTEK may make changes to specifications and product descriptions at any time, without notice. The following is trademarks of

More information

IEI emerge and Milestone Systems Network Video Recorder. Setup and Integration Guide. Milestone Version 6.5 and emerge Version 3.

IEI emerge and Milestone Systems Network Video Recorder. Setup and Integration Guide. Milestone Version 6.5 and emerge Version 3. IEI emerge and Milestone Systems Network Video Recorder Setup and Integration Guide Milestone Version 6.5 and emerge Version 3.2 and above CONTENTS Requirements for Milestone NVR/IEI emerge Integration...

More information

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2 Ethernet Interface Manual Thermal / Label Printer Rev. 1.01 Metapace T-1 Metapace T-2 Metapace L-1 Metapace L-2 Table of contents 1. Interface setting Guiding...3 2. Manual Information...4 3. Interface

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

Access the GV-IP Camera through a broadband modem

Access the GV-IP Camera through a broadband modem Access the GV-IP Camera through a broadband modem Applied to All GV-IP Cameras Article ID: GV15-12-03-26 Release Date: 03/26/2012 Introduction The document introduces how to connect your GV-IP Camera to

More information

User s Manual. Grand Wi-Fi Camera Pro/IP Camera Pro. The information in this document is subject to change without notice.

User s Manual. Grand Wi-Fi Camera Pro/IP Camera Pro. The information in this document is subject to change without notice. Grand Wi-Fi Camera Pro/IP Camera Pro User s Manual The information in this document is subject to change without notice. This document contains materials protected by copyright. All rights are reserved.

More information

Setting up VPN connection: DI-824VUP+ with Windows PPTP client

Setting up VPN connection: DI-824VUP+ with Windows PPTP client Setting up VPN connection: DI-824VUP+ with Windows PPTP client DI-824VUP+ (firmware 1.03 or higher) LAN IP: 192.168.0.1 Subnet Mask: 255.255.255.0 WAN IP: 203.111.91.1 Subnet Mask: 255.255.255.252 Default

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Fiery Clone Tool For Embedded Servers User Guide

Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool allows you to clone image files to a folder on a USB flash drive connected to the Fiery server. You can restore the image file to the Fiery

More information

PCLinq2 Hi-Speed USB Bridge-Network Cable. Quick Network Setup Guide

PCLinq2 Hi-Speed USB Bridge-Network Cable. Quick Network Setup Guide PCLinq2 Hi-Speed USB Bridge-Network Cable Congratulations! Quick Network Setup Guide For Windows 98/ME/2000/XP Congratulations for installing the PCLinq2 Hi-Speed USB Bridge-Network Cable. This Quick Network

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

v. 2.4.1 v. 3.4.1 Alarm Notifications: [Y] Bounding boxes for analytics: [N]

v. 2.4.1 v. 3.4.1 Alarm Notifications: [Y] Bounding boxes for analytics: [N] VideoIQ Milestone Integration CCTV Systems AB, Nordic Agent for VideoIQ has together with VideoIQ and Milestone created this document. This document explains the different parts of software in Milestone

More information

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive.

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive. 1. Configure and prepare required files on the USB flash drive to allow firmware update and configuration backup/restore. Objective: Step by step instructions to upgrade the firmware, backup and restore

More information

How to recover IE Client

How to recover IE Client HIKVISION EUROPE B.V. How to recover IE Client (WebClientActiveX Control) Name: WebClientActiveX Control Publisher: HANGZHOU HIKVISION DIGITAL TECHNOLOGY CO.,LTD. Type: ActiveX Control Version: 2.4.0.56

More information