background image

 

45 

AXIS 209MFD/MFD-R/MFD-R M12

the other. A firewall can be software running on a computer, or it can 
be a standalone hardware device. 

Focal length  - 

Measured in millimeters, the focal length of a camera 

lens determines the width of the horizontal field of view, which in 
turn is measured in degrees.

FTP (File Transfer Protocol) - 

An application protocol that uses the 

TCP/IP protocols. It is used to exchange files between 
computers/devices on networks. 

Frame - 

A frame is a complete video image. In the 2:1 interlaced 

scanning format of the RS-170 and CCIR formats, a frame is made up 
of two separate fields of 262.5 or 312.5 lines interlaced at 60 or 50 Hz 
to form a complete frame, which appears at 30 or 25 Hz. In video 
cameras with a progressive scan, each frame is scanned line-by-line 
and not interlaced; most are also displayed at 30 and 25 Hz.

Frame rate - 

The frame rate used to describe the frequency at which 

a video stream is updated is measured in frames per second (fps). A 
higher frame rate is advantageous when there is movement in the 
video stream, as it maintains image quality throughout.

Full-duplex - 

Transmission of data in two directions simultaneously. 

In an audio system this would describe e.g. a telephone systems. 
Half-duplex also provides bi-directional communication, but only in 
one direction at a time, as in a walkie-talkie system. See also 

Simplex

.

Gain - 

Gain is the amplification factor and the extent to which an 

analog amplifier boosts the strength of a signal. Amplification factors 
are usually expressed in terms of power. The decibel (dB) is the most 
common way of quantifying the gain of an amplifier. 

Gateway - 

A gateway is a point in a network that acts as an entry 

point to another network. In a corporate network for example, a 
computer server acting as a gateway often also acts as a proxy server 
and a firewall server. A gateway is often associated with both a 
router, which knows where to direct a given packet of data that 
arrives at the gateway, and a switch, which furnishes the actual path 
in and out of the gateway for a given packet.

GIF (Graphics Interchange Format) - 

GIF is one of the most common 

file formats used for images in web pages. There are two versions of 
the format, 87a and 89a. Version 89a supports animations, i.e. a short 
sequence of images within a single GIF file. A GIF89a can also be 
specified for interlaced presentation.

GOV (Group Of VOPs) - 

A group of VOP's is the basic unit of an 

MPEG-4 video stream. The GOV contains different types and numbers 
of VOP's (I-VOP's, P-VOP's, etc.) as determined by the GOV length 
and GOV structure. See also 

VOP

.

GOV length - 

The GOV length determines the number of images 

