Pelco SDK Quick Start Guide. C5659M-H-a 12 / 2016

Size: px
Start display at page:

Download "Pelco SDK Quick Start Guide. C5659M-H-a 12 / 2016"

Transcription

1 Pelco SDK Quick Start Guide 12 / 2016

2 Contents Contents What Is the Pelco SDK?... 3 Before Installing the Pelco SDK... 6 Installing the Pelco SDK... 8 Running the ViewVideo Sample Program...10 Looking at the Source Code...12 Pelco Media Control Overview of the Pelco SDK Object Model Pelco SDK Quick Start Guide

3 What Is the Pelco SDK? What Is the Pelco SDK? Pelco by Schneider Electric offers the Pelco Software Development Kit (Pelco SDK) to help our development partners write applications for controlling Pelco products and for integrating with non-pelco products and software. The Pelco SDK handles the interface to various Pelco devices so you don't need to. It takes care of making the API calls to the devices on behalf of your application. The following diagram shows how Pelco SDK works. our application requests information from a device, for example, a camera name. The request is passed on to the SDK and the SDK makes the call to the API that resides on the Pelco device, in this case, a camera. The SDK then returns the result back to your application. The Pelco SDK provides a comprehensive Object Model that encapsulates the following Pelco products and features. Table 1: Pelco SDK Features Functionality Endura DS (Pelco API-enabled) VideoXpert Device Collection System Auto Discovery Device Discovery Login Get System Attribute Get Device Attribute Subscribe to system-related events Live Playback State Transitions Ability to pause live streams Subscribe to stream-related events Delivery Mode (Unicast/Multicast) Stream Protocol (RTP/RTSP) RTP only RTSP only MJPEG Support Low Bandwidth Raw Frame Support Video Query Pelco SDK Quick Start Guide 3

4 What Is the Pelco SDK? Functionality Endura DS (Pelco API-enabled) VideoXpert Manual Recording etwork Display Support Overlays on live and recorded video Analytics and Motion overlays Audio Adjust aspect ratio JPEG Snapshot Stream in web browser Continuous Pan Continuous Tilt Continuous Movement Stop Continuous Movement Low Latency mode via UDP Pan to a specific position Tilt to a specific position Determine if camera supports PTZ Move to a specific position Move to a position relative to the current location Get the Camera's current position Manage the Magnification (Zoom) value Manage the Focus value Iris control Get existing Presets and Patterns Create a Preset Create a Pattern Go to an existing Preset Remove an existing Preset Update an existing Pattern Execute an existing Pattern Stop a Pattern currently being executed Toggle Wiper Export a Single Clip Export Multiple Clips via Clip Collection Export Video using Playlist Remote Export Include Overlays in Export Subscribe to Export Events 4 Pelco SDK Quick Start Guide

5 What Is the Pelco SDK? Functionality Endura DS (Pelco API-enabled) VideoXpert Event Subscription/Unsubscription Poll for Events External Events Communication Loss Motion Event Analytics Event Physical Event Diagnostic Event OTE: In VideoXpert, motion events will be displayed as Video Analytic events. To get started with the Pelco SDK you can: Make sure you meet the right hardware and software requirements before you begin. Install the Pelco SDK on your computer. Run a sample SDK application. From Visual Studio, view the source code. Learn more about the object model introduced with Pelco SDK 3.0. Pelco SDK Quick Start Guide 5

6 Before Installing the Pelco SDK Before Installing the Pelco SDK ou can download the Pelco SDK from the Pelco Developer etwork. However, before installing the Pelco SDK on your local machine, make sure your computer meets the following hardware and software requirements. Contents of the Pelco SDK When downloading the Pelco SDK you are installing into the Pelco/API directory the following items: Two sets of libraries, one for Debug, the other for Release. Include files. Sample programs that demonstrate how the SDK works. These programs can also serve as templates for writing your own applications. In addition, the installer registers the Pelco Media Control OCX. The Pelco Media Control is an ActiveX control that encapsulates a subset of the Pelco SDK features in one reusable component. Features include the System class, the Camera class, and various collection and stream-related classes. Hardware Requirements ou can use the Pelco SDK with a Pelco SDK-compatible device, for example, an Endura video management system or an IPenabled camera. Recommended Configuration: CPU: Intel Core i7 2.4GHz Quad Core (or greater) Memory: 4 GB (or greater) Graphics: Dedicated graphics card with at least 1024 MB of memory, PCI Express bus, and supports DirectX 9.0c for multimedia Hard disk: 1GB available hard disk space OTE: Pelco SDK and Pelco cameras do not support displaying video on virtual machines. Software Requirements ou can run the Pelco SDK on any of the following Windows operating systems: Windows 10, Windows 8.1, Windows 7, Windows Server 2012, or Windows Server 2008 R2. When deploying your application along with the Pelco SDK, the following dependencies apply. The Pelco SDK installer will install these dependencies, eliminating the need to install them manually. Dependencies for the Visual Studio 2013 (VC12) SDK: Microsoft.ET Framework Microsoft DirectX 9.0c (Microsoft Download Center) x86 Visual C++ Redistributable Packages for Visual Studio 2013 (Microsoft Download Center) Dependencies for the Visual Studio 2010 (VC10) SDK: Microsoft.ET Framework Microsoft DirectX 9.0c (Microsoft Download Center) x86 Visual C++ Redistributable Packages for Visual Studio 2010 SP1 (Microsoft Download Center) OTE: Microsoft DirectX 9.0c is required even if you have a later version on your computer. ou can download DirectX 9c from the Microsoft Download Center. Deployment Dependencies When deploying your application along with the Pelco SDK redistributables, the following dependencies apply. The Pelco SDK installer will install these dependencies, eliminating the need to install them manually. Dependencies for the Visual Studio 2013 (VC12) redistributables: Microsoft.ET Framework Microsoft DirectX 9.0c (Microsoft Download Center) 6 Pelco SDK Quick Start Guide

7 Before Installing the Pelco SDK x86 Visual C++ Redistributable Packages for Visual Studio 2013 (Microsoft Download Center) Dependencies for the Visual Studio 2010 (VC10) redistributables: Microsoft.ET Framework Microsoft DirectX 9.0c (Microsoft Download Center) x86 Visual C++ Redistributable Packages for Visual Studio 2010 SP1 (Microsoft Download Center) Installation Directory By default, Pelco SDK is located under either: 64-bit systems: C:\Program Files (x86) 32-bit systems: C:\Program Files What's ext? Follow the installation instructions. Pelco SDK Quick Start Guide 7

