Axis Camera with VaxALPR On Camera software: Developer s guide

Size: px
Start display at page:

Download "Axis Camera with VaxALPR On Camera software: Developer s guide"

Transcription

1 Axis Camera with VaxALPR On Camera software: Developer s guide Version 1.0 VAXTOR TECHNOLOGIES Ronda de Poniente 15, First floor Tres Cantos, Madrid, Spain info.eu@vaxtor.com VAXTOR CORPORATION Lake Center Drive, Suite 211 Lake Forest, CA , USA info.us@vaxtor.com

2 INDEX 1. Introduction VaxALPR On Camera: Reporting Options Send VAPIX / ONVIF events ALPR event declaration Blacklist event declaration Whitelist event declaration Insert Overlay Write results to SD Write results to Network share Send Milestone or POST events Well-formed XML Send proprietary events Proprietary notification TCP Connector Send JSON Dorlet integration VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 2

3 1. Introduction This guide has been designed for those responsible of obtaining or integrating the results provided by the VaxALPR On Camera software with other third-party software. The VaxALPR On Camera software is a real-time solution for Automatic License Plate Recognition (ALPR) that runs entirely within the Axis camera. 2. VaxALPR On Camera: Reporting Options Once the Axis camera is installed and setup, and the basic configuration of the VaxALPR On Camera software is done, we need to configure the reporting options of the VaxALPR On Camera software. To configure the reporting options, access the Axis camera s setup and click on the Applications menu. Then click on the VaxALPR On Camera > Settings option. Finally, click on the Main page link. This opens a window with the VaxALPR Configuration Screen. Axis camera setup: Applications > VaxALPR On Camera > Settings VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 3

4 VaxALPR Configuration screen Scroll down to the Reporting options and configure the option that best suits your needs. 2.1 Send VAPIX / ONVIF events Choose this reporting option if you want VaxALPR On Camera to send a VAPIX / ONVIF event on each plate recognition. VaxALPR On Camera can send three different types of events: - ALPR: This event is sent each time a license plate is recognized. - Blacklist: This event is sent each time a license plate on the blacklist is recognized. - Whitelist: This event is sent each time a license plate on the whitelist is recognized. To activate this option, do the following: VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 4

5 1. Select the Send VAPIX / ONVIF events checkbox. 2. Write the Camera Id (unique identifier for each camera). 3. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VaxALPR Configuration: Reporting options > Send VAPIX /ONIF events VaxALPR Configuration: Buttons The format of the messages sent with each VAPIX / ONVIF event, are detailed below: ALPR event declaration <! Vaxtor ALPR Event --> <Declaration> <Key NameSpace="tnsaxis">topic0</Key> VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 5

6 <String>CameraApplicationPlatform</String> <Key NameSpace="tnsaxis">topic1</Key> <String>Analysis</String> <Key NameSpace="tnsaxis">topic2</Key> <String>ALPR</String> <Key>id</Key> <Tag>onvif-source</Tag> <!-- The plate string --> <Key>plate</Key> <!-- Video timestamp --> <Key>timestamp</Key> <!-- Country --> <Key>country</Key> <!-- Global confidence --> <Key>confidence</Key> <!-- Characters confidence --> <Key>charconfidence</Key> <!-- Average Char Height --> VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 6

7 <Key>charheight</Key> <!-- Process Time --> <Key>processtime</Key> <!-- Plate location --> <Key>left</Key> <!-- Plate location --> <Key>top</Key> <!-- Plate location --> <Key>right</Key> <!-- Plate location --> <Key>bottom</Key> <!-- ROI ID (unused) --> <Key>roi</Key> </Declaration> ALPR event declaration Blacklist event declaration <!-- Vaxtor ALPR Blacklist Event --> <Declaration> VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 7

8 <Key NameSpace="tnsaxis">topic0</Key> <String>CameraApplicationPlatform</String> <Key NameSpace="tnsaxis">topic1</Key> <String>Analysis</String> <Key NameSpace="tnsaxis">topic2</Key> <String>Blacklist</String> <Key>id</Key> <!-- The plate read --> <Key>plate</Key> <!-- Video timestamp --> <Key>timestamp</Key> <!-- Description --> <Key>description</Key> </Declaration> Blacklist event declaration Whitelist event declaration <!-- Vaxtor ALPR Whitelist Event --> <Declaration> <Key NameSpace="tnsaxis">topic0</Key> <String>CameraApplicationPlatform</String> <Key NameSpace="tnsaxis">topic1</Key> <String>Analysis</String> VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 8

9 <Key NameSpace="tnsaxis">topic2</Key> <String>Whitelist</String> <Key>id</Key> <!-- The plate read --> <Key>plate</Key> <!-- Video timestamp --> <Key>timestamp</Key> <!-- Description --> <Key>description</Key> </Declaration> Whitelist event declaration 2.2 Insert Overlay Choose this reporting option if you want VaxALPR On Camera to modify the dynamic overlay shown in the Axis camera on each plate recognition. To activate this option, do the following: 1. Select the Insert Overlay checkbox. 2. Write the Text Overlay. You can use dynamic text replacement to match the current plate information: $date$: Date in ISO8601 format $plate$: License plate number $country$: Country of the vehicle VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 9

10 $blacklist$: Description of the plate on the blacklist $whitelist$: Description of the plate on the whitelist $ifblacklist$... $ifblacklist$: If the plate is on the blacklist, the text in the if clause will be displayed. $ifwhitelist$... $ifwhitelist$: If the plate is on the whitelist, the text in the if clause will be displayed. $confidence$: Global confidence of the plate (0 100) $processingtime$: Milliseconds the OCR takes to process the reading $left$,$top$,$right$,$bottom$: Pixel coordinates of the top left corner and the bottom right corner of the license plate image 3. Specify the Overlay Camera (Axis camera stream identifier; by default, set to 0). 4. Specify the Overlay Port (destination port). 5. Write the Axis User (username of the Axis camera). 6. Write the Axis Password (password of the user of the Axis Camera). 7. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VaxALPR Configuration: Reporting options > Insert Overlay VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 10

11 VaxALPR Configuration: Buttons 8. Next, access the Axis camera s setup and click on the Video menu. Then click on the Video Stream option. In the Overlay Settings section, select the checkbox Include text and in the input field write #D. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 11

