Categories
Knowledge Support Support exacqVision Client Categories Products

Illustra Essentials low quality in MJPEG

Description

When connecting to some essentials camaera’s OEM’ed by Dahua, the customer can put the camera in a mode that shows jpeg in a low quality and the quality slider has no apparent effect.

To reproduce

  • Add an essentials IES02D1OCWIYB to a >= 8.1.5.102802
  • each change of codec and bitrate mode must be made separately on this device.
  • Select H.264 and apply
  • select CBR and apply.
  • Select MJPEG and apply
    • Camera stuck in CBR and poor image quality
  • Select H.264 and Apply.
  • Select Constant Quality and apply
    • Camera still stuck in CBR and poor image.

Workaround

  • Factory default camera
  • avoid switching H.264 to CBR before selecting MJPEG.
Categories
Knowledge Support Support exacqVision Mobile Categories Products

Exacq Mobile 3 Unable to Connect on iOS

Issue

Exacq Mobile 3, version 20.06, has additional restrictions for service connections on iOS.  Apple recently deprecated UIWebView in favor of WKWebView requiring an update to the exacqVision Mobile to use WKWebView.  One of these restrictions is the requirement of CORS support for all requests.  The web service does not include these headers when performing a HTTP -> HTTPS redirect, causing the connection to fail on iOS.  

<br>

Workaround

Steps to Reproduce
1. Configure the web service HTTP Policy to “Redirect to HTTPS”.2. In Mobile, add the web service explicitly listing the HTTP protocol (e.g. http://webview.exacq.com).3. The connection will hang on “Connecting” for a long period of time and eventually display “Unable to connect…”.WorkaroundEither don’t include the protocol (e.g. webview.exacq.com) or explicitly list the HTTPS protocol (e.g. https://webview.exacq.com) when adding a web service.

<br>

Resolution

A fix for this issue is scheduled for 20.06  

<br>

Version Affected

Exacq Mobile 3, version 20.03

<br>

Version Fixed

Scheduled for Exacq Mobile 3, version 20.06

Categories
Knowledge Support Support exacqVision Enterprise Categories Products

Resetting a Password in Enterprise System Manager

**This should NEVER be given out to a customer**

To reset the password for a user in Enterprise Manager, complete the following steps for Windows or Linux.

<br>

Windows

  1. Stop all six Enterprise Manager services.
  2. Open Command Prompt as Administrator.
  3. cd C:\ProgramFiles\exacqvision\enterprisemanager\enterprisesystemmanager
    Note: EnterpriseSystemManager can be in D:\ Make sure to validate where the EM folder is installed.
  4. Run the command enterprisesystemmanager.exe shell
  5. In the shell, type the following:
    from organization.models import EnterpriseUser
    u = EnterpriseUser.objects.get(username=”admin”)
    u.set_password(“Support.1”)
    u.save()
    import sys
    sys.exit()

    NOTE: It may be necessary to replace the field username=”admin” above with the actual username configured at time of installation, if not using default value. In example: username=”enterpriseadmin
  6. Restart Enterprise Manager services and log into EM with the new password.

<br>

Linux

  1. Stop all six Enterprise Manager services.
  2. To open Enterprise Manager Shell in Linux, open a Terminal window and type: sudo /usr/local/exacq/esm/enterprisesystemmanager shell
  3. In the shell, type the following:
    • from organization.models import EnterpriseUser
    • u = EnterpriseUser.objects.get(username="admin")
    • u.set_password("Support.1")
    • u.save()
    • import sys
    • sys.exit()
    • Exit Terminal and start all six Enterprise Manager Services

      NOTE: It may be necessary to replace the field username=”admin” above with the actual username configured at time of installation, if not using default value. In example: username=”enterpriseadmin

**If unable to login to the EM Web Portal on a Linux box after resetting the password, either user a different browser or upgrade repositories

sudo apt update

sudo apt upgrade

Categories
Knowledge Support Support exacqVision Mobile Categories Products

Panels repopulate after clearing on server initialization failure

Description

After opening the application if the panels are cleared before a server initialization fails the panels are repopulated.

<br>

Version introduced

  • Exacq Mobile 3, version 8.1.12

<br>

Platforms

Mobile – All

<br>

Steps to reproduce

On Exacq Mobile 3

  1. Open the application
  2. Navigate to the Configure Web Service page
  3. Add a server that will fail to connect
  4. Return to the views page
  5. Select a camera for one or more panels
  6. Close the application
  7. Reopen the application
  8. Clear panel(s)
  9. Wait For server initialization to fail

<br>

On Browser

  1. Open the application
  2. Navigate to the Configure Web Service page
  3. Add a server that will fail to connect
  4. Return to the views page
  5. Select a camera for one or more panels
  6. Refresh the page
  7. Clear panel(s)
  8. Wait For server initialization to fail

<br>

Expected result

The panel(s) remain cleared

<br>

Actual result

The panel(s) are repopulated

<br>

Workaround

Clear the panels after the server initialization has failed.

<br>

Version fixed

Unknown.

<br>

Categories
Knowledge Support Support exacqVision Client Categories Products

Vivotek factory default codec is set to SVC

Some Vivotek camera factory defaulted codec is SVC (Scalable Video coding) which is an extension of H264 that we do not support. When the camera is in this mode, the plugin fails to stream video and stays in the “connecting” state. Also were not be able to change the codec setting from the client. The only work around is to go to the camera’s web page change the codec to H264/jpeg and reconnect the camera from our client. This affects model IP8162.

<br>

Detail on SCV video here https://en.wikipedia.org/wiki/Scalable_Video_Coding.

Categories
Knowledge Support Support exacqVision Server Categories Products

Illustra3 HTTPS support setup

Setting up Illustra3 camera for https support in 8.4.1 server.

<br>

  • All Illustra3 devices(Pro/825/625/mini-dome/mini-bullet/2mp LT Pro/Flex?) should all factory defaulted to both(http/https) modes with self signed cert.
  • 8.4.1 server will ONLY support all Illustra3 devices in both(http/https) mode.
  • To upload a cert file, log onto the camera web page. The http/https page is either in security or network/advanced settings page depends on fw.
  • Connect camera with server 8.4.1 and the lock will indicate HTTPS connection.
  • Only configuration is encrypted not the streams.
Categories
Knowledge Support Support exacqVision Server

Panasonic Default Motion Window May Not Save Correctly

Issue

When configuring motion windows on Panasonic cameras, and clicking the Apply Defaults button in Client in order to create a default motion window that matches whole imager size, the window does not save.

Workaround

Manually draw a window within the video window boundaries.

Version Fixed

exacqVision Server versions 20.09.8 or higher

Categories
Knowledge Support Support exacqVision Server

Vivotek Cameras Fail to Connect “Connection error (403)”

Description 

Some Vivotek cameras require Basic Authentication.  This should be indicated in the Notes section of the cameras test record.  The camera will not connect if digest authentication is selected.

Product 

  • Vivotek IP Cameras
  • exacqVision Server

Steps to Reproduce 

  • Add a Vivotek Camera

Expected Results 

  • Camera connects

Actual Results 

  • The camera does not connect and a connection error “Connection error (403)” is returned
Sample from exacqVision Server Logs

Solution

  • Disable the camera in the exacqVision Client
  • Access the camera configuration page via a web browser
  • Navigate to Network > Streaming Protocols > Authentication
  • Change Authentication from digest to basic for both HTTP and RTSP protocols
  • Navigate to Security > Miscellaneous
  • Uncheck  the Enable Cross-Site Request Forgery (CSRF) protection option
  • Save the changes
  • Reboot the camera
  • Access the camera configuration page via a web browser
  • Navigate to Network > Streaming Protocols > Authentication
  • Verify the authentication mode is set to basic
  • Navigate to Security > Miscellaneous
  • Verify CSRF is not enabled
  • Enable the camera in the exacqVision Client

Important: The camera seems to require a reboot to fully apply the change in authentication mode.

Categories
Knowledge Support Support exacqVision Server Categories Products

Axis P8221 audio/DIO only device failed input trigger state

Description

Axis device without video and only support audio/DIO failed to handle notification events.

<br>

Version introduced

8.6.0.114658

<br>

Platforms

All

<br>

Steps to reproduce

Connect to P8221 and trigger input.

<br>

Expected result

Input trigger as expected.

<br>

Actual result

No input triggered.

<br>

Workaround

Revert to server 8.4.x

<br>

Version fixed

8.7.8.115465

<br>

Categories
Knowledge Support Support exacqVision Server Categories Products

Axis crash server with date/time settings

Description

Server crashes when add Axis camera with date/time on the camera is set to sync manually or with computer time.

<br>

Version introduced

8.6.1.115070

<br>

Platforms

All

<br>

Steps to reproduce

  1. In the camera web page, change the “Time mode” to either manual or with computer time in “Date & Time Settings” page.
  2. connect Axis camera to 8.6.x server.

<br>

Expected result

NTP is sync either to server or override setting.

<br>

Actual result

Server crashes.

<br>

Workaround

Manually set “Time mode” to “Synchronize with NTP server” option.

<br>

Version fixed

8.7.8.115465

<br>