8 Installing the Pelco SDK Installing the Pelco SDK About this task Pelco SDK is available from the Pelco Developer etwork. Follow these steps to install it on your local computer. Procedure 1. Uninstall any previous versions of Pelco SDK. a) From the Windows Control Panel > Uninstall or change a program, uninstall any previous versions of Pelco SDK. b) avigate to the installation directory and remove \Pelco\API: 64-bit systems: C:\Program Files (x86)\pelco\api\ 32-bit systems: C:\Program Files\Pelco\API\ OTE: ou must remove previous versions of the Pelco SDK to ensure Windows environment variables are set up correctly and that code samples run without error. 2. Get the latest Pelco SDK installation package. Go to and select: Downloads > Pelco SDK Related Downloads. 3. Select the appropriate version and save the file in your local Downloads directory. For Visual Studio 2013 users, install Pelco SDK Windows vc12 For Visual Studio 2010 users, install Pelco SDK Windows vc10 For those not using Visual Studio, choose Pelco SDK Windows vc10 4. From your Downloads directory, double-click the Pelco SDK installer.exe file to launch the SDK install process. Follow the prompts to perform the installation. OTE: If you get the following warning it means that DirectX 9c is missing on your computer, click OK to continue. ou can install it later. 5. Restart the system. This ensures that the environment variables are set correctly. Results By default, the Pelco SDK is located in: 64-bit systems:c:\program Files (x86)\pelco\api\ 32-bit systems:c:\program Files\Pelco\API\ Several directories were installed under Pelco\API: Pelco API directory Description Include\C++\PelcoSDK Header files for Object Model classes. Libs\Debug Pelco SDK libraries that contain debug symbols to use when developing your applications. Libs\Debug\Plugins Assemblies required to render video. For internal use. 8 Pelco SDK Quick Start Guide

9 Installing the Pelco SDK Pelco API directory Description Libs\Release Pelco SDK libraries, built for performance and without debug symbols to use when building your final application. Libs\Release\Plugins Assemblies required to render video. For internal use. Logging A logging application to use when creating log files. SampleCode Sample C# and C++ Visual Studio projects. In addition, your local environment variables were updated to include Pelco SDK paths as follows: EVEREST_BI Location of the Pelco SDK binaries, such as \Program Files\Pelco\API\Libs EVEREST_ROOT Location of the Pelco SDK header files, such as \Program Files\Pelco\API\Include\C ++ PATH Location of the Pelco SDK debug directory, such as \Program Files\Pelco\API\Libs \Debug added to the PATH environment variable PELCO_SDK Location of the Pelco SDK installation directory, such Program Files (x86)\pelco\api\ or Program Files\Pelco\API\ What to do next ext, you might want to check out a sample program installed with Pelco SDK. Pelco SDK Quick Start Guide 9

10 Running the ViewVideo Sample Program Running the ViewVideo Sample Program About this task Pelco SDK comes with a few sample C# and C++ programs to help you become familiar with the SDK. These sample programs are packaged as Visual Studio projects and located under installation directory\pelco\api\samplecode\. Let's walk through the process of building and running the C# program called ViewVideo. When you start ViewVideo, you log in to a system and get a list of the cameras that the system recognizes. ou can select a camera from the list and view its live video stream and play back recorded video. ou'll need the user name and password of your system manager (SM). Procedure 1. From Visual Studio, open Pelco\API\SampleCode\Dotet\ViewVideo\VS2010\ViewVideo.csproj. 2. From the Build menu, select Build Solution. 3. Start the program in debug mode. The ViewVideo program starts and prompts you for the user name and password of your system manager (SM). 4. Connect to a system: If you're on an Endura system on the same VLA, enter the user name and password for your system manager, under Systems, select ew, then click OK. If you're not on an Endura system or if you are on a different VLA, under Systems, select the location of your system manager (SM) from the drop-down box, select Disable autodiscover, supply the IP address and port number of your system manager, and then click OK. 5. From the ViewVideo window, click a camera listed on the left to start viewing a live video stream on the right. 10 Pelco SDK Quick Start Guide

11 Running the ViewVideo Sample Program The system manager starts collecting the list of available cameras managed by your system. X's mark cameras that are currently off line. 6. Right-click anywhere in the video window to view recorded playback options. What to do next This gives you an idea what a Pelco application can do. ow let's look at the source code for this application to see what's involved. ou might be surprised at what little code is required to interact with Pelco devices. Pelco SDK Quick Start Guide 11

12 Looking at the Source Code Looking at the Source Code ow that you know how ViewVideo program works, let's take a look at the source files. This application is built using the Pelco SDK Object Model so you can see how to use the SDK classes in your Pelco applications. There's a lot going on in this ViewVideo application, so this example strips it down to the essential code required to get a video stream from a camera and play it on a monitor. The following example walks you through the source code and explains what's going on. Here, the ViewVideo program: Creates a System object to represent a real-world video management system. If no system exists, it creates one. Gets a list of the system's devices and filters it for a list of cameras. Creates a Camera object to represent the video source. Creates a Display object to represent the display that shows the video. Creates a Stream object to represent the video stream that plays live or recorded video. ote that the ViewVideo program uses the.et System.Windows.Forms namespace to take advantage of the user interface features in the Microsoft Windows operating system. These classes are not discussed here. TIP Run the ViewVideo program in debug mode to get an idea of what's going on. TIP As you peruse the source code, browse the Object Model SDK Reference available on the Pelco Developer etwork (PD). Main Program Starting with main(), located in the file, program.cs, notice that the program is framed with Startup() and Shutdown() methods. Startup() is required to initialize the Pelco software before you start using it. Likewise, Shutdown() cleans up and shuts down the SDK before the application ends. Every Pelco SDK program requires these Startup() and Shutdown() methods. Get System Collection and Systems Open the LoginForm.cs file and here's the first step in a Pelco SDK application: get the appropriate system from the system collection. A SystemCollection object contains all the systems on the network. A System object contains all the devices connected 12 Pelco SDK Quick Start Guide

13 Looking at the Source Code to a single system. This system and device information is stored on a local database, called the device cache, and is described in more detail in the Pelco SDK Programmer's Guide. The following code creates a SystemCollection object to contain all the systems on the network, iterates over the collection, and assigns a display name and UUID to each system. The following code creates a System object if the system exists. The GetItem() method of SystemCollection assigns the specified system to the System object. If a system doesn't exist, it creates one, which occurs in the AddSystem() method. Go to the AddSystem() method and you'll see how to create the very first System object. First, you construct a system scheme and create a System passing in the system scheme. Pelco SDK Quick Start Guide 13

14 Looking at the Source Code ow, let's look at the system scheme in more detail. Here's a simpler example than the one in ViewVideo: PelcoSDK::System system("admin:admin@pelcosystem:// :80?alias=alias"); otice that the system scheme resembles a Web address, more specifically, the top level of the URI naming structure. A system scheme is described as follows: PelcoSDK Pelco SDK identifier. admin:admin@ User name and password for the system. pelcosystem: The system provider. The pelcosystem provider name means that this is an Endura system. // :80 Host name and port number of the system.?alias=alias Query string to pass in an argument. Here, alias is a friendly name used to display the system or to look it up in the database. Using the system scheme is a short cut for adding an initial system and for accessing it later on. It replaces the need to use the Add() method on the SystemCollection. When you write your own applications, you'll discover how handy, and powerful, the system scheme can be. After the System is created (or retrieved), the application then gets the system's DeviceCollection to perform the interesting part of the application. In ViewVideo, this occurs on the last line of AddSystem() with the call to DisplayDevices(). Get Cameras and Video Streams Open the CameraCollectionForm.cs file to see the heart of the program. The CameraCollectionForm() method creates a list of the system's devices and iterates over the list of devices. For each camera, it creates a Camera object and adds it to the list of cameras. A Display object is created to represent the display that shows the video. 14 Pelco SDK Quick Start Guide

15 Looking at the Source Code A Stream object is created to represent the actual video. otice that a Camera object is passed in as an argument to the method that creates the Stream. The Display.Show() method shows the video on the monitor. otice, also, that the video switches from live to recorded video on the same Stream object. In this case, the Stream.Play method plays back the video at normal speed. It uses StreamConfig.VideoFormat() to change the video format to MJPEG. ViewVideo uses Stream.Timestamp() to create a Timestamp.ET event which returns a timestamp every time a timestamp is processed in the video stream. Pelco SDK Quick Start Guide 15