12 Axis camera setup: Video > Video Stream 2.3 Write results to SD Choose this reporting option if you want VaxALPR On Camera to save a JPEG image to an SD card (inserted in the Axis camera) on each plate recognition. IMPORTANT: All the images will be stored in the SD Card in the folder /areas/vaxreader/<date>/. If the plate is in a whitelist and/or blacklist, the images will be stored in /areas/vaxreader/<date>/whitelist/ or /areas/vaxreader/<date>/blacklist/. NOTE: Each image saved will be labeled as HHMMSS-PLATE.jpg. To activate this option, do the following: 1. Select the Write results to SD checkbox. 2. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 12

13 VaxALPR Configuration: Reporting options > Write results to SD VaxALPR Configuration: Buttons 3. Next, access the Axis camera s setup and click on the System Options menu. Then click on the Storage > Overview option. Check that the Status of the SD Card is ready. NOTE: When a memory card is inserted, it is mounted automatically. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 13

14 Axis camera setup: System Options > Storage Overview 4. For more information about what you can do with the SD Card, click on the button that appears on the upper right corner of the Storage Management screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 14

15 Axis camera setup: System Options > Storage Overview > Storage Management 2.4 Write results to Network share Choose this reporting option if you want VaxALPR On Camera to save a JPEG image to a network share (a folder created in the local network) on each plate recognition. IMPORTANT: All the images will be stored in the network share in the folder axis- <DeviceSerialNumber>/areas/Vaxreader/<date>/. If the plate is in a whitelist and/or blacklist, the images will be stored in axis- <DeviceSerialNumber>/areas/Vaxreader/<date>/WHITELIST/ or axis- <DeviceSerialNumber>/areas/Vaxreader/<date>/BLACKLIST/. NOTE: Each image saved will be labeled as HHMMSS-PLATE.jpg. To activate this option, do the following: 1. Select the Write results to Network Share checkbox. 2. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 15

16 VaxALPR Configuration: Reporting options > Write results to Network Share VaxALPR Configuration: Buttons 3. Next, access the Axis camera s setup and click on the System Options menu. Then click on the Storage > Overview option. Finally click on the Network Share link. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 16

17 Axis camera setup: System Options > Storage Overview 4. Set up the Network Share. Write a Host (IP address of the host server). Write the Share (name of the share on the host server). Select The share requires a login checkbox, if the network share requires login credentials, and write the User name and Password. Click on the Connect button. NOTE: For more information about what you can do with the Network Share, click on the screen. button that appears on the upper right corner of the Storage Management VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 17

18 Axis camera setup: System Options > Storage Overview > Storage Management 2.5 Send Milestone or POST events Choose this reporting option if you want VaxALPR On Camera to send an HTTP POST or a Milestone event with a well-formed XML on each plate recognition. To activate this option, do the following: 1. Select the Send Milestone or POST events checkbox. 2. Write the Host (IP address or hostname of the destination server). 3. Write the Port (destination port). 4. Write the Camera IP (IP address of the Axis camera). 5. Write the Route (URL where the notification will be sent). If you are sending a Milestone event, the route should be /. 6. Select the HTTPS checkbox if you want a secure http communication. Do not select this option if you are sending a Milestone event. 7. Select the checkbox Send Image if you want to send the image of the license plate recognition. The JPG image will be encoded in base64 format. 8. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 18

19 VaxALPR Configuration: Reporting options > Send Milestone or POST events VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 19

20 VaxALPR Configuration: Buttons You can find the XML Schema file (.xsd) at Vaxtor s website in the developer s zone Vaxtor s website > Developer s zone VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 20

21 2.5.1 Well-formed XML Below is an example of a well-formed XML sent in an HTTP POST on the recognition of plate number M8016LS. NOTE: If the license plate recognized is on a blacklist or whitelist, another HTTP POST will be sent with an XML file where the <Type> is Blacklist License Plate Recognition or Whitelist License Plate Recognition. NOTE: The bounding box information refers to the snapshot (image of the license plate recognition encoded in base64 format) sent in the message. <?xml version="1.0" encoding="utf-8"?> <AnalyticsEvent xmlns:i=" xmlns="urn:milestone-systems"> <EventHeader> <ID> </ID> <Timestamp> T08:39: Z</Timestamp> <Type>License Plate Recognition</Type> <Message>VaxALPR On Camera Event</Message> <CustomTag>M8016LS</CustomTag> <Source> <Name> </Name> </Source> </EventHeader> <Description>M8016LS</Description> <ObjectList> <Object> <Name>Plate</Name> <Confidence> </Confidence> <Value>M8016LS</Value> <AlarmTrigger>true</AlarmTrigger> <Size>46</Size> <BoundingBox> <Top>0.42</Top> <Left>0.23</Left> <Bottom>0.54</Bottom> <Right>0.55</Right> </BoundingBox> </Object> </ObjectList> <SnapshotList> <Snapshot> <TimeOffset>0</TimeOffset> <Width>1280</Width> <Height>960</Height> <SizeInBytes>193656</SizeInBytes> <Image>BASE64ENCODEDJPEG</Image> </Snapshot> </SnapshotList> <Vendor> <Name>Vaxtor Systems</Name> </Vendor> </AnalyticsEvent> Well-formed XML sent in an HTTP POST VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 21

22 2.6 Send proprietary events Choose this reporting option if you want VaxALPR On Camera to send a predefined data stream to a server on each plate recognition. To activate this option, do the following: 1. Select the Send proprietary events checkbox. 2. Write the Host (IP address or hostname of the destination server). 3. Write the Port (destination port). 4. Write the Camera Id (unique identifier for each camera). 5. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VaxALPR Configuration: Reporting options > Send proprietary events VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 22

23 VaxALPR Configuration: Buttons You can download a full solution at Vaxtor s website in the developer s zone This solution allows you to capture, parse, and display the results obtained from the camera in your computer. The source code is programmed in.net and contains two projects: - VaxAlprRemotePlateParser.dll: Library used to capture and parse incoming data packages from the VaxALPR On Camera software - VaxAlprOnCameraViewer: Application that displays the license plate readings on your computer If you wish to use the source code, do the following: 1. Listen in a socket and capture the data package sent by the VaxALPR On Camera software (see description of the data package below). 2. Send the data package to the DLL parser and get the license plate information. NOTE: Some of the functions that appear in the parser are GetPlateNumber(), GetOCRImage(), GetCountry(), etc. 3. Display the license plate reading on your computer. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 23

