background image

 

48 

AXIS 213 PTZ

Firewall - 

A firewall works as a barrier between networks, between a 

Local Area Network and the Internet. The firewall ensures that only 
authorized users are allowed to access the one network from 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 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, that is, 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 VOPs is the basic unit of an 

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

VOP

.

GOV length - 

The GOV length determines the number of images 

(VOPs) 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-VOPs or 
P-VOPs) 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 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, such as 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 (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, that is, 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, where the camera 

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

Содержание AXIS 213 PTZ

Страница 1: ...AXIS 213 PTZ Network Camera User s Manual...

Страница 2: ...ken in the preparation of this manual Please inform your local Axis office of any inaccuracies or omissions Axis Communications AB cannot be held responsible for any technical or typographical errors...

Страница 3: ...methods of accessing the video stream 13 Setup 14 Accessing the setup tools from a browser 14 AXIS Media Control 14 Video Image 15 Image 15 Overlay image 16 Advanced Camera 16 Advanced MPEG 4 17 Audio...

Страница 4: ...upport Logs Reports 33 Advanced Scripting 34 Advanced Plain Config 34 Resetting to Factory Default Settings 34 Connection Module 35 AUDIO IN OUT 35 Inputs and outputs I Os 35 VIDEO IN 35 VIDEO OUT 35...

Страница 5: ...XIS 213 PTZ is designed for use in security systems it is equipped with security features such as IP address filtering and multilevel passwords The AXIS 213 PTZ has a built in Web server providing ful...

Страница 6: ...tputs two digital inputs audio in out video in out and the RS 232C serial port See Connection Module on page 35 for more information Note For information on installing the AXIS 213 PTZ please refer to...

Страница 7: ...he examples and functions in this section may differ from those displayed in your Live View page If the AXIS 213 PTZ is to be placed upright on a desktop the image must be rotated Go to Setup Video Im...

Страница 8: ...an action directly from the Live View page These buttons are configured under Setup Live View Config Layout Click these buttons to manually start and stop events Use the Snapshot button to capture a s...

Страница 9: ...he displayed image The Snapshot function and the target directory for saving snapshots can be configured from AMC AXIS Media Control which is available from the Windows Control Panel Internet Explorer...

Страница 10: ...me For use with MPEG 4 only Note that in the settings for Video Image Advanced MPEG 4 the Video object type must be set to Simple Java applet This alternative uses a Java applet to update the images i...

Страница 11: ...andwidth and which can provide high quality video streams at less than 1 Mbit s The MPEG 4 standard provides scope for a large range of coding tools for various applications in different situations an...

Страница 12: ...AXIS Media Control AMC in Microsoft Internet Explorer for Windows This ActiveX component is automatically installed on first use after which it can be configured by opening the AMC Control Panel appl...

Страница 13: ...a amp This path is for all supported methods and the client negotiates with the AXIS 213 PTZ to determine which transport protocol to use Audio transmission methods The audio stream can be accessed in...

Страница 14: ...a browser Follow the instructions below 1 Start the browser and enter the IP address or host name of the AXIS 213 PTZ in the location address field 2 The Live View page is now displayed Click Setup to...

Страница 15: ...ver 3 Click the Upload button and follow the on screen instructions 4 The image is now available in the Use overlay image drop down list 5 Click Save 6 Go to Setup Video Image and modify the parameter...

Страница 16: ...filter Off and click Save The Set IR Lamp buttons then appear Use backlight compensation this setting is used to make the subject appear clearer against a bright background Image Settings Auto focus e...

Страница 17: ...I or IP which describes the type of images included in the video stream as well as their internal order The IP structure generally sends the differences compared to the previous image and far fewer c...

Страница 18: ...more activity in the image Limiting the bit rate to a defined value prevents excessive bandwidth usage but images are lost when the limit is exceeded Note that a maximum bit rate can be used for both...

Страница 19: ...ecommended that you use half duplex mode instead Half duplex mode also transmits and receives audio in both directions but only in one direction at a time This means that you must select when to recei...

Страница 20: ...echoing if sound from the speaker is captured by the microphone Noise canceling is a way of reducing the background noise when there is no useful audio present A typical application could be that the...

Страница 21: ...the default page check the checkbox select the page from the drop down list and click OK Upload Own Web Files Your own web files background pictures etc must first be uploaded to the AXIS 213 PTZ in o...

Страница 22: ...the Support Developer pages on the Axis Website at http www axis com Action Buttons These buttons can then be used to manually trigger and stop an event from the Live View page See Event Servers on p...

Страница 23: ...his code and paste it into your own Web page code External Video The AXIS 213 PTZ can also display video images from other Axis network cameras and video servers directly on the Live View page These a...

Страница 24: ...ources can also be included in these sequences Select the desired preset positions and or external video sources and enter the time to display each position Click Save The Sequence buttons appear on t...

Страница 25: ...notification messages for example To set up Event server connections in your AXIS 213 PTZ go to Setup Event Configuration Event Servers and enter the required information according to the selected se...

Страница 26: ...door 3 Set the Priority High Normal or Low see online help files 4 Set the Respond to Trigger parameters defining when the event is to be active such as only after office hours 5 Select the trigger al...

Страница 27: ...email 3 Set the Priority High Normal or Low 4 Set the Activation Time parameters 24h clock when the event is to be active such as starting on Fridays at 18 00 with a duration of 62 hours 5 Set the Whe...

Страница 28: ...r the benefit of the Operator who cannot access the System Options section Example If the Normal state for a push button connected to an input is set to Inactive as long as the button is not pushed th...

Страница 29: ...This is useful if you need to save on bandwidth Note that all multicast viewers count as 1 viewer Enable anonymous PTZ control login allows any viewer access to the Pan Tilt Zoom controls on the Live...

Страница 30: ...u can access the AXIS 213 PTZ by host name which is always the same regardless of the IP address Services Options for notification of IP address change if the IP Address for the AXIS 213 PTZ is change...

Страница 31: ...e 1024 65535 This is useful for simple security port mapping for example NAT Traversal Use NAT traversal when your AXIS 213 PTZ is located on an intranet LAN and you wish to make it available from the...

Страница 32: ...e for video and audio streams and are only valid when MPEG 4 is used as the video format Port Range The RTP Port range defines the range of ports from which the video audio ports are automatically sel...

Страница 33: ...ious settings if the settings are changed and there is unexpected behavior Note The root password will also be reset to the password saved in the backup file Restore Click the Browse button to locate...

Страница 34: ...oper Advanced Plain Config This function is for the advanced user with experience of Axis network camera configuration All parameters can be set and modified from this page Help is available from the...

Страница 35: ...om this camera in the AXIS 213 s web pages Only one image source at a time can be displayed This is selected from System Options Advanced Plain Config Open the group ImageSource and then set the Image...

Страница 36: ...36 AXIS 213 PTZ Schematic Diagram Connection Module...

Страница 37: ...raded providing the features are available in the new firmware although this is not guaranteed by Axis Communications Always read the instructions and release notes available with each new release bef...

Страница 38: ...m Server Report go to Setup System Options Support Overview The server report contains important information about the server and its software as well as a list of the current parameters Log file go t...

Страница 39: ...settings Return the unit to the main network The unit will now have a dynamic IP address but will notify you if the address changes Other networking problems Test the network cable by connecting it to...

Страница 40: ...estricted or prohibited Configure your camera to use a Java applet for updating the video images under Live View Config Layout Default Viewer for Internet Explorer See the online help for more informa...

Страница 41: ...e camera s Setup pages Sound card does not support full duplex For information on how to check if your sound card supports full duplex please visit www axis com and see the support section for Axis ca...

Страница 42: ...and bandwidth Constant and variable bit rate MPEG 4 Image settings Compression levels 11 Motion JPEG 23 MPEG 4 Rotation 90 180 270 Backlight compensation Manual IR cut filter Day Night White balance C...

Страница 43: ...perating systems and browsers see www axis com techsup System integration support Open API for application integration including AXIS VAPIX API AXIS Media Control SDK event trigger data in video strea...

Страница 44: ...rame rate affected Enabled motion detection Frame rate and bandwidth affected Heavy network utilization due to poor infrastructure Bandwidth affected Viewing on poorly performing client PC lowers perc...

Страница 45: ...ond to those actually received by the client For Motion JPEG these values will only be accurate as long as no frame rate limit has been specified Frame rates Motion JPEG The following test results sho...

Страница 46: ...t affect the bandwidth These are the amount of motion the image s complexity the lighting conditions For MPEG 4 if there is only limited bandwidth available and if this is more important than the imag...

Страница 47: ...e Format CIF refers to the analog video resolutions 352x288 pixels PAL and 352x240 pixels NTSC See also Resolution Client Server Client server describes the relationship between two computer programs...

Страница 48: ...ded 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 ban...

Страница 49: ...r over Ethernet provides power to a network device via the same cable as used for the network connection This is very useful for IP Surveillance and remote monitoring applications in places where it m...

Страница 50: ...segments together and which selects a path for sending a unit of data to its next destination In general a switch is a simpler and faster mechanism than a router which requires knowledge about the ne...

Страница 51: ...association of workstation names and locations with IP addresses without the user or administrator having to be involved in each configuration change WPA PSK Wi Fi Protected Access Pre Shared Key Thi...

Страница 52: ...52 AXIS 213 PTZ Zoom lens A zoom lens can be moved zoomed to enlarge the view of an object to show more detail...

Страница 53: ...44 Frame Rate 15 Frame rates 45 FTP Server 25 Full duplex 19 H Half duplex 19 Host Name 31 HTML Examples 23 HTTP 31 HTTP API 22 HTTP Server 25 I Include windows 27 IP Address Filtering 29 IR Light 5...

Страница 54: ...nce Mode 8 Serial Number 5 Services 30 Setup 14 Shortcuts 9 Simple profile 11 SMTP 32 Snapshot 8 SNMP 32 SOCKS 32 Streaming MPEG 4 12 Support 33 System Options 29 System Overview 33 T TCP Server 25 Ti...

Отзывы: