Go to documentation repository
...
Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The software module for the License plate recognition (VT) in Axxon One is licensed by the processed video channels and by countries (see License plate recognition (VT)).
Note | ||
---|---|---|
| ||
It is necessary to run the commands as the root user. |
To install the Sentinel LDK Run-time environment, do the following:
...
Upload the aksusbd-8.52.1.tar environment to the Server on which the license will be used.
Unpack the archive.
Code Block |
---|
sudo tar xvf ~/aksusbd-8.52.1.tar -C ~ |
Run the installation.
Code Block |
---|
sudo ./aksusbd-8.52.1/dinst /home/<Username>/aksusbd-8.52.1 |
Installation of the Sentinel LDK Run-time environment is complete. Together with the Sentinel LDK Run-time environment, a standard demo license for searching the recognized license plates in the archive will be installed. When you use this license, note that there is a 30-second delay between the recognition of a license plate and the appearance of a corresponding event (see 차량 번호판 인식 및 검색).
Note | ||
---|---|---|
| ||
Demo mode of the License plate recognition (VT) is not allowed on virtual machines. |
Info | ||
---|---|---|
| ||
If the environment is successfully installed, the Sentinel Admin Control Center web application will open in the Web browser at http://127.0.0.1:1947/. Information about the installed demo license will be displayed on the Sentinel Keys tab. |
Note | ||
---|---|---|
| ||
Before you install a hardware key, it is necessary to install the Sentinel LDK Run-time environment. |
To ensure the hardware key operation, it is necessary to connect the hardware key to the Server where you plan to use the License plate recognition (VT). If the Sentinel LDK Run-time environment is successfully installed, the license is automatically recognized by Axxon One and it is ready to use.
Info | ||
---|---|---|
| ||
Information about the installed hardware key is displayed in the Sentinel Admin Control Center web application, on the Sentinel Keys tab. |
The installation of the hardware key is now complete.
Note | ||
---|---|---|
| ||
Before you install a software key, it is necessary to install the Sentinel LDK Run-time environment. |
To install a software key, do the following:
...
Unpack the archive.
Code Block |
---|
sudo tar zxvf ~/hasp_SDK_2.14.tar.gz -C ~ |
Create a snapshot of the Server hardware. A snapshot is a file with the c2v extension. The created file fingerprint.c2v will be located in the current directory.
Code Block |
---|
cd ~/hasp/bin |
for 64-bit system:
Code Block |
---|
sudo ./hasp_update_x86_64 f > fingerprint.c2v |
for 32-bit system:
Code Block |
---|
sudo ./hasp_update f > fingerprint.c2v |
...
Give the created file with the c2v extension to the AxxonSoft manager.
...
Get a v2c file from the AxxonSoft manager. The received file will contain license information that will be available for use only on your Server.
Activate the license to install a software key.
for 64-bit system:
Code Block |
---|
cd ./hasp/bin |
Code Block |
---|
sudo ./hasp_update_x86_64 u <Received file with the v2c extension> |
for 32-bit system:
Code Block |
---|
cd ./hasp/bin |
Code Block |
---|
sudo ./hasp_update u <Received file with the v2c extension> |
After you activate the license, restart the hasplmd service:
Code Block |
---|
sudo systemctl stop hasplmd.service |
Code Block |
---|
sudo systemctl start hasplmd.service |
or restart the Server:
Code Block |
---|
sudo reboot |
Info | ||
---|---|---|
| ||
Information about the installed software key is displayed in the Sentinel Admin Control Center web application, on the Sentinel Keys tab. |
The installation of the software key is now complete.
To update the license, do the following:
Create a snapshot of the Server hardware. A snapshot is a file with the c2v extension. The created file haspinfo.c2v will be located in the current directory.
Code Block |
---|
cd ~/hasp/bin |
for 64-bit system:
Code Block |
---|
sudo ./hasp_update_x86_64 i <HASP ID> > haspinfo.c2v |
where <HASP ID>
Code Block |
---|
hasp_update_x86_64 lf |
Axxon One의 번호판 인식(VT) 소프트웨어 모듈은 처리된 비디오 채널 및 국가별로 라이선스가 부여됩니다 (번호판 인식 (VT) 참조).
서버에서 현재 라이선스 상태를 확인할 수 있습니다. 이를 위해 Sentinel Admin Control Center 웹 애플리케이션을 엽니다. 라이선스 정보는 기능 탭에 표시됩니다.
서버에 웹 브라우저가 없다면 콘솔에서 다음 두 명령을 하나씩 실행하세요.
for 32-bit system:
Code Block |
---|
sudo ./hasp_update i <HASP ID> > haspinfo.c2v |
where <HASP ID>
Code Block |
---|
hasp_update lf |
...
Give the created file with the c2v extension to the AxxonSoft manager.
...
Get a v2c file from the AxxonSoft manager. The received file will contain license information that will be available for use only on your Server.
Update the license.
Code Block |
---|
cd ./hasp/bin |
for 64-bit system:
Code Block |
---|
sudo ./hasp_update_x86_64 u <Received file with the v2c extension> |
for 32-bit system:
Code Block |
---|
sudo ./hasp_update u <Received file with the v2c extension> |
After you update the license, restart the hasplmd service:
Code Block |
---|
sudo systemctl stop hasplmd.service |
Code Block |
---|
sudo systemctl start hasplmd.service |
or restart the Server:
Code Block |
---|
sudo reboot |
Info | ||
---|---|---|
| ||
Information about the updated license is displayed in the Sentinel Admin Control Center web application, on the Sentinel Keys tab. |
The update of the license is now complete.
To remove a license, do the following:
...
Stop the processes.
Code Block |
---|
killall aksusbd
killall haspmld |
Start the services.
Code Block |
---|
haspmld -s
aksusbd |
After you remove the license, restart hasplmd service:
Code Block |
---|
sudo systemctl stop hasplmd.service |
Code Block |
---|
sudo systemctl start hasplmd.service |
or restart the Server:
Code Block |
---|
sudo reboot |
The removal of the license is now complete.
You can check the current license status on the Server. To do this, open the Sentinel Admin Control Center web application. The license information is displayed on the Features tab.
...
Code Block |
---|
curl -X POST -d 'accremote=1' http://localhost:1947/_int_/config.html wget --post-data 'accremote=1' http://localhost:1947/_int_/config.html |
...