24 Vaxtor s website > Developer s zone Proprietary notification Each time a license plate is recognized, VaxALPR On Camera opens a TCP/IP communication, sends a predefined data stream and closes the communication. The format of the message sent is detailed below: Message length Message type Fixed message 4 bytes int32 0xCAFEBABE Header message 4 bytes int32 0xBABE10 Result message Description 4 bytes int32 - VaxALPR ID (Instance ID in VaxALPR configuration file) 8 bytes int64 - Time Stamp (date in milliseconds) 4 bytes int32 - NC1: Number of ASCII characters in the plate NC1 bytes byte - ASCII bytes array 4 bytes int32 - NC2: Number of ASCII characters of the plate origin NC2 bytes byte - ASCII bytes array Not used 4 bytes int32 - ROI ID containing the license plate (1 n) If 0, license plate is situated out of ROI. 8 bytes double - Global Confidence of the plate (0 100) 8 bytes double - Plate characters height (pixels) VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 24

25 NC1 bytes float - Character confidence of the plate (0 100) 8 bytes double - Time the OCR takes to process the reading (milliseconds) 4 bytes int32 - x0 coordinate of the plate (pixel coordinates of the top left corner of the license plate image) 4 bytes int32 - y0 coordinate of the plate (pixel coordinates of the top left corner of the license plate image) 4 bytes int32 - x1 coordinate of the plate (pixel coordinates of the bottom right corner of the license plate image) 4 bytes int32 - y1 coordinate of the plate (pixel coordinates of the bottom right corner of the license plate image) 8 bytes int64 - OCR image timestamp (milliseconds) 4 bytes int32 - SF: Size of the OCR image (bytes) SF bytes byte - OCR image data (JPG format) 4 bytes int32 - R1: Size of image reserved data (bytes) R1 bytes byte - Reserved data (R1 bytes) Not used 8 bytes int64 - Environment image timestamp (milliseconds) Not used 4 bytes int32 - SF: Size of the environment image (bytes) Not used SF bytes byte - Environment image data (JPG format) Not used 4 bytes int32 - R2: Size of image reserved data (bytes) Not used R2 bytes byte - Reserved data (R2 bytes) Not used 4 bytes int32 - Vehicle direction (0=>unknown, 1=>getting closer, 2=>getting farther) Not used 4 bytes int32 - ALPR multi-plate rate 4 bytes int32 - OCR mode (1: Triggered mode, 0: Free-flow mode) 4 bytes int32 0x42F83988 Header of optional data Optional 4 bytes int32 0x Plate number in wide string format section 4 bytes int32 - Number of characters in the plate 4 bytes int32 - NC3: Number of bytes the full plate string occupies NC3 bytes byte - Array of bytes representing the string in UTF8 or UNICODE format Optional 4 bytes int32 0x Hot-List section NOTE: This section can appear twice, once per list. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 25

26 4 bytes int32 - List type (1:white list, 2: black list) 4 bytes int32 - NC4: Number of ASCII characters in the message NC4 bytes byte - ASCII bytes array containing the message Optional 4 bytes int32 0x String code section (**) NOTE: This section can appear more than once, but only once per string code. 4 bytes int32 - String code (1:plate country region, 2: vehicle color, 3: vehicle brand, 4: vehicle model) 4 bytes int32 - NC5: Number of ASCII characters of the string NC5 bytes byte - ASCII bytes array containing the characters Optional 4 bytes int32 0x GPS section 8 bytes double - Latitude (decimal format) 4 bytes int32 - Latitude direction (1:North, 2:South) 8 bytes double - Longitude (decimal format) 4 bytes int32 - Longitude direction (1:West, 2:East) 4 bytes int32 0x42F87D89 End message Proprietary event format 2.7 TCP Connector Choose this reporting option if you want VaxALPR On Camera to send a string data type to a server on each plate recognition. To activate this option, do the following: 1. Select the TCP Connector checkbox. 2. Write the Host (IP address or hostname of the destination server). 3. Write the Port (destination port). 4. Write the Text. You can use dynamic text replacement to match the current plate information: $date$: Date in ISO8601 format $plate$: License plate number $country$: Country of the vehicle VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 26

27 $blacklist$: Description of the plate on the blacklist $whitelist$: Description of the plate on the whitelist $ifblacklist$... $ifblacklist$: If the plate is on the blacklist, the text in the if clause will be displayed. $ifwhitelist$... $ifwhitelist$: If the plate is on the whitelist, the text in the if clause will be displayed. $confidence$: Global confidence of the plate (0 100) $processingtime$: Milliseconds the OCR takes to process the reading $left$,$top$,$right$,$bottom$: Pixel coordinates of the top left corner and the bottom right corner of the license plate image 5. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 27

28 VaxALPR Configuration: Reporting options > TCP Connector VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 28

29 VaxALPR Configuration: Buttons 2.8 Send JSON Choose this reporting option if you want VaxALPR On Camera to send an HTTP POST with a JSON object on each plate recognition. To activate this option, do the following: 1. Select the Send JSON checkbox. 2. Write the Host (IP address or hostname of the destination server). 3. Write the Port (destination port). 4. Write the Route (URL where the notification will be sent). 5. Select the HTTPS checkbox if you want a secure http communication. 6. Write the JSON Object. You can use dynamic text replacement to match the current plate information: { : Start with a bracket $date$: Date in ISO8601 format $plate$: License plate number $country$: Country of the vehicle $blacklist$: Description of the plate on the blacklist $whitelist$: Description of the plate on the whitelist $ifblacklist$... $ifblacklist$: If the plate is on the blacklist, the text in the if clause will be displayed. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 29

30 $ifwhitelist$... $ifwhitelist$: If the plate is on the whitelist, the text in the if clause will be displayed. $confidence$: Global confidence of the plate (0 100)) $processingtime$: Milliseconds the OCR takes to process the reading $left$,$top$,$right$,$bottom$: Pixel coordinates of the top left corner and the bottom right corner of the license plate image $image$: JPG image of the license plate recognition encoded in base64 format. } : End with a bracket 7. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 30

31 VaxALPR Configuration: Reporting options > Send JSON VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 31

