Month: January 2023
Description
When searching video from client workstations, results will display in the timeline, but users are unable to playback video.
NOTE: The same search can be performed from the exacqVision Client running on the NVR and works normally.
Product
- exacqVision Client 22.09.03 and 22.12.05
Steps to Reproduce
- From the exacqVision Client search for older video. Note this has been observed when searching video older than 10 days but may vary.
Expected Results
- Results are returned and video can be played back
Actual Results
- Results are returned but video will not play back
Workaround
- Video can be exported and will playback normally in the exacqVision Player
- Video will also playback in the exacqVision Thin Client if exacqVision Web Server is configured
Engineering is currently investigating, see AES-294 for additional details
If you have exacqVision Server archiving your data on Cloud Drive, then the only way to search your data supported by Exacq is through ExacqVison Client.
The client Software has to be connected to the server at least once to save the cloud drive information and allow you to communicate with the cloud drive. And search for archived videos.
Description
Troubleshooting steps to try when Exacq Mobile 3 or exacqVision Browser/Thin Client returns blank black screens instead of live video.
Product
- exacqVision Web Server
- exacqVision Browser/Thin Client
- Exacq Mobile 3
Steps to Reproduce
- Access cameras via Exacq Mobile 3 or exacqVision Browser/Thin Client
Expected Results
- Live view of selected cameras is visible
Actual Results
- Blank black screens appear were live video is expected
Possible Solution
- Update to the latest version of exacqVision Web Server
- Determine if Restricted View Window “RVW” is in use
- Set fps to <= 10
- Set quality to <= 5
Pro Tip
With the permission of the Integrator/Customer create a temporary user which will allow you to test both the Web Browser/Thin and Mobile Clients from your machine.
Important: Please remember to remove the temporary user when completed.
Related Knowledge Base Articles
Description
Definitions for exacqVision Server Recovery splash screens for systems using the refine boot loader.
Product
- exacqVision Server
Solution
Exacq systems have migrated to a new boot manager called refine. This new manager has a new look with the same and more functionality than the previous grub boot manager.
The new splash screen is icon driven and is displayed when UEFI booting from a deployment key or for 8 seconds. There are two versions of the screen with just slightly different functionality.
From a Deployment Key
- Deployment – This is the default action and will autorun if no other option is chosen.
- Wipe Machine – Will delete all RAID and all hard drive partition except the USB key.
- Clonezilla – Boots the system into a Clonezilla O.S. environment.
- Memory Test – Runs passmark memory test routine
From the O.S. – Linux 20.04, Windows LTSC , Windows Server 2018
- O.S – This is the default action and will boot the deployed O.S.
- Factory Restore – Will overwrite the current O.S. with the images that left the factory
- Clonezilla – Boots the system into a Clonezilla O.S. environment.
- Memory Test – Runs passmark memory test routine
<br>
Description
From the June 2022 release to the March 2023 release, the Windows 10 hostname will be the default randomized/generated one by Windows, usually something like “DESKTOP-XXXXXXX” instead of the serial number, which either “ERXXXXXXXX” or “CCPXXXXXXXX”. The fix is planned for the March release of 2023.
This issue affects images for the following release cycles:
June ’22
Sept ’22
Dec ’22
Production begins shipping with the new image about a month after the initial release. So this issue effects machines built between July 15th 2022 through April 14th of 2023.
This only affects/affected Windows 10 and not Windows Server.
Solution
There are several ways to update the hostname in Windows. Below are steps to change the hostname using Powershell.
- Open Start menu.
- Type Powershell, then right-click on Windows Powershell and select Run as administrator.
- Locate the Serial Number of your machine using the sticker on the side, then type the following to update the hostname (replacing <SerialNumber> with your actual Serial Number):
Rename-Computer -NewName "<SerialNumber>"
- Type the following to restart the machine:
Restart-Computer