(VOP's) in the GOV structure. See also 

GOV

 and 

VOP

.

GOV structure - 

The GOV structure describes the composition of an 

MPEG-4 video stream, as regards the type of images (I-VOP's or 
P-VOP's) included in the stream, and their internal order. See also 

GOV

 and 

VOP

.

Half-duplex - 

See 

Full-duplex

HTML (Hypertext Markup Language) - 

HTML is the set of “markup” 

symbols or codes inserted in a file intended for display in web 
browser. The markup tells the browser how to display the page's 
words and images for the user.

HTTP (Hypertext Transfer Protocol) - 

HTTP is the set of rules for 

exchanging files (text, graphic images, sound, video, and other 
multimedia files) on the web. The HTTP protocol runs on top of the 
TCP/IP suite of protocols.

Hub - 

A (network) hub is used to connect multiple devices to the 

network. The hub transmits all data to all devices connected to it, 
whereas a switch will only transmit the data to the device it is 
specifically intended for.

IEEE 802.11 - 

A family of standards for wireless LANs. The 802.11 

standard supports 1 or 2 Mbit/s transmission on the 2.4 GHz band. 
IEEE 802.11b specifies an 11 Mbit/s data rate on the 2.4 GHz band, 
while 802.11a allows up to 54 Mbit/s on the 5 GHz band.

Image compression - 

Image compression minimizes the file size (in 

bytes) of an image. Two of the most common compressed image 

formats are JPEG and GIF.

Interlacing - 

Interlaced video is video captured at 50 pictures (known 

as fields) per second, of which every 2 consecutive fields (at half 
height) are then combined into 1 frame. Interlacing was developed 
many years ago for the analog TV world and is still used widely 
today. It provides good results when viewing motion in standard TV 
pictures, although there is always some degree of distortion in the 
image.
To view interlaced video on e.g. a computer monitor, the video must 
first be de-interlaced, to produce progressive video, which consists of 
complete images, one after the other, at 25 frames per second. See 
also 

Progressive scan

IP (Internet Protocol) - 

The Internet Protocol is a method 

transmitting data over a network. Data to be sent is divided into 
individual and completely independent “packets.” Each computer (or 
host) on the Internet has at least one address that uniquely identifies 
it from all others, and each data packet contains both the sender's 
address and the receiver's address. 
The Internet Protocol ensures that the data packets all arrive at the 
intended address. As IP is a connectionless protocol, which means 
that there is no established connection between the communication 
end-points, packets can be sent via different routes and do not need 
to arrive at the destination in the correct order. 
Once the data packets have arrived at the correct destination, another 
protocol - Transmission Control Protocol (TCP) - puts them in the 
right order. See also 

TCP

.

IP Address - 

An IP address is simply an address on an IP network 

used by a computer/device connected to that network. IP addresses 
allow all the connected computers/devices to find each other and to 
pass data back and forth. 
To avoid conflicts, each IP address on any given network must be 
unique. An IP address can be assigned as fixed, so that it does not 
change, or it can be assigned dynamically (and automatically) by 
DHCP. 
An IP address consists of four groups (or quads) of decimal digits 
separated by periods, e.g. 130.5.5.25. Different parts of the address 
represent different things. Some part will represent the network 
number or address, and some other part will represent the local 
machine address. 
See also 

IP (Internet Protocol).

I-VOP - 

See 

VOP

.

JPEG (Joint Photographic Experts Group) - 

Together with the GIF 

file format, JPEG is an image file type commonly used on the web. A 
JPEG image is a bitmap, and usually has the file suffix '.jpg' or 
“.jpeg.” When creating a JPEG image, it is possible to configure the 
level of compression to use. As the lowest compression (i.e. the 
highest quality) results in the largest file, there is a trade-off between 
image quality and file size. 

kbit/s (kilobits per second) - 

A measure of the bit rate, i.e. the rate at 

which bits are passing a given point. See also 

Bit rate

.

LAN (Local Area Network) - 

A LAN is a group of computers and 

associated devices that typically share common resources within a 
limited geographical area.

Linux - 

Linux is an open source operating system within the Unix 

family. Because of its robustness and availability, Linux has won 
popularity in the open source community and among commercial 
application developers.

MAC address (Media Access Control address) - 

A MAC address is a 

unique identifier associated with a piece of networking equipment, or 
more specifically, its interface with the network. For example, the 
network card in a computer has its own MAC address. 

Manual iris - 

This is the opposite to an autoiris, i.e. the camera iris 

must be adjusted manually to regulate the amount of light allowed to 
reach the image sensor.

Mbit/s (Megabits per second) - 

A measure of the bit rate, i.e. the rate 

at which bits are passing a given point. Commonly used to give the 
“speed” of a network. A LAN might run at 10 or 100 Mbit/s. See also 

Summary of Contents for AXIS 209MFD

Page 1: ...AXIS 209MFD MFD R MFD R M12 Fixed Dome Network Camera User s Manual...

Page 2: ...the EMC directive taking into account the automotive environment This digital equipment fulfills the requirements for radiated emission according to limit B of EN55022 and the requirements for immuni...

Page 3: ...13 Video Image settings 14 Image 14 Overlay Mask 15 Advanced 16 MPEG 4 Settings 17 MJPEG Settings 18 Live View Config 19 Layout 19 HTML Examples 20 External Video 21 Sequence Mode 21 PTZ Configuratio...

Page 4: ...4 AXIS 209MFD MFD R MFD R M12 Troubleshooting 36 Technical Specifications 40 Optimizing your system 42 Bandwidth 42 Glossary of Terms 44 Index 49...

Page 5: ...ti level password protection IP address filtering and HTTPS encryption ensure network security Power over Ethernet reduces cabling requirements and enables centralized power back up Supported by the i...

Page 6: ...3 94 Height 39mm 1 54 Weight 0 18 kg 0 40lb Front view Rear view Side view Position of rear cable exit optional Base plate Network cable with connector Screw holes 102mm 100mm 39mm Indicator LEDs Scre...

Page 7: ...ctivity Amber Steady for connection to 10 Mbit s network Flashes for network activity Unlit No connection Status Green Shows steady green for normal operation Note The Status LED can be configured to...

Page 8: ...to prevent unlicensed copies being installed Further licenses are available from your Axis dealer Access from a browser 1 Start a browser Internet Explorer Firefox 2 Enter the IP address or host name...

Page 9: ...System Options Network TCP IP Advanced For more information please see NAT traversal port mapping for IPv4 on page 30 See also the AXIS Internet Dynamic DNS Service at www axiscam net or for technica...

Page 10: ...rovides buttons for switching between Pan Tilt and Zoom Functions when in Center mode This controls whether the camera should pan tilt to the position in the image that was clicked or whether it shoul...

Page 11: ...pies of the viewing client is prohibited To purchase addi tional licenses contact your Axis reseller Unicast RTP This unicast method RTP over UDP should be your first consideration for live unicast vi...

Page 12: ...n displayed and updated at a rate sufficient to create a stream that shows constantly updated motion The Motion JPEG stream uses considerable amounts of bandwidth but provides excellent image quality...

Page 13: ...om the Setup link from a browser For supported browsers see Technical Specifications on page 40 The descriptions below show examples of the features available in the AXIS 209MFD For details of each se...

Page 14: ...209MFD decreases When digital PTZ is disabled the maximum available resolution returns to 1280 x 1024 pixels Please see the online help for further information on these settings Text Overlay Settings...

Page 15: ...tings available for the selected type See the online help for further information Overlay Mask Type When using an image overlay select the type from the following options Uploaded image as overlay usu...

Page 16: ...part of the image will be used to calculate the exposure Low Light Behavior Exposure priority defines the balance between image quality and the frame rate Higher image quality may reduce frame rate an...

Page 17: ...lost when the limit is exceeded Note that a maximum bit rate can be used for both variable and constant bit rates The bit rate type can be set as Variable Bit Rate VBR or Constant Bit Rate CBR VBR wi...

Page 18: ...age quality or save bandwidth Frame Size Control Use Frame Size Control to set the maximum frame size to unlimited for best image quality or to a limited number of Kilobytes The default is set to unli...

Page 19: ...ailable combination Viewer Settings Show viewer toolbar Select this option to display the viewer you wish for example the AXIS Media Control AMC or the QuickTime viewer toolbar under the video image i...

Page 20: ...ple CAM1 Start PTZ 3 Enter the cgi link http 192 168 0 125 axis cgi com ptz cgi camera 1 continuouspantiltmove 30 30 4 Select the option Show custom link 2 5 Enter a descriptive name for example CAM1...

Page 21: ...Here you can make all the necessary settings 2 To modify an existing video source select it and click the Modify button 3 To delete an external video source select it and click the Remove button Seque...

Page 22: ...Zoom PTZ controls to steer the camera to the required position When satisfied with the camera s position enter a descriptive name This camera position is then saved as a preset position The AXIS 209MF...

Page 23: ...ur the following settings can be made View Time in seconds or minutes View Order or Random Advanced Ctrl Panel Shortcut Command Buttons This allows you to add a shortcut command button to the control...

Page 24: ...ent Type determines under what conditions the camera acts and how Example If the camera detects motion and an event has been configured to act on this the camera can record and save images to an FTP s...

Page 25: ...the required image frequency Include post trigger buffer contains images from the time immediately after the trigger Configure as for pre trigger Note Pre trigger and Post trigger buffers will be los...

Page 26: ...nored Once configured the motion detection windows appear in the list of available triggers for triggering events See How to set up a triggered event above Note Using the motion detection feature may...

Page 27: ...cases a high sensitivity level is recommended Object Size History Sensitivity High level Only very large objects trigger motion detection An object that appears in the region will trigger the motion...

Page 28: ...user list with the appropriate access rights This is done from Setup System Options Security Users Referrals To prevent unauthorized clients from including the video stream from the cameras into exter...

Page 29: ...le formats Network Basic TCP IP Settings IP Address Configuration The AXIS 209MFD MFD R MFD R M12 supports both IP version 4 and IP version 6 Both versions may be enabled simultaneously and at least o...

Page 30: ...dresses of the primary and secondary DNS servers NTP Configuration Obtain NTP server address via DHCP check this radio button to automatically look up and use the NTP server settings as provided by DH...

Page 31: ...NAT router does not support UPnP and you need to manually configure port forwarding in the NAT router If you attempt to manually enter a port that is already in use another available port will automa...

Page 32: ...for it Note that DSCP values can be entered in decimal or hex form but saved values are always shown in decimal For more information on Quality of Service please see the Axis support web at www axis...

Page 33: ...sing this will return all of the cam era s settings to the factory default values including the IP address Upgrade Server See Upgrading the Firmware on page 36 Backup To take a backup of all of the pa...

Page 34: ...ing and using scripts Caution The scripting function is a very powerful tool Improper use may cause unexpected behavior or even loss of contact with the unit If a script does cause problems reset the...

Page 35: ...s been reset The unit will now have the default IP address 192 168 0 90 Unit connectors AXIS 209MFD network connector Female RJ 45 Ethernet connector for 10BaseT 100BaseTX Supports Power over Ethernet...

Page 36: ...in the camera s Web pages 3 In the Upgrade Server section browse to the desired firmware file on your computer Click Upgrade Notes After starting the upgrade process always wait at least 5 10 minutes...

Page 37: ...the camera up and running again please contact Axis support at www axis com techsup Axis Support If you contact Axis support please help us to help you solve your problems by providing the server repo...

Page 38: ...does not support NAT traversal it is recommended that port forwarding is configured manually instead To do this set a static IP address for the camera and set the router to allow HTTP traffic to the c...

Page 39: ...s in uploads This can occur when trying to use a larger image buffer than is actually available Try lowering the frame rate or the upload period Slow image update Configuring e g pre buffers motion de...

Page 40: ...klight compensation Overlay capabilities time date text image or privacy mask Pan tilt zoom Digital PTZ 20 preset positions guard tour sequence mode Supports Windows compatible joysticks Shutter time...

Page 41: ...II RTSP RTP UDP IGMP RTCP SMTP FTP DHCP UPnP Bonjour ARP DNS DynDNS SOCKS NTP More information on protocol usage available at www axis com This product includes software developed by the Open SSL Proj...

Page 42: ...y performing client PC s lowers perceived performance Frame rate affected Optimizing your system To see the bandwidth and frame rate currently required by the video stream the AXIS 209MFD MFD R MFD R...

Page 43: ...his is more important than the image quality using a constant bit rate CBR is recommended Use a variable bit rate VBR if the image quality needs to be maintained at a higher level If supported on the...

Page 44: ...ee also Resolution Client Server Client server describes the relationship between two computer programs in which one program the client makes a service request from another program the server which fu...

Page 45: ...n the 2 4 GHz band while 802 11a allows up to 54 Mbit s on the 5 GHz band Image compression Image compression minimizes the file size in bytes of an image Two of the most common compressed image forma...

Page 46: ...et PPP Point to Point Protocol A protocol that uses a serial interface for communication between two network devices For example a PC connected by a phone line to a server PPTP Point to Point Tunnelli...

Page 47: ...he Internet Protocol IP to transmit data as packets between computers over the network While IP takes care of the actual packet delivery TCP keeps track of the individual packets that the communicatio...

Page 48: ...on method uses a pre shared key PSK for key management Keys can usually be entered as manual hex values as hexadecimal characters or as a Passphrase WPA PSK provides a greater degree of security than...

Page 49: ...4 G GOV Settings 17 Guard Tour 22 23 H Host Name 30 HTTP 30 HTTP Server 24 HTTPS 28 30 I IP Address Filtering 28 L Lighting Conditions 16 Live View 9 13 Live View Config 19 M Manual Trigger Button 9 M...

Page 50: ...209MFD MFD R MFD R M12 T TCP Server 24 TCP IP Settings 29 30 Text Overlay Settings 14 Time Mode 29 Troubleshooting 36 U Upgrade Server 33 Uploading Web Files 15 UPnP 30 32 Users 28 V Video Stream 14 V...

Reviews: