zoneminder/index.html

72 lines
4.0 KiB
HTML
Raw Normal View History

2013-07-20 11:37:09 +08:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Zoneminder by ZoneMinder</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/ZoneMinder/ZoneMinder">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/ZoneMinder/ZoneMinder/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/ZoneMinder/ZoneMinder/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Zoneminder</h1>
<p>A free, open source closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/ZoneMinder">ZoneMinder</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h3>
<a name="feature-list" class="anchor" href="#feature-list"><span class="octicon octicon-link"></span></a>Feature List</h3>
<ul>
<li> Runs on any Linux distribution!</li>
<li> Supports video, USB and network cameras.</li>
<li> Support Pan/Tilt/Zoom cameras, extensible to add new control protocols.</li>
<li> Built on standard tools, C++, perl and PHP.</li>
<li> Uses high performance MySQL database.</li>
<li> High performance independent video capture and analysis daemons allowing high failure redundancy.</li>
<li> Multiple Zones (Regions Of Interest) can be defined per camera. Each can have a different sensitivity or be ignored altogether.</li>
<li> Large number of configuration options allowing maximum performance on any hardware.</li>
<li> User friendly web interface allowing full control of system or cameras as well as live views and event replays.</li>
<li> Supports live video in mpeg video, multi-part jpeg and stills formats.</li>
<li> Supports event replay in mpeg video, multi-part jpeg, stills formats, along with statistics detail.</li>
<li> User defined filters allowing selection of any number of events by combination of characteristics in any order.</li>
<li> Event notification by email or SMS including attached still images or video of specific events by filter.</li>
<li> Automatic uploading of matching events to external FTP storage for archiving and data security.</li>
<li> Includes bi-directional X.10 (home automation protocol) integration allowing X.10 signals to control when video is captured and for motion detection to trigger X.10 devices.</li>
<li> Highly partitioned design allow other hardware interfacing protocols to be added easily for support of alarm panels etc.</li>
<li> Multiple users and user access levels Multi-language support with many languages already included Full control script support allowing most tasks to be automated or added to other applications.</li>
<li> Support external triggering by 3rd party applications or equipment.</li>
<li> xHTML mobile/cellular phone access allowing access to common functions</li>
<li> iPhone interface available</li>
</ul>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>