32 VaxALPR Configuration: Buttons 2.9 Dorlet integration Choose this reporting option if you want VaxALPR On Camera to send a notification to a Dorlet AS/3 controller on each plate recognition. To activate this option, do the following: 1. Select the Dorlet integration checkbox. 2. Write the AS/3 Host (IP address or hostname of the destination server). 3. Write the AS/3 Port (destination port). 4. Write the AS/3 LAM (LAM identifier). 5. Write the AS/3 Vial Id (Vial identifier). 6. Click on the Submit button to store the information in the camera. NOTE: The Submit button is located at the bottom part of the VaxALPR Configuration screen. VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 32

33 VaxALPR Configuration: Reporting options > Dorlet integration VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 33

34 VaxALPR Configuration: Buttons VAXTOR. Ronda de Poniente 15, First floor, Tres Cantos, Madrid, Spain 34

IPConfigure Embedded LPR API

IPConfigure Embedded LPR API IPConfigure Embedded LPR API Version 1.3.6 February 23, 2016 1 Camera Configuration Parameters IPConfigure Embedded LPR uses several user-adjustable configuration parameters which are exposed by Axis Communication

More information

DetectWORKS License Plate Recognition System. User Manual.

DetectWORKS License Plate Recognition System. User Manual. DetectWORKS License Plate Recognition System. User Manual. Contents Overview...4 1. Installation Guide...5 1.1. Camera...5 1.1.1 Camera Model Choice...5 1.1.2 Camera mounting...5 1.1.3 Capture at night...6

More information

VPAR SERVER. Integration Manual. Databases

VPAR SERVER. Integration Manual. Databases VPAR SERVER Integration Manual Databases Página 2 de 19 Introduction... 3 Queries for retrieve plate recognition data... 4 INCIDENCE table:... 5 RESULTS table:... 5 ANPR_IMAGES table:... 6 Blacklist...

More information

InnoEDGE Embedded LPR

InnoEDGE Embedded LPR InnoEdge User Manual Pag.1 InnoEDGE Embedded LPR ACAP Version Releases: 1.7.x -> AXIS Fw < 5.60 2.0.x -> AXIS Fw >= 5.60 User s Manual INDEX 1. Installation:... 2 2. Configuration:... 4 3. Parameters description:...

More information

AXIS Perimeter Defender with Milestone VMS. User Manual

AXIS Perimeter Defender with Milestone VMS. User Manual User Manual Table of Contents Introduction............................................... 3 About this document........................................ 4 AXIS Perimeter Defender integration...........................

More information

External HTTPS Trigger AXIS Camera Station 5.06 and above

External HTTPS Trigger AXIS Camera Station 5.06 and above HOW TO External HTTPS Trigger AXIS Camera Station 5.06 and above Created: October 17, 2016 Last updated: November 19, 2016 Rev: 1.2 1 Please note that AXIS does not take any responsibility for how this

More information

APS. These slides are available for download in a single PDF file at: All black & white printer friendly version is at:

APS. These slides are available for download in a single PDF file at: All black & white printer friendly version is at: These slides are available for download in a single PDF file at: www.ssiserver.com/info/aps/slides.pdf (300Kb) All black & white printer friendly version is at: www.ssiserver.com/info/aps/slides-bw.pdf

More information

MANUAL. SmokeCatcherBridge for MILESTONE. V1.00_rev00

MANUAL. SmokeCatcherBridge for MILESTONE. V1.00_rev00 MANUAL SmokeCatcherBridge for MILESTONE V1.00_rev00 Date : 06/01/2016 Copyright Notice This document is copyright protected and is the property of Araani NV and may not be copied, reproduced or distributed

More information

ACTi ALPR Server 2. User s Manual Version v /04/12

ACTi ALPR Server 2. User s Manual Version v /04/12 o ACTi ALPR Server 2 User s Manual Version v2.0.07 2016/04/12 Table of Contents 1 Legal Notice 4 Disclaimer... 4 Copyright... 4 Trademarks... 4 2 Introduction 5 Product Overview... 5 PC Hardware Requirements...

More information

Made in USA. ALPR-Catcher. Only 6 x 3.2 x 2. Add Automatic License Plate Recognition to IP Camera, DVR or NVR system via RTSP streaming.

Made in USA. ALPR-Catcher. Only 6 x 3.2 x 2. Add Automatic License Plate Recognition to IP Camera, DVR or NVR system via RTSP streaming. Add Automatic License Plate Recognition to IP Camera, DVR or NVR system via RTSP streaming. Scalable with Secure Cloud expandability. Yes, we can help with integration! Features: 1. ALPR OCR engine & Processing

More information

Generic IP Camera Driver

Generic IP Camera Driver Generic IP Camera Driver Information Sheet for Crimson v3.0+ Compatible Devices IP cameras and web cameras where the static image is accessible through a web interface in either JPEG or bitmap formats.

More information

Security Management System Camera Configuration Axis IP Device (Stream Profile Support)

Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Introduction Security Management System software supports several video source makes and models. This includes IP

More information

Specifications are subject to change without further notice Visit for most updated version.

Specifications are subject to change without further notice Visit   for most updated version. ALPR Catcher Device Setup Guide ver. 1.6 1. Initial Setup Ethernet Cable USB Storage Power Adaptor 2. Web Client, Default IP 3. System Settings IP address Device activation Samba Drive Configuration Storage

More information

2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition. CV7-LP Series

2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition. CV7-LP Series 2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition CV7-LP Series Presentation Outlines Product Overview Product Features Product Applications Product Comparison 2 / 36 Product Positioning

More information

Features & Functionalities

Features & Functionalities Features & Functionalities Release 2.1 www.capture-experts.com Import FEATURES OVERVIEW Processing TIF CSV EML Text Clean-up Email HTML ZIP TXT Merge Documents Convert to TIF PST RTF PPT XLS Text Recognition

More information

UltraNetCam3 HSPI User s Guide

UltraNetCam3 HSPI User s Guide UltraNetCam3 HSPI User s Guide A HomeSeer HS3 plug-in used to capture snapshots from network cameras for surveillance and security purposes. Copyright 2014 ultrajones@hotmail.com Revised 12/21/2014 This

More information

Camera Firmware or (5.50 fixes security vulnerability introduced in 5.20) Document Revision Date: 07/15/2016

Camera Firmware or (5.50 fixes security vulnerability introduced in 5.20) Document Revision Date: 07/15/2016 Manufacturer: Model Number(s): Axis P3301 Integration Note Minimum Core Module Version: g! 6.1.34 Comments: Camera Firmware 5.11.1 or 5.50.4.4 (5.50 fixes security vulnerability introduced in 5.20) Document

