Exacq recommends installing exacqVision software on Ubuntu 10.04 because of its extensive testing within the Ubuntu community and its status as a Long Term Support version. However, if you try to install exacqVision Client and exacqVision Server software version 4.5 and older, exacqVision Web Service, or Enterprise Health Manager on a Ubuntu 11.04 system, the new Ubuntu Software Center… Continue reading Bad Package Quality Error when Installing exacqVision Software on Ubuntu 11.04
Category: exacqVision Server
On-screen Time Display is Incorrect and Recorded Video Cannot be Found
Background Information Diagnostic Steps Resolution <br>
Changing the Automatic Login User in Linux (Legacy)
To change the automatic login user in Linux, complete the steps provided for your Linux version. <br> Ubuntu 18.04 and higher On systems built by Exacq with Ubuntu version 18.04 and higher, the ability to use the operating system to configure automatic logins has been removed as a security measure. You may, however, utilize the… Continue reading Changing the Automatic Login User in Linux (Legacy)
Set iSCSI Storage to Start Before ExacqVision Server in Windows
If you are recording video to an iSCSI target in Windows, it is important to ensure the iSCSI device is available in the operating system before the ExacqVision Server starts. Please follow the instructions from the Microsoft iSCSI Software Initiator Version 2.x Users Guide: Note: The following information was written and published by Microsoft Corporation,… Continue reading Set iSCSI Storage to Start Before ExacqVision Server in Windows
exacqVision SDK Compatibility with exacqVision Server Versions
The exacqVision SDK is designed to be compatible with all versions of exacqVision Server. However, individual features in certain versions of the server and SDK might not be compatible. For more details about the features available in a each version of the server or SDK, see the readme.txt file available in their install packages. It… Continue reading exacqVision SDK Compatibility with exacqVision Server Versions
How do I apply a license to an exacqVision Server?
Only one license key may be applied on each system at a time. This license key includes information on the number of licensed IP Cameras the system is permitted to use as well as the specific system it is assigned to. For information on increasing your licensed number of cameras or changing your license level,… Continue reading How do I apply a license to an exacqVision Server?
Assigning a Default Printer to the Windows User (Restricted) Account
If you want to print images from the ExacqVision software on an ExacqVision server, you might need to change the default printer. Because Windows is locked down when you log in as a User, you must perform the following steps to configure the default printer: <br>
How to: Using EVAPI_Discover to Detect the Connectiodn to an exacqVision Server
Overview The EVAPI_Discover function is used to test the connection between evAPI and an exacqVision server. When EVAPI_Discover is called, it initiates a Discover request to be sent to an exacqVision server. If the Discover request is received by the server, it sends a Discover response indicating the server was found. <br> Usage It is… Continue reading How to: Using EVAPI_Discover to Detect the Connectiodn to an exacqVision Server
Adding/Configuring Locales on Ubuntu Linux
For Ubuntu, adding a new locale (language) is a two-step process. First, determine the UTF8-encoded locale name, then generate the UTF8-encoded locale. <br> Determine Locale Name Open a command line window and type: less /user/share/i18n/SUPPORTED This will list all of the locales Ubuntu supports. Scroll down to find the one that matches the ISO 639-1/ISO… Continue reading Adding/Configuring Locales on Ubuntu Linux
Common Linux CLI Commands (Terminal)
Download the latest release Use the ‘wget‘ command followed by the URL for each exacqVision application: Serverhttps://www.exacq.com/release/exacqVisionServerRC.deb Clienthttps://www.exacq.com/release/exacqVisionClientRC.deb Web Servicehttps://www.exacq.com/release/exacqVisionWebServiceRC.deb <br> Install the latest release Use the ‘dpkg’ package manager to install exacqVision packages after downloading using the ‘wget‘ commands above. Serverdpkg -i exacqVisionServer.deb Clientdpkg -i exacqVisionClient.deb Web Servicedpkg -i exacqVisionWebService.deb <br> Check available hard… Continue reading Common Linux CLI Commands (Terminal)