-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
81 lines (78 loc) · 3.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Motion</title>
<meta name="description" content="Open source security camera software to monitor and record video from IP, cctv, webcams and even the PI camera" >
<meta name="keywords" content="security camera software, ip camera, rtsp, pi camera, motion detection, cctv,open source, free, privacy masking"/>
<meta property="og:title" content="Motion - Open source security camera software"/>
<meta property="og:site_name" content="Motion"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://motion-project.github.io/"/>
<meta property="og:image" content="https://motion-project.github.io/motion.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="motion.png" rel="icon" type="image/png">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
<script>
function fnc_topnav() {
var x = document.getElementById("id_topnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</head>
<body>
<div class="topnav" id="id_topnav">
<img class="logoimg" src="motion.gif">
<a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a>
<a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">☰</a>
</div>
<section class="page-header">
<h1>
Home
</h1>
</section>
<section class="main-content">
<p></p>
Motion and MotionPlus are highly configurable programs that monitor video signals from many types of cameras and depending
upon how they are configured, perform actions when movement is detected.
<p></p>
Motion is the original software dating back to 2000 while MotionPlus is a new application. MotionPlus was added as a
new application in order to allow for removal of older functionality rarely used while also adding new functionalities.
<p></p>
The applications include the ablity to:
<p></p>
<ul>
<li>Create videos or save pictures of the activity</li>
<li>Passthrough recording from many IP cameras</li>
<li>View live stream of cameras</li>
<li>Invoke scripts when activities occur</li>
<li>Log activity into multiple types of databases</li>
<li>Fully customizable masks for privacy or motion detection</li>
<li>Full tls(https) support with authentication for webcontrol and streams</li>
</ul>
<p></p>
Use with many types of devices
<p></p>
<ul>
<li>Network cameras via RTSP, RTMP and HTTP</li>
<li>PI cameras</li>
<li>V4L2 webcams</li>
<li>Video capture cards</li>
<li>Existing movie files</li>
</ul>
</section>
</body>
</html>