More information

Senstar Symphony. 7.1 User Guide

Senstar Symphony. 7.1 User Guide Senstar Symphony 7.1 User Guide Contents Contents Introduction...5 Network configuration... 5 Getting started...6 Symphony Server... 8 Log in to the server configuration interface...8 Devices...8 Cameras...

More information

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from

More information

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from up

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

Integration with third party evidence analyzers. Ver 9.6.0

Integration with third party evidence analyzers. Ver 9.6.0 Integration with third party evidence analyzers Ver 9.6.0 Configuration: To configure the RCS system to export the evidence to a third party solution, you must configure a connector. Under the System >

More information

( 83P UDP/IP Ethernet Datagram,.83P File Format )

( 83P UDP/IP Ethernet Datagram,.83P File Format ) IMAGENEX TECHNOLOGY CORP. DeltaT - 83P PROFILE POINT OUTPUT ( 83P UDP/IP Ethernet Datagram,.83P File Format ) For each ping, the following bytes are output during the 83P UDP datagram. If recording to

More information

SFMTA Commuter Shuttle APIs

SFMTA Commuter Shuttle APIs SFMTA Commuter Shuttle APIs The following document outlines the APIs to be used by Commuter Shuttle Provider permitees to receive stop locations, and send stop and telemetry data to the SFMTA as required

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

Milestone Systems. XProtect VMS 2017 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+

Milestone Systems. XProtect VMS 2017 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Milestone Systems XProtect VMS 2017 R2 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and purpose...

More information

GV-IP Decoder Box Plus User s Manual

GV-IP Decoder Box Plus User s Manual GV-IP Decoder Box Plus User s Manual Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. DBPV10-UM-A 2015 GeoVision, Inc.

More information

A. Monitor Settings. 1. Right-Click on the desktop. Select Properties. 2. Change color quality to highest (32bit).

A. Monitor Settings. 1. Right-Click on the desktop. Select Properties. 2. Change color quality to highest (32bit). A. Monitor Settings 1. Right-Click on the desktop. Select Properties 2. Change color quality to highest (32bit). 1 B. Hardware Installation 1. Connector Instruction Open the cover to find the cable connectors

More information

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide The SLS-ENVR2016 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video

More information

Revision: January Schmitz GmbH. Erbprinz-Franz-Joseph-Str. 22 D Regensburg

Revision: January Schmitz GmbH. Erbprinz-Franz-Joseph-Str. 22 D Regensburg Revision: 2.8.8-January 2008 Schmitz GmbH Erbprinz-Franz-Joseph-Str. 22 D-93053 Regensburg info@schmitz-regensburg.de Content 01. Overview...3 02. Starting the program...10 03. The program screen...13

More information

+ milestone. Milestone Systems. XProtect VMS 2017 R3. System Architecture Document

+ milestone. Milestone Systems. XProtect VMS 2017 R3. System Architecture Document + milestone Milestone Systems XProtect VMS 2017 R3 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and

More information

Banner Connected Data Solutions Web Service

Banner Connected Data Solutions Web Service Banner Connected Data Solutions Web Service Instruction Manual Original Instructions 178337 Rev. E 14 September 2018 Banner Engineering Corp. All rights reserved 178337 Contents 1 Banner Web Services...

More information

ANPR Quick Guide via Web

ANPR Quick Guide via Web ANPR Quick Guide via Web Contents 1 Introduction... 2 2 Web Configuration... 2 2.1 Detection Configuration... 2 2.2 Uploaded Picture Configuration... 7 2.3 (Optional) Overlay Content Configuration... 9

More information

EAN-File Recording. PN: EAN-File-Recording 2/20/2018. SightLine Applications, Inc

EAN-File Recording. PN: EAN-File-Recording 2/20/2018. SightLine Applications, Inc EAN-File Recording PN: EAN-File-Recording 2/20/2018 SightLine Applications, Inc Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

Technical Application Note

Technical Application Note Technical Application Note Technical Application Note TAN2013012 Revised May 11, 2015 1.1 Subject Technical Application Note (TAN2013012): 1.2 Applicable Product(s) Point Grey Cricket IP cameras 1.3 Application

More information

4-3. Database Setup Item Search Setup XML Setup Connecting Setup 22

4-3. Database Setup Item Search Setup XML Setup Connecting Setup 22 POS / ATM / Access Control External Device Setup Guide Ver 12.10.0 Digital Video Security System Digital Video Recorder www.divisdvr.com Chance-i USA Corp. *All contents of this document may change without

More information

SAS Event Stream Processing 4.2: Security

SAS Event Stream Processing 4.2: Security SAS Event Stream Processing 4.2: Security Encryption on Sockets Overview to Enabling Encryption You can enable encryption on TCP/IP connections within an event stream processing engine. Specifically, you

More information

Avigilon Control Center 4.12 Release Notes

Avigilon Control Center 4.12 Release Notes Version 4.12.0.32 Released December 21, 2012 V2.4.2.28 for HD H.264 H3 cameras V2.2.0.14 for HD H.264 cameras V2.2.0.16 for H.264 encoders V4.4.0.6 for JPEG2000 encoders Added updated firmware for H264

More information

Features & Functionalities

Features & Functionalities Features & Functionalities Release 3.0 www.capture-experts.com Import FEATURES Processing TIF CSV EML Text Clean-up Email HTML ZIP TXT Merge Documents Convert to TIF PST RTF PPT XLS Text Recognition Barcode

More information

UltraNetCam HSPI User s Guide A HomeSeer HS2 plug-in used to capture snapshots from network cameras for surveillance and security purposes.

UltraNetCam HSPI User s Guide A HomeSeer HS2 plug-in used to capture snapshots from network cameras for surveillance and security purposes. UltraNetCam HSPI User s Guide A HomeSeer HS2 plug-in used to capture snapshots from network cameras for surveillance and security purposes. Copyright 2013 ultrajones@hotmail.com Revised 02/03/2013 This

More information

Avigilon HD Bullet Firmware Release Notes

Avigilon HD Bullet Firmware Release Notes Avigilon HD Bullet Firmware Release Notes Version 2.6.0.172 Released Jan 31, 2019 Added support to disable Night Visibility Check in the WebUI. This feature can be enabled/disabled in Day/Night Settings