16 Looking at the Source Code Handle Exceptions otice how exceptions are handled throughout. Any time your program needs to display an exception, the Exception object can parse errors and display the specified error message. 16 Pelco SDK Quick Start Guide

17 Pelco Media Control Pelco Media Control The Pelco Media Control is an ActiveX control that encapsulates a subset of the Pelco SDK features in one reusable component. The control can be included in a Windows Forms application (described here) or web page. The Pelco Media Control supports interfaces and classes related to system setup, camera and device collection, and video streaming. ou can use these classes to perform a variety of tasks, including: Create and connect to System objects Add devices (to a Pelco Edge system) Retrieve specific cameras and other devices attached to a System Configure and start a video stream Take a snapshot of the current stream image Using the Pelco Media Control in a Windows Forms Application The SDK installer automatically registers the Pelco Media Control with Windows. Once it has been registered you can use it in an application. Add the Pelco Media Control to a Windows Forms application using the Visual Studio Toolbox. Pick the PelcoMediaControl from the COM tab. After the control has been added to the project you can drop it onto a form and start writing code that uses the control. Pelco SDK Quick Start Guide 17

18 Pelco Media Control Use the Object Browser to get a list of the interfaces, classes, and methods supported by the control. Create a Stream from a pelcosystem Camera Object The following code creates a Pelco System object, retrieves a camera attached to that system, and then starts a video stream. using P = PelcoMediaControl; public partial class Form1 : Form // Replace with constants that apply to your environment const string systemaddress = " "; const string camerauuid = "uuid:0901f b6c "; const string user = "admin"; const string password = "admin"; P.Stream _stream = null; P.Stream stream get if( _stream == null ) var systems = ctrl.systemcollection; P.System sys = null; string systemscheme = string.format("0:1@pelcosystem://2", user, password, systemaddress); try sys = systems.getitembykey( systemscheme ); catch( Exception ) sys = systems.add( systemscheme ); sys.login( user, password ); P.Camera camera = sys.getcamerabyuuid(camerauuid); ctrl.createstream(camera); _stream = ctrl.currentstream; return _stream; 18 Pelco SDK Quick Start Guide

19 Pelco Media Control set _stream = value; Create a Stream from a pelcoedgesystem Camera Object The following code creates a Pelco Edge System object, adds and then retrieves a camera on that system, and then configures and starts a video stream. The stream delivery mode is set to Unicast. The default delivery mode is Multicast. If your switch or router filters out mulicast packets then try unicast. In addition, the video format is explicitly set to MPEG/H.264. using P = PelcoMediaControl; public partial class Form1 : Form // Replace with constants that apply to your environment const string systemalias = "?alias=sampleedgesystem"; P.Stream _stream = null; P.Stream stream get if ( _stream == null ) var systems = ctrl.systemcollection; P.System sys = null; string systemscheme = string.format("0:1@pelcoedgedevices://2", user, password, systemalias); try sys = systems.getitembykey( systemscheme ); catch( Exception ) sys = systems.add( systemscheme ); sys.cameracollection.add("admin:admin@pelcoedgedevices:// "); P.Camera camera = sys.cameracollection.getcamerabyindex(0); ctrl.createstream(camera); P.StreamConfiguration config = ctrl.currentstream.getconfiguration(); config.videoformat = P.StreamVideoFormat.MPEG4h264; config.deliverymode = P.StreamDeliveryMode.Unicast; ctrl.currentstream.setconfiguration(config); set _stream = ctrl.currentstream; return _stream; _stream = value; Pelco SDK Quick Start Guide 19

20 Pelco Media Control The Pelco Media Control displays the active video stream in the control. This applies to cameras in both Edge and non-edge systems. 20 Pelco SDK Quick Start Guide

21 Overview of the Pelco SDK Object Model Overview of the Pelco SDK Object Model The Pelco SDK introduced the Object Model to define classes to represent pieces of a Pelco video management system. Classes represent systems and the connected devices, such cameras, recorders, encoders, decoders, and monitors. Classes of the SDK Object Model The class diagram below introduces Pelco SDK classes as of and shows how they interact. Collection classes indicate those classes that exist in containers so that you can manage them as one entity. Orange arrows indicate an "is a" relationship where the class is derived from the parent class. For example, a Camera is a kind of Device. Green arrows indicate a "has a" relationship where the class is contained in the parent class. For example, a System contains Devices. System and System Collection Classes The System class represents a system on a Pelco video management system (VMS), such as a VideoXpert system. The System class enables you to perform the following tasks: Retrieve a system manager (SM) by its display name, UUID, IP address and port number, or its alias Retrieve the devices connected to the System, such as cameras, encoders, decoders, and network video recorders (VRs) Store and retrieve device information Remove systems Pelco SDK Quick Start Guide 21

22 Overview of the Pelco SDK Object Model The System class can also represent a Pelco Endura system. The System class can also represent a Pelco Edge system, which is a special kind of "virtual" system that consists of a set of devices without using a system manager (SM). The SystemCollection class represents a collection of systems that comprise a Pelco network. Here's a picture that illustrates a video management system, represented by a SystemCollection. It contains an Endura system, represented by a System class with connected cameras, two VRs, and a System Manager (SM). It also contains a Pelco Edge system, also represented by a System class but with only cameras attached. Currently, the System class can represent the following Pelco video management system products: VideoXpert, the scalable video management and surveillance system that aggregates other Pelco VMS products. Endura, the Pelco video management system that is managed by a system manager (SM) appliance such as an SM5200. Pelco Aggregation Software, which allows Endura customers to observe multiple Endura installation sites through a common user interface. Pelco Edge system, which is a Pelco SDK "virtual" system that enables SDK applications to connect to cameras without using a system manager. Digital Sentry products: etwork Video Recorder and Analog Encoder. Device and Device Collection Classes The Device class represents a single device connected to the system manager such as a camera, encoder, and decoder, recorder, or monitor. The DeviceCollection class, which represents all devices associated with a system, enables SDK applications to manage all devices on a system as a single entity. Camera, Display, and Stream Classes The combination of Camera, Display, and Stream classes display video. The Camera class represents any IP camera such as a Sarix or Spectra model. The Display class represents a window on a local display that shows a video stream. The display might have several windows where each window shows a separate video stream. A Stream class represents live or recorded video. The StreamConfiguration class gives you the ability to change a stream's: Delivery mode from unicast to mulitcast Video format from MJPEG to MPEG-4/H.264 Frame rate The following figure illustrates that it takes the three classes to show a video: Camera, Stream and Display. 22 Pelco SDK Quick Start Guide

23 Overview of the Pelco SDK Object Model etwork Display and Channel Classes The etwork Display class represents a network display that can be located anywhere on the network but managed on the local computer that is running the SDK. For example, a collection of network display units can be used as a video wall, where they show video from several locations but are managed from a single keyboard. The Channel class represents the channel through which video is transmitted from the camera to show in a rectangular area of the network display. This could be a single video channel shown across the entire display area, called the 1x1 layout, or up to 16 channels, called a 4x4 layout. The following figure shows how channels transmit video from a camera to a network display. Clip and Exporter Classes The Clip and Exporter classes of the Pelco SDK Object Model make it easy to export video from a camera to disk. ou create an excerpt of recorded video with an instance of Clip, and control the export process with an instance of Exporter. Currently, these classes are available on Pelco Aggregation systems only. Event Classes Pelco SDK contains three event classes to provide a way to handle events in your applications: With the Event class, you declare which events you want your application to handle. With the EventListener class, you callback to your event handler. With the Events class, you subscribe and unsubscribe to events to start and stop listening for events. Pelco SDK Quick Start Guide 23

