Categories
User Guides exacqVision Server Categories Products

Installing Windows Security Essentials on Win7 based evServers

  1. Stop exacqvision Server Service (Control Panel -> Administrative Tools ->Services -> exacqVision Server : Stop)
  2. Download Windows Security Essentials Package (mseinstall.exe, x64) from Microsoft website, and execute the installer on the target machine.
  3. Select all default options, except for the ones listed below.
    1. Do not join the program (Optional)
    2. Unselect both options below:
    3. Do not immediately scan
    4. The system will update automatically (if connected to the internet) and come to the following page:
    5. If Internet was not accessible, connect to the internet, and update definitions. Make sure the system shows the latest definitions are installed.
    6. On the settings page, schedule a daily scan to a time of your convenience.
    7. Click on ‘Exclude Files and Locations’, and hit Browse.
    8. Select all the Data Drives (on which Video is stored) and choose the exacq install location (C:\Program Files\exacqVision), and hit OK.
    9. All Data drives and the exacq install directory should be shown, separated with a semi-colon.
    10. Hit ‘Add’, and all the data drives and the exacq install directory should be on the excluded list.
    11. Come back to Home page and run a full scan.
Installing-Windows-Security-Essentials-on-Win7-based-evServers.pdf
Categories
Knowledge Support Support exacqVision Server Categories Products

ExacqVision IP Plugin IDs

ExacqVision data files are stored with a specific file naming format. The format includes a four-hex-digit plug-in ID associated with the recording device. Following is a list of device and integration plug-in IDs:

Access Control, Capture Boards and Cameras/Encoders

NamePlugin IDDescription
XDVAPI0004eDVR capture board
AXISIP0007IP camera
IQEYE0011IP camera
SONY0012IP camera
PANASONIC0015IP camera
ACTI0016IP camera
IPCAMDETECT0017General IP camera detection
ARECONT0018IP camera
VIVOTEK0019IP camera
ONVIFNVC001AIP camera
ARECONTTFTP0021IP camera
IOIMAGE0022IP camera
STARDOT0023IP camera
BOSCH0024IP camera
CANON0025IP camera
IPX0026IP camera
STRETCH0027Stretch and SDVR capture boards
BASLER0028IP camera
GANZ0029IP camera
EXACQRTSP0030IP camera
SANYO0031IP camera
PELCO0032IP camera
ILLUSTRA0034IP camera
HIKVISION0035IP camera
UDP0036IP camera
DAHUA0040Dahua capture board
HANWHA/SAMSUNG0041IP camera
PIXELPRO0042IP camera
ILLUSTRA_FLEX0045IP camera
ILLUSTRA30046IP camera
TDVR0047tDVR capture board
DAHUAIP0049IP camera
KANTECH004AAccess control
ITV2004BIntrusion panel
NEO004BIntrusion panel
DYNACOLOR004DM-series
HONEYWELL004EAccess control
BENTEL004FIntrusion panel
BOSCHSEC0050Access control
ANALYTIC0051Analytic appliance(s)
DMP0052Intrusion panel
CCURE0053Access control
AXISBW0057Bodycam
NAPCO0055Intrusion panel
BRIVO0059Access control
ILLUSTRAMULTI005AIP camera
ILLUSTRABW005BBodycam

<br>

Categories
Knowledge Support Support exacqVision Server Categories Products

Migrating from 32-on-64 to 64-on-64 Linux

This applies to both 14.04 and 16.04. We do not support 12.04 x64.

<br>

The steps are as follows:

  1. Back up your existing DVR configuration as a general precaution.
  2. Uninstall existing server and deps packages – apt-get remove edvrserver edvrserver-deps
    • Note that this will properly preserve your existing DVR configuration, so that you should not have to additionally restore configuration as a final step.
  3. Refresh installation database – apt-get install -f
    • Note no package name in the aforementioned command.
  4. It may inform you of a number of i386 packages which are installed but no longer necessary, so go ahead and remove them as well – apt-get autoremove
  5. Now install the new edvrserver x64 deb package – apt-get install edvrserver_x64.deb
    • Note that the specific filename will depend on the version which you are installing.
    • Note that the installation will always appear to fail, because of missing packages (typically ntp, libdaemon0, and libtcmalloc-minimal4). This is expected.
  6. Finally, have system fix all its missing dependencies – apt-get install -f
    • Note no package name in the aforementioned command.
  7. Once this completes, the server’s installation will finally complete itself, and begin running. You should now be able to connect with your exacqVision Client.

<br>

Migrating-from-32-on-64-to-64-on-64-Linux.pdf