More information

Cookie/TCP Protocol Specification

Cookie/TCP Protocol Specification CS 471G Computer Networks Spring 2013 Cookie/TCP Protocol Specification Version 1.3.0 11 April 2013 1 Overview This document specifies Version 1.3.0 of the Cookie Protocol, which runs over TCP. This toy

More information

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Milestone Systems XProtect VMS 2018 R2 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and purpose...

More information

SmartLink configuration DME Server 3.5

SmartLink configuration DME Server 3.5 SmartLink configuration DME Server 3.5 Document version: 1.3 Date: 2010-03-22 Circulation/Restrictions: Internal/Excitor partners Applies to: DME Server 3.5 Table of contents SmartLink configuration...3

More information

CC828 GPRS Communication Protocol

CC828 GPRS Communication Protocol CC828 GPRS Communication Protocol This Protocol is used for communication between real time tracking platform server and the tracker device, command & message from server to device is download command

More information

IP WEB User Manual V2.0

IP WEB User Manual V2.0 IP WEB User Manual V2.0 Please read carefully before installing or contacting your supplier. The information contained at the time of printing is correct, but is subject to change without notice. This

More information

Network Camera User Manual

Network Camera User Manual Network Camera User Manual The manual is applied to the following model: Model no. Resolution Lens NBF331 3MP@20fps CS mount Note: The manual is subject to change without notice. Contents Preface Package

More information

S2 NetBox v4.8 Basic End-User Admin Training

S2 NetBox v4.8 Basic End-User Admin Training S2 NetBox v4.8 Basic End-User Admin Training 4/8/16 S2 Security 1 Table of Contents Introduction... 3 Log into your NetBox System... 3 Person Records... 5 Accessing Person Records... 5 Content of a Person

More information

Avigilon Control Center 5.0 Release Notes

Avigilon Control Center 5.0 Release Notes Version 5.0.2.28 Released March 7 th, 2014 V2.6.0.6 for HD Micro Dome cameras V2.6.0.14 for HD PTZ cameras V2.6.0.14 for HD Bullet cameras V2.6.0.18 for HD H.264 H3 cameras V2.2.0.30 for H.264 encoders

More information

14FC Works Geotagging Mobile app Telangana Guidelines

14FC Works Geotagging Mobile app Telangana Guidelines 14FC Works Geotagging Mobile app Telangana Guidelines DOWNLOAD Directions: Go to CDMA portal www.cdma.telangana.gov.in and go to section 14FC Geo Tagging app Download. You will be redirected to below screen

More information

ROC Plus Ethernet Driver

ROC Plus Ethernet Driver Emerson Process Management ROC Plus Ethernet Driver 1 System Configuration... 3 2 External Device Selection... 4 3 Communication Settings... 5 4 Setup Items... 6 5 Supported Devices... 10 6 Error Messages...

More information

Milestone XProtect Corporate ioimage Analytics Events Integration Manual

Milestone XProtect Corporate ioimage Analytics Events Integration Manual Milestone XProtect Corporate ioimage Analytics Events Integration Manual 1 XProtect Corporate IOI Analytics Events Integration Manual Table of Contents Preface 3 Adding ioimage units as Universal Drivers

More information

GLN Bulk CSV Text Return File Layout (All Fields*, CSV Format)

GLN Bulk CSV Text Return File Layout (All Fields*, CSV Format) GLN Bulk CSV Text Return File Layout (All Fields*, CSV Format) Field Max Length Position Definition The following fields are the values of fields contained in the corresponding submission record and are

More information

DVS-200 Configuration Guide

DVS-200 Configuration Guide DVS-200 Configuration Guide Contents Web UI Overview... 2 Creating a live channel... 2 Inputs... 3 Outputs... 6 Access Control... 7 Recording... 7 Managing recordings... 9 General... 10 Transcoding and

More information

Avigilon Control Center 4.12 Release Notes

Avigilon Control Center 4.12 Release Notes Version 4.12.0.22 Released August 7, 2012 V2.4.0.20 for HD H.264 H3 cameras V2.2.0.6 for HD H.264 cameras V2.2.0.4 for H.264 encoders V4.4.0.6 for JPEG2000 encoders V4.4.0.2 for JPEG2000 cameras and encoders

More information

ANPR Quick Guide via Web

ANPR Quick Guide via Web ANPR Quick Guide via Web Contents 1 Introduction... 2 2 Web Configuration... 2 2.1 Detection Configuration... 2 2.2 Uploaded Picture Configuration... 7 2.3 (Optional) Overlay Content Configuration... 9

More information

Crystal System customization

Crystal System customization 2014 Crystal System customization for work with Autocode NUUO Configuration Guide VIT 2014 Content PRIOR CONFIGURATION OF CRYSTAL SYSTEM... 3 CONFIGURATION OF METADATA OBTAINING... 4 CREATION OF NEW METADATA

More information

User Manual For SmartRoom Managers

User Manual For SmartRoom Managers User Manual For SmartRoom Managers Table of Contents 1.0 Login 2.0 Confidentiality Agreement 3.0 Software Installation 4.0 Dashboard 5.0 Document Review and Index Maintenance 5.1 View by Index 5.1.1 Index

More information

Additional Functions. User s Guide

Additional Functions. User s Guide Additional Functions User s Guide Table of contents About this guide...contents-1 1 Various Additional Functions 1.1 macos 10.13 Printer Driver... 1-2 1.2 Changing Defaults... 1-2 1.3 Web Browser Function...

More information

Intelligent Video Analytics V1.5 Version 1 Release 5. Intelligent Video Analytics V1.5 User's Guide

Intelligent Video Analytics V1.5 Version 1 Release 5. Intelligent Video Analytics V1.5 User's Guide Intelligent Video Analytics V1.5 Version 1 Release 5 Intelligent Video Analytics V1.5 User's Guide Intelligent Video Analytics V1.5 Version 1 Release 5 Intelligent Video Analytics V1.5 User's Guide Note

More information

ANPR license plate recognition system USER MANUAL

ANPR license plate recognition system USER MANUAL ANPR license plate recognition system USER MANUAL DK PROJEKTAI LLC 2017 TABLE OF CONTENTS 1 Introduction...3 2 ANPR SERVER administration...4 2.1 Configuration on first start-up...4 2.1.1 Software registration...6