24 Overview of the Pelco SDK Object Model Utility Classes Pelco SDK contains convenience classes to ease application development. ou can use the Exception class to handle exceptions for error conditions in the Object Model. ou can use PTime, PString, and PList classes for ease in handling lists, strings, and time values. The Pelco SDK Object Model The following table summarizes the classes defined in the Pelco SDK Object Model as of SDK Table 2: List of the Pelco SDK Classes Class Function Administrator Manages all systems without requiring the user name and password of any single system. The Administrator class represents a "superuser" whose credentials supersede the administrator credentials of all individual systems. Camera Manages an IP camera such as a Sarix or Spectra model. Channel Transmits a single channel of video to a multichannel remote monitor. The Channel class represents video that appears in a rectangle on the network display. Clip Creates an excerpt of recorded video by specifying the start and stop time. Used with the Exporter class to export video to disk. Device Manages a physical device contained in the video management system. The Device class can represent a camera, encoder, decoder, digital video recorder (DVR), or network video recorder (VR). Display Displays video streams in a window on a display/monitor. Multiple streams appear in separate windows. The Display class represents a local display attached to the computer on which the SDK is running. Event Defines something that occurs in a system, such as changes in device online/offline state, changes in device properties, or stream failures. EventListener Listens for events and calls an event handler when an event fires. The GlobalEventListener class listens for global events, such as changes in the SDK state, across the entire system collection. The SystemEventListener class listens for events on a specific system and its associated devices. Events Subscribes and unsubscribes to events. Exception Handles exceptions on Try and Catch execution. The Exception class can return error codes and messages. Exporter Exports recorded video and saves it to a video file. Available for Pelco Aggregation systems only. ExternalEvent Injects Events generated by non-pelco external systems into VideoXpert. ExternalSituation Injects Situations generated by non-pelco external systems into VideoXpert. MediaFrame Provides a way to get raw frames from the stream which can be rendered on the user s display instead of a Display object. etworkdisplay Displays video on a remote monitor, where each video channel appears in a rectangle on the monitor. The etworkdisplay class allows an operator to manage monitors residing elsewhere on the network from a local computer running the SDK. Overlay Displays custom information over streaming video or exported video. Playlist Assembles a list of multiple clip collections for export. Each clip contains information such as camera details, start time, end time, and audio. Property Defines and manages arbitrary name/value pairs used in your application. PList Represents items in a list. Use this object to iterate over collections. PString Defines and manages character strings. PTime Retrieves and sets time by day, hour, minute, month, year, and so on. PTZ SearchFilter Provides pan, tilt and zoom functions in active cameras with PTZ hardware. Parameters on which to base the search for video/audio. 24 Pelco SDK Quick Start Guide

25 Overview of the Pelco SDK Object Model Class Function Stream Plays live or recorded video. If recorded, makes available the typical video controls such as pause and rewind. Stream Configuration Changes how the Stream class behaves, for example, video format (MJPEG or MPEG-4/H.264), protocol (RTP, RTSP, or HTTP), delivery mode (unicast or multicast) and whether it contains audio. System Creates and manages systems and devices. The System class represents a System Manager (SM), DS, VideoExpert, or a Pelco Edge system. A System object can also represent a system that allows applications to send calls directly to a Pelco Aggregation System. Multiple Collection classes Enables iterating over a collection. The collection can consist of one of these classes: Channel, Clip, Device, ExtermalEvent, ExternalSituation, Property, and System. Object Model Libraries The Object Model features are contained in a dynamic link library file (.dll). There is one for.et and one for C++. Pelco.SDK.dll (any.et language) PelcoSDK.dll (C++) Pelco SDK Quick Start Guide 25

26 Pelco by Schneider Electric 3500 Pelco Way Clovis, California USA (800) Tel (800) Fax +1 (559) International Tel +1 (559) International Fax Schneider Electric. All Rights Reserved. All trademarks are owned by Schneider Electric Industries SAS or its affiliated companies.

Pelco VideoXpert SDK 1.1 Quick Start Guide. VideoXpert_SDK_QSG-B 03 / 2016

Pelco VideoXpert SDK 1.1 Quick Start Guide. VideoXpert_SDK_QSG-B 03 / 2016 Pelco VideoXpert SDK 1.1 Quick Start Guide 03 / 2016 Contents Contents What Is the Pelco VideoXpert SDK?...3 Before Installing the Pelco VideoXpert SDK...5 Installing the Pelco VideoXpert SDK...6 Running

More information

Pelco Video Server 2.7 / Software House C CURE 9000 v2.7 Troubleshooting Guide C5638M-F 10 / 2018

Pelco Video Server 2.7 / Software House C CURE 9000 v2.7 Troubleshooting Guide C5638M-F 10 / 2018 Pelco Video Server 2.7 / Software House C CURE 9000 v2.7 Troubleshooting Guide 10 / 2018 Contents Contents Preface: Introduction... iv Chapter 1: Adding and Editing Pelco Video Server and Cameras... 5

More information

Pelco SDK 3.1 PROGRAMMING C5617M-D 04/2013

Pelco SDK 3.1 PROGRAMMING C5617M-D 04/2013 Pelco SDK 3.1 PROGRAMMING C5617M-D 04/2013 Contents Pelco SDK Contents Chapter 1: Introduction... 6 Getting Started with the Pelco SDK...6 General Requirements...8 Installing the Pelco SDK...9 System Environment

More information

Pelco / RS2 Integration Guide PI / 2014

Pelco / RS2 Integration Guide PI / 2014 Pelco / RS2 Integration Guide PI56210 10 / 2014 Table of Contents Table of Contents Preface: Important Notices... iii Chapter 1: Getting Started... 4 Requirements...4 Installation... 4 Uninstalling the

More information

VideoXpert 3.X Security Expert Integration User Guide

VideoXpert 3.X Security Expert Integration User Guide VideoXpert 3.X Security Expert Integration User Guide USER GUIDE 20-Mar-19 Contents 1. Introduction... 4 2. Abbreviations... 4 3. Version Information... 4 3.1. Integration Component Version... 4 3.2. Security

More information

Endless adaptability. Endura IP video management system. Discover the power of integrated security.

Endless adaptability. Endura IP video management system. Discover the power of integrated security. Endless adaptability Endura IP video management system Discover the power of integrated security. Endura Meeting the demands of 24/7 surveillance applications When reliability matters most Endura is the

More information

Pelco Camera and SCADA Integration Quick Start Guide

Pelco Camera and SCADA Integration Quick Start Guide Pelco Camera and SCADA Integration Quick Start Guide Table of Contents 1. Installation... 4 1.1 Operating system requirements... 4 1.1.1 Supported operating systems... 4 1.1.2 Non-supported operating

More information

Pelco Endura Video RTU Guide. Version 3.x

