Categories
Knowledge Support Documentation Support exacqVision Client Categories Products

Migrating from HDVR to ExacqVision (Legacy)

Features gained by upgrading from HDVR to exacqVision:

  • 2-way audio added for certain cameras (see camera database to determine which cameras support this feature).
  • Remote server update is now accessible.
  • Archiving features available on Windows 7 systems (not supported in Windows XP).

The Exacq 6.0 Bundle installer consists of three components:

  • Server
  • Client
  • Web Service

This HDVR replacement bundle installer requires user intervention to complete the process. This document includes procedures for each component’s installer. After the HDVR installers are replaced with the exacqVision installers, use exacqVision versions for all future installations.


NOTE: After the migration, you will see the exacqvision “V” logo instead of the HDVR logo in all icons and shortcuts.

exacqVision Server

If the installer detects a previous HDVR server installation, a licensing message appears.

Click OK to install exacqVision Server over the existing HDVR server installation. This will install to C:\Program Files\HDVR, and video will be saved to existing directories.


exacqVision Client

If the installer detects a previous HDVR client installation, a warning message appears:

Click OK to install exacqVision Client over the existing HDVR client installation. This will install to C:\Program Files\HDVR, and all configuration XML files will be saved and applied to exacqVision Client.


exacqVision Web Service

If the installer detects a previous HDVR web service installation, a warning message appears:

Click ‘Yes’ to uninstall LightTPD and install Apache for better performance. You will lose configuration settings. See https://exacq.com/support/specsheets.php?perma=exacqVision+User+Manuals for configuration instructions.

<br>

Categories
Knowledge Support Support Categories exacqVision Webservice Products

Hiding a Web Server from Internet Searches (Legacy)

NOTE: This document only applies to exacqVision Web Service 2.4.0 to 8.8. Web Service 9.0.0 replaced Apache with proprietary WFE service.


If your exacqVision Web Service is connected to the Internet, the server could be located using certain search parameters in a search engine. To hide the server from an Internet search engine, complete the following procedure:

<br>

Note: Depending on the operating system, you might need to log in as an administrator to complete this process.

  1. Browse to C:\Program Files\exacqVision\WebService\Apache2.2\htdocs.
  2. Use Notepad to create a text file named robots.txt.
  3. Add the following lines to disallow all indexing on the entire Web Service:
  4. Restart the Web Service to ensure all changes are published.

<br>

For more information on configuring robots.txt, visit http://www.robotstxt.org/ .

<br>

Categories
Knowledge Support Support Categories Products exacqVision Integrations

Stack Overflow in S2 Integration in Internet Explorer 8

If you are using Internet Explorer 8 to connect to an S2 access control system integrated with exacqVision, a “Stack overflow error 0” message might appear repeatedly. This issue occurs more often if the S2 and exacqVision systems are connected on the same LAN, and it is caused by the way Internet Explorer 8 handles exacqVision JavaScript.

To avoid the error message, upgrade to S2 Release 4.1, Build 453 firmware, which is available from S2. Alternatively, you could connect to S2 using the Mozilla Firefox browser.

<br>

Stack-Overflow-in-S2-Integration-in-Internet-Explorer-8.pdf
Categories
Knowledge Support Support Categories exacqVision Webservice Products

Changing Web Server Default Image Quality (Legacy)

Instructions

These instructions only apply to web services 9.4 and earlier

The changes described only affect the default image quality in “simple” mode and this process is not upgrade safe. You must perform this process again each time you upgrade Web Server.

<br>

  1. For Windows: Browse to C:\Program Files\exacqVision\WebService\bin\templates.

    For Linux:
     Browse to /usr/local/exacq/webservice/bin/templates.
  2. Open the file config.html.mako.
  3. Look for the following section:

    query_string = urllib.urlencode([(“s”, hex(server.id)),
                                       (“p”, camera.plugin),
                                       (“d”, camera.device),
                                       (“i”, camera.input),
                                       (“w”, “320”),
                                       (“h”, “240”),
                                       (“q”, “7”)])
  4. Add a line to the end of that section as follows:

    query_string = urllib.urlencode([(“s”, hex(server.id)),
                                       (“p”, camera.plugin),
                                       (“d”, camera.device),
                                       (“i”, camera.input),
                                       (“w”, “320”),
                                       (“h”, “240”),
                                       (“q”, “7”),
                                       (“r”, “5”)])
  5. Change the values to match your preferred settings for the following parameters:

    NOTE: Starting in Web Server 2.1, the following values are stored in a cookie generated from the Web Server. However, you can add these values to the config.html.mako file to override the cookie.

    w = width
    h = height
    q = quality
    r = refresh interval
  6. Save the file.
  7. Open or refresh the Web Server page in your web browser.

