Ivms 4200 linux debian

Установка Hikvision iVMS-4200 на Linux Ubuntu

Обновлено

Обновлено: 06.05.2021 Опубликовано: 01.05.2020

Программа iVMS-4200 преназначена для просмотра видео с видеокамер, а также управления как самими камерами, так и видеорегистраторами. Ее установка не вызывает никаких проблем на компьютер с Windows или Mac OS, однако установка на Linux потребует дополнительных манипуляций. Разберем процесс подробнее на примере установки на Ubuntu Desktop 18.04.

Установка iVMS-4200 и необходимых компонентов

Установку программы будем выполнять с помощью командной строки linux.

Загрузка и распаковка

Скачиваем программу с официального сайта командой:

Распаковываем скачанный архив zip:

Переходим в распакованный каталог:

cd Hikvision\ iVMS-4200\ \(Linux\)/

В нем мы увидим архив tar.gz — распаковываем и его:

tar zxvf iVMS4200-Linux.tar.gz

Полученный каталог Linux переименовываем и переносим в папку /opt:

Готово. Наша программа находится в /opt/iVMS.

Установка зависимостей

Чтобы программа могла запуститься на Linux, необходимы дополнительные библиотеки. Их список можно получить командой:

Если мы увидим не список, а сообщение:

не является динамическим исполняемым файлом

* обратите внимание, что мы ставим пакеты x32, так как приложение iVMS 32-х битное.

После проверяем список зависимости снова:

1. Настройка ldconfig

Часть библиотек находится в каталоге /opt/iVMS/PlugIns. Необходимо его добавить в ldconfig. Для этого создаем файл:

* если в нашей системе не будет данного каталога, мы получим ошибку. Тогда открываем на редактирование файл /etc/ld.so.conf.

Смотрим недостающие библиотеки:

ldd /opt/iVMS/iVMS-4200 | grep «not found»

2. libstdc++.so.6

Для получения данной библиотеки скачиваем пакет:

И пробуем его установить командой:

dpkg -i libstdc++6_8.4.0-1ubuntu1~18.04_i386.deb

Если мы получим сообщение об ошибке зависимостей, то выполняем:

dpkg -i libstdc++6_8.4.0-1ubuntu1~18.04_i386.deb

Проверяем, что библиотека стала доступной:

ldd /opt/iVMS/iVMS-4200 | grep «not found»

* возможно, станут доступными несколько библиотек, а не только libstdc++.so.6.

3. libuuid.so.1

apt-get install libuuid1:i386

Проверяем, что библиотека стала доступной:

ldd /opt/iVMS/iVMS-4200 | grep «not found»

4. libGL.so.1

Для данной библиотеки установим:

apt-get install libgl1-mesa-dev:i386

ldd /opt/iVMS/iVMS-4200 | grep «not found»

* список должен стать еще меньше.

5. libGLU.so.1

apt-get install libglu1-mesa-dev:i386

ldd /opt/iVMS/iVMS-4200 | grep «not found»

. должна вернуть пустой ответ.

Запуск iVMS-4200

Настройка прав

При первом запуске программе необходимо создать базу данных. Для этого необходимы права пользователю, из под которого планируется выполнять запуск программы. Мы можем поступить 2 способами:

Читайте также:  Linux вывод всех дисков

а) задать в качестве владельца каталога с программой нужного нам пользователя:

* где user:user — соответственно пользователь и группа владелец.

б) или дать полные права на каталог:

Запуск

Можно попробовать запустить программу из командной строки:

iVMS-4200: cannot connect to X server

. значит, программа запустилась, но ей нужна графическая оболочка.

Также, программу можно запустить в графическом интерфейсе. Для этого просто переходим в каталог с программой (в нашем примере, /opt/iVMS) и выполняем запуск двойным кликом по файлу iVMS-4200.

Система запросит создать пользователя — задаем логин и пароль.

Можно работать с программой.

Дмитрий Моск

Установка программы iVMS-4200 для просмотра видео с камер на компьютере с Linux Ubuntu

Источник

Администрирование и не только

Не вполне стандартные задачи, с которыми мне приходится сталкиваться по работе и способы их решения.

Страницы

суббота, 16 марта 2019 г.

Запуск клиента видеонаблюдения Hikvision iVMS-4200 в Lubuntu 18.04

В этой заметке хочу описать установку Linux версии клиента видеонаблюдения iVMS-4200 популярного производителя видеооборудования Hikvision. На сайте производителя одно время была бетта версия Linux клиента, теперь ее убрали из загрузок, но ее все еще можно скачать с регионального сайта, например тут.
Внимание! Запуск Windows клиента iVMS-4200 в Linux с использованием Wine описан здесь.

Исходные данные:

Процес:

wget http://hikvision.msk.ru/download/software/en/EN_iVMS-4200_Linux.zip
unzip EN_iVMS-4200_Linux.zip
tar -xvzf Hikvision\ iVMS-4200\ \(Linux\)/iVMS4200-Linux.tar.gz

На x32 версии

sudo apt-get install libglu1-mesa

На x64 версии:

sudo apt install lib32z1 -y

sudo apt-get install libgtk2.0-0:i386 libglu1-mesa:i386

[Desktop Entry] Type=Application Icon=gnome-mplayer Name[en]=iVMS-4200 Exec=/home/user/.iVMS4200/iVMS-4200 StartupNotifity=true Terminal=false Path=/home/user/.iVMS4200/

Готово — можно пользоваться!
P.S. Из коробки не поддерживает кодек H.265, с H.264 работает нормально.

Источник

ivms4200-v2.8.2.2_ml-linux Wiki

A docker image pre-installed ivms4200-(V2.8.2.2_ML)-Linux based on bkj

Home

A docker image pre-installed ivms4200-(V2.8.2.2_ML)-Linux ,based on bkjaya1952/q4wine-x11vnc-novnc-docker

A docker image pre-installed ivms4200-(V2.8.2.2_ML)-Linux based on bkjaya1952/q4wine-x11vnc-novnc-docker

To create a ivms container (name ivms) using bkjaya1952/ivms4200-(V2.8.2.2_ML)-linux
Refer:- https://hub.docker.com/r/bkjaya1952/ivms4200-v2.8.2.2_ml-linux
On the Ubuntu terminal

sudo docker create -t -p 8008:8080 —name ivms —privileged=true bkjaya1952/ivms4200-v2.8.2.2_ml-linux

https://raw.githubusercontent.com/bkjaya2020/docker-ivms4200-linux-new/master/Screenshot%20from%202021-05-10%2022-04-53.png

You will get the wine desktop as follows. Please notice the ivms-4200 startup icon on the wine desktop

You will have to double click the ivms-4200 icon to get the ivms-400 desktop panel

https://raw.githubusercontent.com/bkjaya2020/docker-ivms4200-linux-new/master/Screenshot%20from%202021-05-10%2022-22-35.png

https://raw.githubusercontent.com/bkjaya2020/docker-ivms4200-linux-new/master/Screenshot%20from%202021-05-10%2022-29-50.png

https://raw.githubusercontent.com/bkjaya2020/docker-ivms4200-linux-new/master/Screenshot%20from%202020-03-01%2016-53-49.png

How to change the timezone

Then the timezone file is opened

Go to the top line of the file , press insert key on your key board and enter your timezone ( ie Asia/Colombo)

Then press the Esc key and Shift 😡 to save & quit the file

For more details on installation please refer the flowing video

Источник

How to install Hikvision camera Software (SADP tools & ivms4200 linux) on Ubuntu 18.04 LTS (Bionic Beaver)

Hikvision camera software have been written to suit Windows environment .If you want to run those software on Ubuntu ,you have to first install Wine .But Wine is not included in the Ubuntu Software center in Ubuntu 18.04.The Synaptic Package Manager is useful in installing most of the software that has not been included in the Ubuntu software center.

Open the terminal and run (or use Synaptic Package Manager)

Double click on the downloaded file to install SAPD tools (Only the SADPTool_V3.0.0.10 version woks with Ubuntu 18.04)

Screenshot from 2018-06-24 19-54-53

SADP panel on Ubuntu 18.04

Читайте также:  Форматирование флешки под линуксом

In the above penal you can see the ip camera in the local network has been detected by SADP automatically .

If you don’t have the device password of the camera, you can use SADP tools to reset it. In that case you will have to generate a QR code using the SADP as shown in the figure below and take a picture of the QR code and e- mail it to the closest technical division of the Hikvision company .

Then they will send you a xml file to be used in the SADP Tools to reset the device password.

Screenshot from 2018-06-23 22-56-08

Resetting forgot device password of cameras

img_20180623_094021

Uploading the xml file received from the technical division of Hikvision to SADP to reset device password

Installing ivms4200 linux on Ubuntu 18.04

Latest ivms4200 is only compatible with MS Windows. There was a Linux beta version in Hikvision web site long ago. This software can be downloaded from this site https://upload.bkeesti.ee/Hikvision/Software/ ivms4200-Linux.tar.gz

Extract the file and go to Linux sub folder and double click on iVMS-4200 executable file

Screenshot from 2018-06-24 19-57-50

Screenshot from 2018-06-23 21-53-31

ivms4200 panel on Ubuntu 18.04

Note:- Please try my docker repository bkjaya1952/ docker-ivms4200-linux-new , which is very easy to install and use. First you will have to install docker in your system to use above repository.

sudo apt install docker.io

Share this:

Like this:

36 thoughts on “ How to install Hikvision camera Software (SADP tools & ivms4200 linux) on Ubuntu 18.04 LTS (Bionic Beaver) ”