Pelco Endura Video RTU Guide. Version 3.x Pelco Endura Video RTU Guide Version 3.x Pelco Endura RTU Guide Ver 3.x Intelli-Site Security Management Software Pelco Endura Video RTU Guide PC Software RTU Interface Guide For Windows 7 SP1, 2008 R2

More information

Digital Video Surveillance Center Management Software

Digital Video Surveillance Center Management Software Digital Video Surveillance Center Management Software NVClient User Manual Revision: V3.2 Updated: 12-2011 Contents Chapter I General...- 3-1.1 INTRODUCTION... - 3-1.2 MAIN FUNCTIONS... - 3 - Chapter II

More information

UPGRADING FIRMWARE FROM DEVICE UTILITY: 32-BIT SYSTEMS

UPGRADING FIRMWARE FROM DEVICE UTILITY: 32-BIT SYSTEMS Release Notes Sarix Firmware for Esprit IP, ExSite IP, and Spectra IV H.264 Series Cameras This document describes the software features and major fixes for cameras and positioning systems that use Sarix

More information

Central Management Software for NVR-915 / NVR-1615 CV5-M256

Central Management Software for NVR-915 / NVR-1615 CV5-M256 Central Management Software for NVR-915 / NVR-1615 Table of Contents Chapter 1. Main Console... 4 1.1 Tool Bar... 4 1.2 NVR List... 5 1.3 Division List... 7 1.4 Group List... 9 1.5 PTZ Panel...11 1.6 Operation

More information

COMMAND STATION PC SOFTWARE

COMMAND STATION PC SOFTWARE COMMAND STATION PC SOFTWARE MULTI-SITE MANAGEMENT SOFTWARE USER MANUAL Version 1.6 OpenEye Command Station Software Manual V 1.6 Manual Edition 34863AI - June 2018 2018, OPENEYE All Rights Reserved No

More information

VideoXpert Integration - Symmetry Professional User Guide

VideoXpert Integration - Symmetry Professional User Guide VideoXpert Integration - Symmetry Professional User Guide USER GUIDE V1.2 26-Jul-17 Contents 1. Introduction... 3 2. Abbreviations... 3 3. Version Information... 3 3.1. Integration Component Version...

More information

ADDENDUM. DSAdmin New Features and Improvements The new features described below are compatible with Digital Sentry software version and later.

ADDENDUM. DSAdmin New Features and Improvements The new features described below are compatible with Digital Sentry software version and later. ADDENDUM Addendum No. C5610M-A Date January 17, 2012 Documents Affected C3661M-C Digital Sentry System Software Operation/Configuration manual C3663M-C DS NVR and DS NVs System Software Operation/Configuration

More information

Video Monitoring. Contents CHAPTER

Video Monitoring. Contents CHAPTER CHAPTER 13 This chapter describes how to view live and recorded video streams from security cameras configured in the Cisco Video Surveillance Manager (Cisco VSM) system. Using Cisco PAM, you can associate

More information

XProtect Go 2016 R2. Specification Sheet

XProtect Go 2016 R2. Specification Sheet XProtect Go 2016 R2 Specification Sheet Contents Feature Overview... 3 XProtect Go server modules... 3 XProtect Go client modules... 3 Detailed Product Features... 4 XProtect Go server modules... 4 XProtect

More information

FS-IP6360-V User Manual. Ver 1.0

FS-IP6360-V User Manual. Ver 1.0 FS-IP6360-V User Manual Ver 1.0 Sentry360 2016 Table of Contents 1. Overview...3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 5 1.4 Installation... 6 1.5 Function Cables... 7 1.6 Connectors...

More information

Manual Version: V1.01. ISS Manager Video Management Software User Manual

Manual Version: V1.01. ISS Manager Video Management Software User Manual Manual Version: V1.01 ISS Manager Video Management Software User Manual Notice The information in this manual is subject to change without notice. Every effort has been made in the preparation of this

More information

Manual Version: V1.15. Video Management Software Guard Station User Manual

Manual Version: V1.15. Video Management Software Guard Station User Manual Manual Version: V1.15 Video Management Software Guard Station User Manual Thank you for purchasing our product. If there are any questions, or requests, please do not hesitate to contact the dealer. Disclaimer

More information

Minimum Requirements. Recommended Requirements

Minimum Requirements. Recommended Requirements OpenEye EasyMobile 2 Android Software Manual (v1.0.12.01) Manual Edition 30869AD FEBRUARY 2015 The OpenEye Android EasyMobile 2 App software allows you to access your EasyDVR or EasyNVR recorder from almost

More information

Dax VMS. Key Features. Support Megapixel camera, IP cameras. Multiple Monitor Display. Digital PTZ. Support E-Map functin. Video recording & Snapshot

Dax VMS. Key Features. Support Megapixel camera, IP cameras. Multiple Monitor Display. Digital PTZ. Support E-Map functin. Video recording & Snapshot Dax VMS Key Features Support Megapixel camera, IP cameras Multiple Monitor Display Digital PTZ Support E-Map functin Video recording & Snapshot Support full screen display Compatible with joystick Friendly

More information

Expand your capabilities.

Expand your capabilities. Expand your capabilities. Digital Sentry Flexible video management system Experience the power of choice. Digital Sentry With full-featured DS NVs video management software, the convenience and assurance

More information

Viewer for Luma Fisheye IP Surveillance Camera. Software Manual

Viewer for Luma Fisheye IP Surveillance Camera. Software Manual Viewer for Luma Fisheye IP Surveillance Camera Software Manual Important Notes This software is a third-party program that allows you to view, in a normal view, surveillance recordings that were made in

More information

XProtect Essential 2017 R1 Specification Sheet. Specification Sheet

XProtect Essential 2017 R1 Specification Sheet. Specification Sheet Contents Feature Overview... 3 XProtect Essential server modules... 3 XProtect Essential client modules... 3 Detailed Product Features... 4 XProtect Essential server modules... 4 XProtect Essential Server

More information

Avigilon Control Center Web Client User Guide

Avigilon Control Center Web Client User Guide Avigilon Control Center Web Client User Guide Version: 4.12 Standard PDF-WEBCLIENT-S-E-Rev2 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice.

More information

User Manual of VSPlayer Software. VSPlayer Software. User Manual UD06784B

User Manual of VSPlayer Software. VSPlayer Software. User Manual UD06784B VSPlayer Software User Manual UD06784B i User Manual COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings, pictures,

More information

Endura / Lenel OnGuard Integration Guide

Endura / Lenel OnGuard Integration Guide C O N F I G U R A T I O N Endura / Lenel OnGuard Integration Guide C5608M 2 C5608M Important Notices.....................................................................................................

More information

ENFORCER. DVRJavaView Software. User s Manual SECO-LARM. Version 0.3.9

ENFORCER. DVRJavaView Software. User s Manual SECO-LARM. Version 0.3.9 ENFORCER DVRJavaView Software User s Manual Version 0.3.9 SECO-LARM Table of Content 1. Overview...2 1.1 System Requirements...2 1.2 Software Limitation...2 2 Startup DVRJavaView Software...3 2.1 Main

More information

VideoXpert&Digital Sentry Integration - AccessXpert Release Note

VideoXpert&Digital Sentry Integration - AccessXpert Release Note VideoXpert&Digital Sentry Integration - AccessXpert RELEASE NOTE V1.2 11-Sep-17 Contents 1. Introduction... 3 2. Abbreviations... 3 3. About this Release... 3 4. Version Information... 3 4.1. Integration

