热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

Ubuntu Linux系统下安装视频监控的方法

来源: 作者: 时间:2007-09-10 Tag: 点击:

 

  Ubuntu安装-视频监控 是顶级的linux摄像保安及监视解决方案。在这个文件中,我将涵盖如何获得zoneminder和运行Ubuntu6.06.1补助或德雷克只好随着最近更新。
 
  监视系统,在这里采用4路闭路电视,采用硬件设备到一个单一kodicom kmc - 8800采集卡,此外,我也用红外线主导的,所以我的相机可以看到在黑暗(老实说,我升技害怕看看) 。 zoneminder还没有做好知识产权相机,可惜却相当昂贵,在我世界的一部分,因此4路摄影机将打击我的预算。

  为深入引导支持硬件之一,可参考此链接http://www.zoneminder.com/wiki/index.php/supported_hardware

  在建立这样的制度之一,必须认识到,它会存储饿,所以lvm的分割计划,将是明智的预期增长的系统。
 
  第一、配置IP地址:
#cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.202
netmask 255.255.255.0
gateway 192.168.1.1
#cat /etc/hosts | grep cctv
192.168.1.202 cctv.bigwisu.com cctv
Then we edit the /etc/apt/source.list to include mulitverse and universe repositories.
#deb http://id.archive.ubuntu.com/ubuntu/ dapper main restricted multiverse universe

  第二:更新操作系统

 

#sudo apt-get update 
#sudo apt-get upgrade

 

  第三:重新启动电脑.安装.Apache, php and MySQL.applications and libraries

 

#sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server 
#sudo apt-get install ffmpeg libarchive-tar-perl libarchive-zip-perl libdate-manip-perl libdevice-serialport-perl
#sudo apt-get install libjpeg62 libmime-perl libstdc++6 libunwind7 libwww-perl zlib1g

 

 

  第四.下载,deb文件从网站维护者.

 

 #wget ftp://www.northern-ridge.com.au/zoneminder/ubuntu/dapper/zoneminder_1.22.3-8_i386.deb 
#sudo dpkg -i zoneminder_1.22.3-8_i386.deb 安装系统.
#sudo apt-get -f install

 

 

最新评论共有 4 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册