Hallo B.K.Jayasundera, can You help me one more time ? When I double click on iVMS-4200 executable file nothing happens…

Hi Romas
To run SPAD Tool ,ensure the wine is being installed properly .
Open the ubuntu terminal and enter following commands.
sudo dpkg –add-architecture i386
sudo wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get install –install-recommends winehq-stable Download ivms4200 linux from this link https://upload.bkeesti.ee/Hikvision/Software/iVMS4200-Linux.tar.gz Extract the downloaded iVMS4200-Linux.tar.gz file in to your home directory
Open the “Linux “sub folder of the extracted “iVMS4200-Linux” folder to find executable file “iVMS-4200”.
Right click the mouse on ‘iVMS-4200″ and go to Properties-> Permissions , Then see weather the box against Execute is being ticked .This file does not work if the box against the Execute is not been ticked. To start iVMS4200 Linux , place the mouse on “iVMS-4200” executable file then right click and press Run on the sub menu. ( here doubleclick does not run the file )

I dont install wine and sadp tool, as I understand, wine is for windows apps (sadp), ivms-4200 is version for Linux. Or not?

Hi Romas
If you don’t install SADP Tool .you don’t need wine. Then right click mouse on the executable iVMS 4200 file and press Run on the menu

Источник

How to install Hikvision camera Software (SADP tools & ivms4200 linux) on Ubuntu 18.04 LTS (Bionic Beaver)

Hikvision camera software have been written to suit Windows environment .If you want to run those software on Ubuntu ,you have to first install Wine .But Wine is not included in the Ubuntu Software center in Ubuntu 18.04.The Synaptic Package Manager is useful in installing most of the software that has not been included in the Ubuntu software center.

Читайте также:  Файл подкачки при установке линукс

Open the terminal and run (or use Synaptic Package Manager)

Double click on the downloaded file to install SAPD tools (Only the SADPTool_V3.0.0.10 version woks with Ubuntu 18.04)

Screenshot from 2018-06-24 19-54-53

SADP panel on Ubuntu 18.04

In the above penal you can see the ip camera in the local network has been detected by SADP automatically .

If you don’t have the device password of the camera, you can use SADP tools to reset it. In that case you will have to generate a QR code using the SADP as shown in the figure below and take a picture of the QR code and e- mail it to the closest technical division of the Hikvision company .

Then they will send you a xml file to be used in the SADP Tools to reset the device password.

Screenshot from 2018-06-23 22-56-08

Resetting forgot device password of cameras

img_20180623_094021

Uploading the xml file received from the technical division of Hikvision to SADP to reset device password

Installing ivms4200 linux on Ubuntu 18.04

Latest ivms4200 is only compatible with MS Windows. There was a Linux beta version in Hikvision web site long ago. This software can be downloaded from this site https://upload.bkeesti.ee/Hikvision/Software/ ivms4200-Linux.tar.gz

Extract the file and go to Linux sub folder and double click on iVMS-4200 executable file

Screenshot from 2018-06-24 19-57-50

Screenshot from 2018-06-23 21-53-31

ivms4200 panel on Ubuntu 18.04

Note:- Please try my docker repository bkjaya1952/ docker-ivms4200-linux-new , which is very easy to install and use. First you will have to install docker in your system to use above repository.

sudo apt install docker.io

Share this:

Like this:

36 thoughts on “ How to install Hikvision camera Software (SADP tools & ivms4200 linux) on Ubuntu 18.04 LTS (Bionic Beaver) ”

Hallo B.K.Jayasundera, can You help me one more time ? When I double click on iVMS-4200 executable file nothing happens…

Hi Romas
To run SPAD Tool ,ensure the wine is being installed properly .
Open the ubuntu terminal and enter following commands.
sudo dpkg –add-architecture i386
sudo wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get install –install-recommends winehq-stable Download ivms4200 linux from this link https://upload.bkeesti.ee/Hikvision/Software/iVMS4200-Linux.tar.gz Extract the downloaded iVMS4200-Linux.tar.gz file in to your home directory
Open the “Linux “sub folder of the extracted “iVMS4200-Linux” folder to find executable file “iVMS-4200”.
Right click the mouse on ‘iVMS-4200″ and go to Properties-> Permissions , Then see weather the box against Execute is being ticked .This file does not work if the box against the Execute is not been ticked. To start iVMS4200 Linux , place the mouse on “iVMS-4200” executable file then right click and press Run on the sub menu. ( here doubleclick does not run the file )

I dont install wine and sadp tool, as I understand, wine is for windows apps (sadp), ivms-4200 is version for Linux. Or not?

Hi Romas
If you don’t install SADP Tool .you don’t need wine. Then right click mouse on the executable iVMS 4200 file and press Run on the menu

Источник

Оцените статью
Adblock
detector