More information

VSPlayer Software User Manual

VSPlayer Software User Manual VSPlayer Software User Manual UD03888B User Manual COPYRIGHT 2016 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings, pictures,

More information

ACTi Mobile Server User s Manual

ACTi Mobile Server User s Manual ACTi Mobile Server User s Manual 03/04/2011 Table of Contents Mobile Server 1 Overview 4 Introduction... 4 Main Specification... 5 System Requirements... 5 2 Installation 7 General Configuration... 7 PTZ

More information

Pelco SDK 2.0 Programmers Guide for C# Doc Rev

Pelco SDK 2.0 Programmers Guide for C# Doc Rev SDK 2.0 Programmers Guide for C# Doc Rev 1.75.93 Pelco 3500 Pelco Way Clovis, CA 93612-5699 T 800-289-9100 F 925-468-1550 http://pelco.com Table of Contents Updates xi Overview 1 Who is this for? 1 How

More information

VMS-A1 Client Software. User Manual

VMS-A1 Client Software. User Manual VMS-A1 Client Software User Manual Contents Contents... 2 Chapter1. Overview... 4 1.1 Description... 4 1.2 Features & Functions... 4 Chapter2. Update Info... 6 Chapter3. Starting VMS-A1... 7 3.1 Installing

More information

RAS (Remote Administration System)

RAS (Remote Administration System) RAS (Remote Administration System) Digital Video Recorder Software User Guide Document 900.0314 Rev 2.00 RAS User Guide Revisions Issue Date Revisions 1.00 08/04 New document. 1.01 04/05 Update template,

More information

Video Monitoring. Contents CHAPTER

Video Monitoring. Contents CHAPTER CHAPTER 15 This chapter describes how to view live and recorded video streams from security cameras configured in the Cisco Video Surveillance Manager (Cisco VSM) system. Using Cisco PAM, you can associate

More information

Milestone XProtect Basis+

Milestone XProtect Basis+ XPB+ 6.0 FACTSHEET Milestone XProtect Basis+ Top performance IP video surveillance with an expanded feature set. XProtect Basis+ is the right product for small installations that need robust single-server

More information

Grandstream Networks, Inc. GSurf User Manual

Grandstream Networks, Inc. GSurf User Manual Grandstream Networks, Inc. GSurf User Manual GSurf Contents Contents Introduction 3 Installation 4 Minimum Recommended Requirements 4 Login 4 Main Window 5 Menu Items 5 Toolbar Items 6 Play Bar Items 7

More information

User Manual. For. CMS (WEB version)

User Manual. For. CMS (WEB version) User Manual For CMS (WEB version) Contents 1 Preface...1 1.1 System requirements... 1 1.2 Main features... 2 2 Server Installation...3 2.1 System requirement... 3 2.2 Installation... 4 2.2.1 Complete...5

More information

NVMS-5000 NVMS User Manual

NVMS-5000 NVMS User Manual NVMS-5000 NVMS-5000 User Manual NVMS-5000 User Manual Contents 1 Introduction... 4 1.1 NVMS-5000 Brief Introduction... 4 1.1.1 Summerization... 4 1.1.2 Software Architecture... 4 1.2 System Components...

More information

Table of Contents. Product Overview 3 System Requirements 4 Installing MicroView 5 Managing Users & Groups 8

Table of Contents. Product Overview 3 System Requirements 4 Installing MicroView 5 Managing Users & Groups 8 User s Manual Table of Contents Product Overview 3 System Requirements 4 Installing MicroView 5 Managing Users & Groups 8 Add a new user 8 Modify Group Privilege 9 How to Add a new camera 10 Add a new

More information

Quick Start Guide (V1.03) UD.6L0201B1064A01

Quick Start Guide (V1.03) UD.6L0201B1064A01 ivms-4200 PCNVR Quick Start Guide (V1.03) UD.6L0201B1064A01 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact the dealer. This manual applies

More information

FS-IP3000-M User Manual. Ver 1.0

FS-IP3000-M User Manual. Ver 1.0 FS-IP3000-M User Manual Ver 1.0 Sentry360 2014 Table of Contents 1. Overview... 3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 5 1.4 Installation... 6 1.5 Connectors... 7 2. Connect Ethernet

More information

VideoXpert Integration Security Expert Release Note

VideoXpert Integration Security Expert Release Note VideoXpert Integration Security Expert Release Note RELEASE NOTE V1.4 12-Jan-18 Contents 1. Introduction... 3 2. Abbreviations... 3 3. About this Release... 3 4. Version Information... 3 4.1. Integration

More information

User Guide Intelligent Security & Fire

User Guide Intelligent Security & Fire Int e en llig ur ec ts ity & e Fir User Guide Contents Features and Functions...................................................3 Introduction.............................................................3

More information

Video Management Software

Video Management Software Video Management Software User Manual Web: europesecurity.eu Mail: info@europesecurity.eu Tel.: 0541 352 952 User s Manual 2 Contents CHAPTER : XMS CENTRAL USER MANUAL 1 PC REQUIREMENT 3 2 INSTALL 3 3

More information

ALIBI Witness 2.0 v3 Smartphone App for Apple ios Mobile Devices User Guide

ALIBI Witness 2.0 v3 Smartphone App for Apple ios Mobile Devices User Guide ALIBI Witness 2.0 v3 Smartphone App for Apple ios Mobile Devices User Guide ALIBI Witness 2.0 v3 is a free application (app) for Apple ios (requires ios 7.0 or later). This app is compatible with iphone,

More information

Introduction to the NiceVision SDK

Introduction to the NiceVision SDK INSIGHT FROM INTERACTIONS Solution Overview Introduction to the NiceVision SDK Revision: 1.0 All contents of this document are: Copyright 2009 NICE Systems Ltd. All rights reserved. Table of Contents 1.

More information

User Manual. Central Monitoring Software for TER-series recorders. CenPro

User Manual. Central Monitoring Software for TER-series recorders. CenPro EN User Manual Central Monitoring Software for TER-series recorders CenPro Contents CENPRO USER MANUAL 1 PC REQUIREMENT 3 2 INSTALL 3 3 UNINSTALL 5 4 BASIC OPERATION 7 4.1 Log In 7 4.2 Screen Layout 8

More information

icms Pro USER S Manual Ver 1.4

icms Pro USER S Manual Ver 1.4 icms Pro USER S Manual Ver 1.4 Contents Panes... 7 How Can User Rights Affect Your Use of icms Pro SW?... 10 Minimum System Requirements... 11 Installing the icms Pro SW... 12 Download icms Pro from icatchinc

More information

Milestone Arcus on ReadyNAS User Manual

Milestone Arcus on ReadyNAS User Manual User Manual August 2017 202-11819-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product,

More information

Central Management Software. Cam Viewer 3 Lite. User Manual

Central Management Software. Cam Viewer 3 Lite. User Manual Central Management Software Cam Viewer 3 Lite User Manual Version 1.0.0 Table of Contents 1. System Requirement...4 2. Software Installation...5 3. Configuration Wizard...9 3.1 Channel...10 3.1.1 Adding

More information

IP Matrix VJD Software manual

IP Matrix VJD Software manual IP Matrix VJD 8000 en Software manual IP Matrix Table of contents en 3 Table of contents 1 Introduction 4 1.1 About this manual 4 1.2 Conventions in this document 4 1.3 Additional documentation 4 2 System

More information

icms Pro USER s MANUAL Ver 1.0

icms Pro USER s MANUAL Ver 1.0 icms Pro USER s MANUAL Ver 1.0 Contents Target Audience for this Document... 5 Copyright, Trademarks and Important Information... 5 Copyright... 5 Disclaimer... 5 Introduction... 6 Tabs... 6 Panes... 7

More information

CompleteView & C CURE 9000 Integration Quick Start Guide Salient CompleteView

CompleteView & C CURE 9000 Integration Quick Start Guide Salient CompleteView CompleteView & C CURE 9000 Integration Quick Start Guide Salient CompleteView i CompleteView - CCURE 9000 Integration Quick Start Guide Table of Contents Introduction... 3 Supported Operating Systems...

More information

Software. IP Video Control Center v User s Manual

Software. IP Video Control Center v User s Manual Software IP Video Control Center v1.36.03 User s Manual i Table of Contents 1.Getting Started 1 Recommended System Requirements 1 Start IP Video Control Center 2 Exit IP Video Control Center 3 Check IP

More information

EASYMOBILE HD ANDROID USER MANUAL

EASYMOBILE HD ANDROID USER MANUAL EASYMOBILE HD ANDROID USER MANUAL OpenEye EasyMobile HD Android Software Manual (v1.0.2.02) Manual Edition 32007AA MAY 2013 EASYMOBILE HD APP The OpenEye Android EasyMobile HD App software allows you to

More information

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3 inex Standard Table of Contents Chapter 1 Introduction... 1 1.1 Features... 1 1.2 System Diagram... 3 Multi-Server... 3 Single-Server... 3 Chapter 2 Installation... 5 2.1 Product Information... 5 Package

More information

Video Surveillance Management Software NVClient V5 User Manual

Video Surveillance Management Software NVClient V5 User Manual Video Surveillance Management Software NVClient V5 User Manual Version: V5.0 Update Date: 2013-12-12 Welcome Thanks for using the Company's digital video surveillance management software. Please read this

More information

Features and Benefits. Certifications

Features and Benefits. Certifications VPort 464 Series Superior video performance, 4-channel industrial video encoders Features and Benefits Each channel supports 2 D1 30 fps streams simultaneously, or merge 1 quad stream 30 fps image into

More information

Client Software-4000(V ) User Manual

Client Software-4000(V ) User Manual Client Software-4000(V2.00.02) User Manual Index Chapter 1 Welcome to Client Software-4000 (V2.0)... 1 1.1 Overview... 1 1.2 Computer Disposition Request... 1 1.3 Convention... 1 Chapter 2 Install & Uninstall...

More information

W Box VMS BOX T E C H N O L O G I E S.

W Box VMS BOX T E C H N O L O G I E S. W Box VMS BOX T E C H N O L O G I E S www.wboxtech.eu Contents Contents... 1 Overview... 3 1.1 Description... 3 1.2 Running Environment... 3 1.3 Function Modules... 3 Live view... 6 2.1 User Registration

More information

Control Software centralized HEM. User Manual

Control Software centralized HEM. User Manual Control Software centralized HEM User Manual Page: - 2-1. Product Overview This software (HEM-HyperElectronicsMappers) for remote control is designed to be installed into a PC for use within a surveillance

More information

SS200T3R Series NVR. Copyright Infinova. All rights reserved. Appearance and specifications are subject to change without prior notice.

SS200T3R Series NVR. Copyright Infinova. All rights reserved. Appearance and specifications are subject to change without prior notice. SS200T3R Series NVR Enterprise Class Network Video Recorder Preloaded Windows Based Video Management Software Data Security through Raid Array of Disc Technology Manages external devices along with video

More information

Installing. Ethiris. Kentima AB

Installing. Ethiris. Kentima AB Installing Ethiris Kentima AB Introduction Introduction Copyright 2013 Kentima AB Reproduction of the content of this manual, whether in full or in part, is prohibited under the Swedish Act on Copyright

More information

Milestone Systems XProtect Advanced VMS System Architecture. 1

Milestone Systems XProtect Advanced VMS System Architecture.  1 Milestone Systems XProtect Advanced VMS 2014 www.milestonesys.com 1 Content Copyright, trademarks and disclaimer... 3 Introduction... 4 Target audience and purpose... 4 Overall system architecture... 5

More information

User s Manual of DVR ULTIMAX. Remote Client Software V wersja 2.40

User s Manual of DVR ULTIMAX. Remote Client Software V wersja 2.40 User s Manual of DVR ULTIMAX Remote Client Software V 4.0.1 ULTIMAX-304 ULTIMAX-308 ULTIMAX-316 ULTIMAX-504 ULTIMAX-508 ULTIMAX-516 ULTIMAX-704 ULTIMAX-708 ULTIMAX-716 wersja 2.40 Index 1 Software Install,

More information

Release Notes. NOTE: For technical issues, contact Pelco Product Support at (USA and Canada) or (international).

Release Notes. NOTE: For technical issues, contact Pelco Product Support at (USA and Canada) or (international). Release Notes DX8100 Series HVR Version 2.0 The DX8100 Series hybrid video recorder (HVR) version 2.0 includes new features as well as operational changes and updates. Refer to the following before installing

More information

ipims USER s MANUAL (ORION IP Device Total Management SW) Ver 1.2 by sj

ipims USER s MANUAL (ORION IP Device Total Management SW) Ver 1.2 by sj ipims USER s MANUAL (ORION IP Device Total Management SW) Ver 1.2 by sj Contents Contents... 2 Target Audience for this Document... 5 Minimum System Requirements... 5 Introduction... 6 Tabs... 6 Panes...

More information

Avigilon Control Center Standard Web Client User Guide. Version 5.6

Avigilon Control Center Standard Web Client User Guide. Version 5.6 Avigilon Control Center Standard Web Client User Guide Version 5.6 2006-2015, Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with respect to any copyright,

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 4.12 PDF-SERVER-E-Rev1 Copyright 2012 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

TruVision Navigator v5

TruVision Navigator v5 TruVision Line / Video Surveillance TruVision Navigator v5 The next generation in video management OVERVIEW TruVision Navigator v5 represents the latest advancement in video management software. This single

More information

Avigilon Control Center Virtual Matrix User Guide. Version 5.6

Avigilon Control Center Virtual Matrix User Guide. Version 5.6 Avigilon Control Center Virtual Matrix User Guide Version 5.6 2006-2015, Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with respect to any copyright,

More information

Avigilon Control Center Core Client User Guide. Version 5.8

Avigilon Control Center Core Client User Guide. Version 5.8 Avigilon Control Center Core Client User Guide Version 5.8 2006-2016, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC, HIGH DEFINITION STREAM MANAGEMENT

More information

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 1 Table of Contents 1 Document information... 3 2 Document revision history... 3 3 Version Compatibility... 4 4 Feature

More information

Table of Contents. Index

Table of Contents. Index Index Table of Contents Chapter 1 Notice for All Users...1-1 Chapter 2 Installation...2-1 2-1 HD NVR Manager Setup...2-1 2-1-1 Installation Steps...2-2 2-1-2 License Activation...2-9 Chapter 3 SCM Program...3-1

More information

EAN-RTSP User Guide. PN: EAN-RTSP-User Guide 9/18/2017. SightLine Applications, Inc.

