traw / ve

vdceye Manager Open Source Video Network Recorder(NVR) https://sourceforge.net/projects/vscloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vdceye Manager

open source ONVIF IP Camera manager


Release Version

https://sourceforge.net/projects/vscloud/

Functions

ONVIF profile S support.
Unlimited timeline playback.
Anti file system fragment recording system.
Multi Display screen support.
Alarm Support
PTZ Support
ONVIF ProfileS simulator
Emap
Data Mining
HDFS Video Recording

Install

Windows

Download vdceye Manager V201X-xxxx.msi from https://sourceforge.net/projects/vscloud/

Add Path "C:\Program Files\Java\jdk1.8.0_25\jre\bin\server" for HDFS

Linux

ubuntu: sudo apt-get install libx11-dev yasm libxext-dev libgl1-mesa-dev zlib1g-dev centos: sudo yum install nasm xorg-x11-server-devel zlib-devel

Download vdceye-Ubuntu(CentOS)-xxx-32bit(64bit)-201xxxxx.tar.gz from https://sourceforge.net/projects/vscloud/

64bit
1.Install qt-opensource-linux-x64-5.4.0.run 
http://download.qt-project.org/official_releases/qt/5.4/5.4.0/qt-opensource-linux-x64-5.4.0.run 
   ---> add below 2 line into /etc/profile
export  PATH=/home/xxx/Qt5.4.0/5.4/gcc_64/bin:/home/xxx/Qt5.4.0/Tools/QtCreator/bin/:$PATH
export  VE_QTDIR=/home/xxx/Qt5.4.0/5.4/gcc_64/
2.edit the env.sh LD_LIBRARY_PATH for the current dir
   ./root.sh
   source ./env.sh
   ./start.sh
32bit
1.Install qt-opensource-linux-x86-5.4.0.run 
http://download.qt-project.org/official_releases/qt/5.4/5.4.0/qt-opensource-linux-x86-5.4.0.run 
   ---> add below 2 line into /etc/profile
export  PATH=/home/xxx/Qt5.4.0/5.4/gcc/bin:/home/xxx/Qt5.4.0/Tools/QtCreator/bin/:$PATH
export  VE_QTDIR=/home/xxx/Qt5.4.0/5.4/gcc/
2.edit the env.sh LD_LIBRARY_PATH for the current dir
   ./root.sh
   source ./env.sh
   ./start.sh

Building

Windows

1. Install VS2013
2. Install QT 5.4.0 in the http://download.qt-project.org/official_releases/qt/5.4/5.4.0/qt-opensource-windows-x86-msvc2013-5.4.0.exe
export  VE_QTDIR=C:\Qt\Qt5.4.0\5.4\msvc2013\
export  VE_QTDIR_x64=C:\Qt\Qt5.4.0_x64\5.4\msvc2013_64
3. http://download.qt-project.org/official_releases/vsaddin/qt-vs-addin-1.2.4-opensource.exe
4. Open the veapp\prj_win32\VSCloudNode.sln to build

Linux

ubuntu: sudo apt-get install libx11-dev yasm libxext-dev libgl1-mesa-dev  zlib1g-dev
centos: sudo yum install nasm xorg-x11-server-devel zlib-devel

Install qt-opensource-linux-x64-5.4.0.run
http://download.qt-project.org/official_releases/qt/5.4/5.4.0/qt-opensource-linux-x64-5.4.0.run
	export  PATH=$PATH:/home/xxx/Qt5.4.0/5.4/gcc_64/bin:/home/xxx/Qt5.4.0/Tools/QtCreator/bin/

For more guide http://www.vdceye.com/

xsmart@vdceye.com

Note:

Please Delete C:\videodb if use vdceye Manager V2014-0630.msi and before.

For Axis Camera, Plase disable the replay attack protection
System Options
Advanced
	Plain Config
	Webservice(Select Group)
		Disable the Enable replay attack protection

For Sony camera, Please make the vdcye time same with the camera

About

vdceye Manager Open Source Video Network Recorder(NVR) https://sourceforge.net/projects/vscloud/

License:MIT License


Languages

Language:C++ 66.1%Language:Makefile 33.9%Language:Shell 0.1%