1.23k likes | 1.41k Views
Clearing the fog…. Then what is a Network Camera?. All-in-one. Camera. Web Server. Integrated solution. A camera and a computer (webserver) integrated. Camera. Computer. The Camera. The camera:. Drives the sensor Adjusts for lighting Delivers images to the computer. Camera.
E N D
Clearing the fog… Then what is a Network Camera?
All-in-one Camera Web Server
Integrated solution A camera and a computer (webserver) integrated Camera Computer
The Camera The camera: Drives the sensor Adjusts for lighting Delivers images to the computer Camera
The Camera The computer (or really the Web server): Utilizes ASIC to compress & enhance video Responds to requests for images Delivers images Provides a platform for management Can be set to take actions(e-mail, ftp, notifications) Can be dialed-in to (some models) Can be customized (scripting) Can serve a video-surveillance application and more…. Computer
Technology shifts “The approach of the digital age is unstoppable and soon all media will be in digital form”
No - DVR’s are just a step…. IP Surveillance and DVR solutions share some benefits
…..to the complete digital solution “Pure” IP Surveillance offers significant advantages over DVRs
Example Analog Analog Digital TCP/IP Digital
“Pure Digital” Advantages • Unlimited flexibility • Unlimited scalability • Open standards • Easy replacement or expansion • Remote access to video from any location • Advanced digital image management
Disadvantages of analog CCTV • Analog technology with very limited future development • Limited remote monitoring • Dedicated expensive cabling • ”Single user” only • Closed system, closed architecture
So how do we make it happen? • Transfer legacy installations in steps... • New installations fully digital...
Looking forward Controlroom Remote accessibility
Market Trends • Sharing of IT networks for Security Video • Merger of Security and IT functions in companies • Security system integrator video sales up 44 % in 2002 JP Freeman 2003 Report
Markets in transition IT market Security market Security Market IT Market
Case : Simple home monitoring 1 camera , 1 PC Monitoring of for example entrance door Axis 205 PC It’s easy to expand; just add cameras to extend coverage
Case : Monitoring of remote house Monitoring of a house at a remote location (for example vacation home) Motion detector Modem Modem PC Axis 2100 The Axis 2100 can trigger on the motion detector and start sending images
Case : Monitoring of remote house (2) Monitoring of a house at a remote location (for example vacation home) Motion detector PC Modem Modem Internet Service Provider FTP Server In this case a FTP server is used as a intermediate server, mail can also be used
Case : Online monitoring of remote house Monitoring of a remote house utilizing broadband connection xDSL Router With fixed IPor Dynamic DNS Internet PC Axis 205’s All cameras can be accessed at all times from a remote PC
Case :Shop 4 cameras , local recording, remote view PC in the shop Running surveillance SW Remote PC ADSL Router Remote PC Network cameras
Case: House 2 indoor cameras and 2 outdoor cameras. Alarm sensors, only view and alarms AXIS 2120´sMounted in outdoor casing connected through wireless bridge and external antenna Wireless ADSLRouter Remote PC Remote PC Motion detectors
Case: Office 6 indoor cameras, programed recording. Director recording and operator view. In a local area network Director PC running Axis Camera Recorder Axis 205 Operator PC running Axis Camera Explorer
Case: Industrial 4 outdoor cameras with night view, 4 indoor PTZ cameras, 4 fixed indoor cameras. Programmed Recording, View for the Security Guard. Director PC running Axis Camera Recorder Operator PC running Axis Camera Explorer
Case: Retail Shops 1 fixed camera and 1 PTZ Camera, for each shop. Only view. Router Remote PC running Axis Camera Explorer Axis 205 Axis 2130
Case: Day care center 3 indoor cameras and 1 outdoor camera (external play zone). No recording. Access via web. Axis 205 Router PC with Internet Explorer Axis 2110 & 290A Web Server
Case: Construction 2 outdoor fixed cameras. View and Remote Recording (low amount of fps) Router Operator PC running Axis Camera Recorder AXIS 2120 & 290A Bundle
Case: Sports Installation (golf, seaport, skiing,) 3 outdoor fix cameras Router PC with Internet Explorer AXIS 2120 & 290A Bundle
The AXIS IP Utility • The most user-friendly method. • Windows application • Type in last 6 characters of serial (labeled on product) • Type in IP Adress • Power cycle product • Click on [Set IP] • Access camera and do detailed settings • What is it? • A windows “shell” for ARP & PING (to be discussed) • Provides the same functionality in a more user friendly way
ARP and Ping The manual method
Topics • ARP protocol • Ping utility • Setting an IP address using ARP and ping
ARP • Address Resolution Protocol • Associates MAC (hardware) address with IP
Ping • Will test basic TCP/IP connectivity • Sends a packet & waits for responce
More Info • ARP/Ping must be done on the same network segment • Axis product must be rebooted during the ping • The IP you try to assign must be compatible with yours (i.e. in the same range) Note: This also applies to the Axis IP-Utility as the utility is a graphical interface to Arp & ping
Assigning an IP Syntax for the ARP command: arp –s <ip address> <mac address> (sets a static arp entry) arp –a (view the arp cache) Older products: ping –t <ip address> New products: ping –t -l 408 <ip address> (sets the desired address) While the continuous ping is going, power cycle the camera and let the ping continue until you start to receive replies. Then, press Ctrl-C to break the ping.
In pictures C:\>arp –s 192.168.0.10 00-40-8C-AA-BB-CC C:\> The computers arp table is updated with the entry and “ties” the hardware (MAC) address to the IP address
In pictures Computer sends “ping” packets to the camera using arp table as address source C:\>arp –s 192.168.0.10 00-40-8C-AA-BB-CC ping –t 192.168.0.10 C:\> Pinging 192.168.0.10 Request timed out. Request timed out. Request timed out. Request timed out.
In pictures Camera receives packets sets it’s IP address and sends responses to the computer C:\>arp –s 192.168.0.10 00-40-8C-AA-BB-CC ping –t 192.168.0.10 C:\> Pinging 192.168.0.10 Request timed out. Request timed out. Request timed out. Request timed out. Reply from 192.168.0.10 Reply from 192.168.0.10 Reply from 192.168.0.10 Reply from 192.168.0.10