EAN-RTSP User Guide. PN: EAN-RTSP-User Guide 9/18/2017. SightLine Applications, Inc. EAN-RTSP User Guide PN: EAN-RTSP-User Guide 9/18/2017 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

Proactive-CCTV Server Installation Guide v1.0

Proactive-CCTV Server Installation Guide v1.0 v1.0 For Support Email: michael@proactive-cctv.com www.proactive-cctv.com 1. Getting Started Welcome to the Proactive-CCTV. Please Read Before Starting Installation Initial Setup & Requirements Operating

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

User`s Manual. CMS Pro. Professional Central Monitoring Software. Full-featured Enterprise Class Surveillance Solution

User`s Manual. CMS Pro. Professional Central Monitoring Software. Full-featured Enterprise Class Surveillance Solution Professional Central Monitoring Software CMS Pro Full-featured Enterprise Class Surveillance Solution User`s Manual This document contains preliminary information and is subject to change without notice.

More information

Guide VIGIL Server Quick Start Guide

Guide VIGIL Server Quick Start Guide Guide 120040 VIGIL Server Quick Start Guide Guide #: 120040-5 Revised: July 31st, 2017 Product Affected: VIGIL Server v10.00.0000 Purpose: The purpose of this document is to quickly familiarize its reader

More information

IS-BX-12 User Manual

IS-BX-12 User Manual IS-BX-12 User Manual Ver 1.0 Sentry360 2014 Table of Contents 1. Overview...3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Dimensions... 4 1.4 Connectors... 5 1.5 Light Sensor... 6 2. Camera Cabling...6

More information

The SW can manage 16CH devices and support 16Ch live view simultaneously. Supported functions are

The SW can manage 16CH devices and support 16Ch live view simultaneously. Supported functions are RMS User Manual 1. Introduction 1.1 Introduce This SW can manage and control several DVRs from Remote site through network at the same time. This SW provides live image monitoring, Playback and DVR configuration.

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

Senstar Symphony. 7.2 Installation Guide

Senstar Symphony. 7.2 Installation Guide Senstar Symphony 7.2 Installation Guide Contents Contents Introduction... 3 Symphony Server...3 Symphony Client... 3 Xnet... 3... 4 Symphony Server requirements...4 Symphony Client requirements...4 Symphony

More information

ivms-4000(v2.03) User Manual

ivms-4000(v2.03) User Manual ivms-4000(v2.03) User Manual Table of Contents ivms-4000(v2.03)...2 User Manual...2 Table of Contents...1 Chapter 1 Welcome to ivms-4000 (V2.03)...4 1.1 Overview...4 1.2 Computer Disposition Request...4

More information

SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT PRIOR NOTICE. THE INFORMATION CONTAINED HEREIN IS TO BE CONSIDERED FOR REFERENCE ONLY.

SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT PRIOR NOTICE. THE INFORMATION CONTAINED HEREIN IS TO BE CONSIDERED FOR REFERENCE ONLY. COPYRIGHT 2010 by AVerMedia Information, Inc. All right reserved. Reproduction without permission is prohibited. No part of this document may be reproduced or transmitted in any form, or by any means without

More information

AXIS P5624-E Mk II PTZ Dome Network Camera

AXIS P5624-E Mk II PTZ Dome Network Camera User Manual Table of Contents Product overview........................................... 3 How to access the product.................................... 4 How to access the product from a browser...........................

More information

Quick Start Guide GV-VMS

Quick Start Guide GV-VMS Quick Start Guide GV-VMS Thank you for purchasing GV-VMS. This guide is designed to assist the new user in getting immediate results from the GV-VMS. For advanced information on how to use the GV-VMS,

More information

Milestone XProtect Basis+

Milestone XProtect Basis+ XPB+ 6.5 FACTSHEET Milestone XProtect Basis+ Top performance IP video surveillance with an expanded feature set. XProtect Basis+ is the right product for small installations that need robust single-server

More information

Blue v2 INSPIRE DVR RANGE USER MANUAL

Blue v2 INSPIRE DVR RANGE USER MANUAL INSPIRE Blue v2 DVR RANGE USER MANUAL Contents Logging into the DVR Mouse menu Live viewing Playback Smartphone viewing setup Smartphone viewing Copy to USB/Disc Using Cop player 2 playback software Using

More information

Montgomery Technology, Inc. Operator Manual. MTI HinleyViewer Surveillance Viewing Application. Rev. 1.0

Montgomery Technology, Inc. Operator Manual. MTI HinleyViewer Surveillance Viewing Application. Rev. 1.0 Montgomery Technology, Inc. Operator Manual MTI HinleyViewer Surveillance Viewing Application 16 Table of Contents Chapter 01: Overview... 4 System Architecture... 4 Optimal Hardware Requirements... 4

More information

Software Quick Manual

Software Quick Manual XX177-22-00 Virtual Matrix Display Controller Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be

More information

IP Camera Recorder. Recording Software. User Manual

IP Camera Recorder. Recording Software. User Manual IP Camera Recorder Recording Software User Manual 1 CONTENT I. Preface... 3 II. System Requirements... 3 III. Program Install and Uninstall... 4 A. Program Install... 4 B. Uninstall... 6 IV. Quick Setup

More information

Avigilon Control Center Player User Guide. Version 5.10

Avigilon Control Center Player User Guide. Version 5.10 Avigilon Control Center Player User Guide Version 5.10 2006-2016, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC and HDSM, are trademarks of Avigilon

More information

1 - Introduction About this this manual Configuration SMS Functions Product Information System Requirements 2

1 - Introduction About this this manual Configuration SMS Functions Product Information System Requirements 2 Contents 1 - Introduction. 2 1.1 About this this manual... 2 1.2 Configuration 2 1.3 SMS Functions 2 1.4 Product Information 2 1.5 System Requirements 2 2 SMS Installation... 3 2.1 How to install 3 3 -

More information

Video Insight Release Notes IP Enterprise Version 5.0. IP Enterprise version Release Notes

Video Insight Release Notes IP Enterprise Version 5.0. IP Enterprise version Release Notes IP Enterprise version 5.0.0.18 Release Notes Table of Contents A. New Camera Integrations and Updates... 2 B. Video Communication Systems (VCS) Integration... 7 C. Camera probing using Ping... 8 D. Ability

More information

Avigilon Control Center Standard Client User Guide. Version 6.0

Avigilon Control Center Standard Client User Guide. Version 6.0 Avigilon Control Center Standard Client User Guide Version 6.0 2006-2017, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC, HIGH DEFINITION STREAM MANAGEMENT

More information

IP Surveillance Technology Leader

IP Surveillance Technology Leader IP Surveillance Technology Leader H.264 / MPEG-4 / MJPEG MEGAPIXEL 30 / 25 FPS 64-CH NVR Solution Architecture IP Surveillance Network Analog Camera Video Server NVR Server IP Camera Digital Analog This

More information

Video recorders Series DH

Video recorders Series DH Page: 1 DVRs for analog cameras, 960H, HD-SDI Viewclient Program Manual How to install and use the client program to the DVR Page: 2 Contents of this handbook This manual describes how to install and use

More information

Avigilon Control Center 5.4 Release Notes

Avigilon Control Center 5.4 Release Notes Notes Version 5.4.0.30 Released Tuesday November 4th, 2014 Release Summary This is the first scheduled service release for Avigilon Control Center 5.4. Users experiencing issues listed in the Issues Fixed

More information