More information

Aimetis Symphony 6.13

Aimetis Symphony 6.13 Aimetis Symphony 6.13 6.13 Release Notes Published 5/28/2014 8:09 AM EST 1 Disclaimers and Legal Information Copyright 2014 Aimetis Inc. All rights reserved. This material is for informational purposes

More information

Technical Tip Building Rules and Actions Utilizing a Custom Query

Technical Tip Building Rules and Actions Utilizing a Custom Query Technical Tip Building Rules and Actions Utilizing a Custom Query Revision 07.06.2015 Technical Tip: Building Rules and Actions Utilizing a Custom Query Page 1 Table of Contents 1.0 HOW IT WORKS... 3 2.0

More information

Sentinel Figure 1 Sentinel operating in a retail store

Sentinel Figure 1 Sentinel operating in a retail store is a system that recognizes people in a video feed and is able to follow their movement through a venue over time. Applying object recognition techniques, Sentinel recognizes human shapes from images in

More information

ITC237-PU1A-IRHL. Quick Install Guide FEBRUARY tel: +44 (0) fax: +44 (0) web:

ITC237-PU1A-IRHL. Quick Install Guide FEBRUARY tel: +44 (0) fax: +44 (0) web: FEBRUARY 2017 ITC237-PU1A-IRHL Quick Install Guide Official UK distribution partner tel: +44 (0)1457 874 999 fax: +44 (0)1457 829 201 email: sales@cop-eu.com web: www.cop-eu.com INSTALLATION OVERVIEW ANPR

More information

Extracting and Storing PDF Form Data Into a Repository

Extracting and Storing PDF Form Data Into a Repository Extracting and Storing PDF Form Data Into a Repository This use case describes how to extract required information from a PDF form document to populate database tables. For example, you may have users

More information

Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility , Camera Firmware 4.40 Document Revision Date: 2/13/2013

Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility , Camera Firmware 4.40 Document Revision Date: 2/13/2013 Integration Note Manufacturer: Axis Model Number(s): 214PTZ Minimum Core Module Version: 4.0 Build 1452 Comments: AXIS IP Utility 2.21.0, Camera Firmware 4.40 Document Revision Date: 2/13/2013 OVERVIEW

More information

Owner and Tenant Portals with REST Communicator

Owner and Tenant Portals with REST Communicator Owner and Tenant Portals with REST Communicator REST Communicator delivers the ability to offer branded and customisable Owner & Tenant Portals via the internet to your client base. Owner and Tenant Portals

More information

Creating an Oracle Database Using DBCA. Copyright 2009, Oracle. All rights reserved.

Creating an Oracle Database Using DBCA. Copyright 2009, Oracle. All rights reserved. Creating an Oracle Database Using DBCA Objectives After completing this lesson, you should be able to do the following: Create a database by using the Database Configuration Assistant (DBCA) Generate database

More information

TrueView People Counter Manual

TrueView People Counter Manual embedded for Axis IP cameras version 2.1 Copyright 2010 Cognimatics Table of Contents Overview... 1 Mounting the camera... 2 Height and width... 3 Positioning the camera... 3 General guidelines... 4 Installing

More information

Barracuda Spam Firewall User s Guide

Barracuda Spam Firewall User s Guide Barracuda Spam Firewall User s Guide 1 Copyright Copyright 2005, Barracuda Networks www.barracudanetworks.com v3.2.22 All rights reserved. Use of this product and this manual is subject to license. Information

More information

DSS Pro FAQ. Ver:

DSS Pro FAQ. Ver: DSS Pro FAQ Ver: 7.01.000 Contents 1 Installation and Deployment... 1 1.1 What kind of OS can install DSS Pro?... 1 1.2 What kind of performance of server can install DSS Pro?... 1 1.3 Browser Compatibility

More information

System Integration. Contents CHAPTER. This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems.

System Integration. Contents CHAPTER. This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems. CHAPTER 12 This chapter describes how to integrate the Cisco PAM data and actions with enterprise or third-party systems. Contents Configuring URL Actions, page 12-2 Creating or Modifying URL Actions,

More information

Milestone Systems. XProtect MIP SDK Application Catalog

Milestone Systems. XProtect MIP SDK Application Catalog Milestone Systems XProtect MIP SDK Application Catalog Contents Scope for this document... 4 Introduction to Milestone Integration Platform Software Development Kit (MIP SDK)... 5 Protocol integration...

More information

SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide

SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide SLS-ENVR4 Network Video Recorder V2.1 Quick Setup Guide The SLS-ENVR4 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from up

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

SECURITY PLUS. Core Security System + Real Time + Intelligence + Integration + Reliability

SECURITY PLUS. Core Security System + Real Time + Intelligence + Integration + Reliability SECURITY PLUS Intelligent Video-based Security Platform for Mission Critical Systems Core Security System + Real Time + Intelligence + Integration + Reliability SECURITY PLUS INTRODUCTION ACTi Security

More information

POS / ATM / Access Control

POS / ATM / Access Control POS / ATM / Access Control External Device Setup Guide Digital Video Security System Digital Video Recorder www.divisdvr.com DiViS DVR.com *All contents of this document may change without prior notice,

More information

4PSA VoipNow Core Reseller's Guide. Copyrights Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc.

4PSA VoipNow Core Reseller's Guide. Copyrights Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc. 4PSA VoipNow Core 2.0.3 Reseller's Guide Copyrights 2002-2009 Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc. Reseller's Guide Manual Version 60725.9 at 2009/12/14 15:29:37 For suggestions

More information

Genie XMS Central Management Software

Genie XMS Central Management Software Enterprise-Level, Intelligent Analysis, Distributed Connectivity User s Manual Copyright EverFocus Electronics Corp, Release Date: January, 2015 Notice: The content is subject to change without notice.

More information

Vega Basic Family. Automatic Number Plate Reader

Vega Basic Family. Automatic Number Plate Reader Vega Basic Family Automatic Number Plate Reader Mainly targeted to stop & go tolling, parking and access control systems, with a maximum input power of 13W, the Vega Basic line features a Power-over- Ethernet

More information

1. Introduction Overview Product Information... 3

1. Introduction Overview Product Information... 3 1. Introduction... 3 1.1 Overview... 3 1.2 Product Information... 3 2. Device Connection... 3 2.1 Connection Diagram... 3 2.2 Wi-Fi Setting... 4 2.2.1 Set up WiFi by Mobile Phone... 4 2.2.2 WPS/QSS One