<br>

Categories
Knowledge Support Support exacqVision Server Categories Products

When I use a web browser to view the video from the exacqVision Web Server, do I need to install any additional software or applets?

No. The exacqVision Web Server transcodes video into a JPEG that can be viewed by any modern web browser. This allows anybody to use the Web Server without downloading or installing additional software.

<br>

When-I-use-a-web-browser-to-view-the-video-from-the-exacqVision-Web-Server-do-I-need-to-install-any-additional-software-or-applets.pdf
Categories
Knowledge Support Support exacqVision Webservice Categories Products

Can the Web Server run on an Exacq EL NVR system?

Yes, exacqVision EL supports a Web Server used to provide the mobile device video access. The Web Server is not installed on EL by default because if it runs simultaneously with exacqVision Client on the EL hardware, performance of both the local client and the Web Server could be noticeably slower (this is the tradeoff for the low power consumption and reduced cost of the Intel Atom processor). The loading introduced by the Web Server is roughly equal to the client. Remote clients connected to the exacqVision Server do not introduce significant CPU loading.

<br>

On exacqVision ELP systems, the Intel Celeron processor can run exacqVision Client and Web Server simultaneously. exacqVision Client performance is still dependent on the processor. See Client Workstation Hardware Requirements on this page for more information.

<br>

The installation of the Web Service is very easy and no different than for any other Ubuntu Linux-based system. The Web Service installer is available at https://exacq.com/support/downloads.php.

<br>

Categories
Knowledge Support Support exacqVision Webservice Categories Products

Configuring ExacqVision Web Services on a Linux system (Legacy)

Versions 2.10 to 7.8

To configure exacqVision Web Services older than version 7.8 on a Linux system, complete the following steps (instructions for previous versions can be found at the end of this article):

<br>

  1. Install the exacqVisionWebService.deb file.
  2. In a Terminal window, type the following to ensure the service starts every time the system is started: sudo /usr/local/exacq/webservice/service.sh automatic
  3. Type the following to start the Web Server: sudo /usr/local/exacq/webservice/service.sh start
  4. You should now be able to open a web browser on the server and type http://127.0.0.1 as the URL to access the Web Service. Click on the Web Service Configuration link in the bottom-right corner.
  5. Enter the username admin and the password admin256 to log in.
  6. Open the Servers page to add exacqVision servers or change settings for current servers. Click on Update Configuration and then confirm to restart the Web Service after each configuration change.
  7. You can change the Web Service listen port on the Basic Service Configuration tab.

<br>

Versions 2.10 or earlier

To configure exacqVision Web Service version 2.10 or earlier on a Linux system, complete the following steps:

<br>

  1. Install the exacqVisionWebService.deb file.
  2. In a Terminal window, type the following: sudo /usr/local/exacq/webservice/service.sh stop. (If you see an “unable to resolve host” message, disregard it.)
  3. Enter admin256 for password. When you enter the password, characters are not displayed on the screen; simply type the password and press Enter.
  4. Type the following: sudo gedit /etc/webservice.conf.
  5. Leave the IP address and port the same in this field.
  6. If you want the Web Server to log in automatically without requiring a username and password, change PassthroughEnabled=0 to =1. Then enter the username and password that you would like to use. Be sure this is a valid user and password in the exacqVision software.
  7. Click Save and close the text editor.
  8. In the Terminal, type the following to ensure the service starts everytime the system is started: sudo /usr/local/exacq/webservice/service.sh automatic
  9. Type the following to start the Web Server: sudo /usr/local/exacq/webservice/service.sh start

<br>

You should now be able to open a web browser on the server and type http://127.0.0.1 as the URL to open a login page (or passthrough page) with the option to run the simple or advanced interface.

<br>