More information

AXIS T8705 Video Decoder. User Manual

AXIS T8705 Video Decoder. User Manual User Manual Table of Contents Solution overview........................................... 3 Product overview........................................... 4 How to access the product....................................

More information

Avigilon HD H.264 H3 Firmware Release Notes

Avigilon HD H.264 H3 Firmware Release Notes Avigilon HD H.264 H3 Firmware Release Notes Version 2.6.0.172 Released Jan 31, 2019 Added support to disable Night Visibility Check in the WebUI. This feature can be enabled/disabled in Day/Night Settings

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

USER. Manual. DroneTracker User Interface 3.0. Version 3.0 UM-DTUI-3037en

USER. Manual. DroneTracker User Interface 3.0. Version 3.0 UM-DTUI-3037en USER Manual DroneTracker User Interface 3.0 Version 3.0 UM-DTUI-3037en ENGLISH Table of Contents 1 The DroneTracker UI... 6 2 Overview... 7 2.1 HOME... 7 2.2 ALERTS... 11 2.2.1 Filter the list... 12 2.3

More information

DMT S IMAGE VIEWER. Replay and Analyze Automated Snapshots from DMT s Capture Image Function

DMT S IMAGE VIEWER. Replay and Analyze Automated Snapshots from DMT s Capture Image Function DMT S IMAGE VIEWER Replay and Analyze Automated Snapshots from DMT s Capture Image Function Abstract The DMT s Capture Image Function automatically captures images from intruders entering a userdefined

More information

ANPR. Dahua ANPR Camera Range OCTOBER tel: +44 (0) fax: +44 (0) web:

ANPR. Dahua ANPR Camera Range OCTOBER tel: +44 (0) fax: +44 (0) web: OCTOBER 2017 ANPR Dahua ANPR Camera Range Official UK distribution partner tel: +44 (0)1457 874 999 fax: +44 (0)1457 829 201 email: sales@copeu.com web: www.copeu.com ANPR OVERVIEW 2 Megapixel ANPR cameras

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : I10-003 Title : XML Master Professional Database Administrator Vendors : XML Master

More information

HTTP Requests and Header Settings

HTTP Requests and Header Settings Overview, page 1 HTTP Client Requests (HTTP GET), page 1 HTTP Server Requests (HTTP POST), page 2 HTTP Header Settings, page 2 IP Phone Client Capability Identification, page 8 Accept Header, page 9 IP

More information

QUICK START GUIDE. SOLO Forest

QUICK START GUIDE. SOLO Forest QUICK START GUIDE SOLO Forest Software Installation 1. For PC installation, run the.msi file. 2. For Mobile device installation, copy the.cab file onto the device 3. Run the.cab file Starting the Program

More information

FMXXXX Protocols V2.10

FMXXXX Protocols V2.10 FMXXXX Protocols V2.10 Contents 1. FM1100, FM2100, FM2200, FM4100 AND FM4200 DATA PROTOCOL... 2 1.1 AVL DATA ARRAY... 2 1.2 DATA... 2 1.3 AVL DATA... 2 1.4 PRIORITY... 2 1.5 GPS ELEMENT... 2 1.6 IO ELEMENT...

More information

Before you use your Point Grey Zebra2 camera, we recommend that you are aware of the following resources:

Before you use your Point Grey Zebra2 camera, we recommend that you are aware of the following resources: 1.1 Subject Technical Application Note (TAN2012006): 1.2 Applicable Product(s) Point Grey Zebra2 camera products 1.3 Application Note Description Technical Application Note TAN2012006 Revised November

More information

Avigilon Control Center 5.2 Release Notes

Avigilon Control Center 5.2 Release Notes Version 5.2.2.20 Released Friday August 15 th, 2014 Release Summary This is the first service release for Avigilon Control Center 5.2.2. Users experiencing issues listed in the list should adopt this release.

More information

1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder.

1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder. 2 3 1. Within the Configuration workspace go to Devices > Management and select the cameras you wish to display on the decoder. 2. Right-click and select User Management > Add user 3. Add a new user and

More information

RM Series IP Cameras. Configuration manual. WiFi IP Cameras CONFIGURATION MANUAL RM SERIES - IP CAMERAS WIFI. How to configure camera options

RM Series IP Cameras. Configuration manual. WiFi IP Cameras CONFIGURATION MANUAL RM SERIES - IP CAMERAS WIFI. How to configure camera options Page: 1 RM Series IP Cameras WiFi IP Cameras Configuration manual How to configure camera options Page: 2 Contents of this handbook The range of RM series cameras is a range of IP cameras for network connection

More information

Localization Refinement for Indoor Modeling System Using Lasers and Images

Localization Refinement for Indoor Modeling System Using Lasers and Images Localization Refinement for Indoor Modeling System Using Lasers and Images Overview Matthew Carlberg (carlberg@eecsberkeleyedu) Avideh Zakhor (avz@eecsberkeleyedu) Video and Image Processing Laboratory

More information

ParkIT Application User Manual Page 1/63

ParkIT Application User Manual Page 1/63 ParkIT Application User Manual Page 1/63 Version: v1.5 Document version: 2016.07.28 Table of Contents 1 Application overview... 5 1.1 Basic handling methods... 5 2 Main screen... 6 3 User authentication...

More information

G-Cam/E-32XX. Full HD IP Mini Camera Series. Webbrowser Manual. for Full HD G-Cam/E3 Mini Series

G-Cam/E-32XX. Full HD IP Mini Camera Series. Webbrowser Manual. for Full HD G-Cam/E3 Mini Series M G-Cam/E-32XX Full HD IP Mini Camera Series Manual for Full HD G-Cam/E3 Mini Series Table of Contents 1. Overview... 2 2. Menu Tree... 2 2.1 Home Page... 3 2.1.1 Function Items on Home Page... 3 2.2

More information

Device Pack. Network Video Management System Enterprise Edition. Release Note. Software Version: Sony Corporation

Device Pack. Network Video Management System Enterprise Edition. Release Note. Software Version: Sony Corporation Network Video Management System Enterprise Edition Device Pack Release Note Software Version: 9.1 Revision 1 (Last Modified: May 9, 2017) 2017 Sony Corporation Copyright Notice This document may not be

More information