forked from Motion-Project/Motion-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<link href="motion.png" rel="icon" type="image/png">
<title>Motion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
</head>
<body>
<ul class="nav-button">
<li class="nav-button"><a href="motion_support.html">Support</a></li>
<li class="nav-button"><a href="motion_news.html">News</a></li>
<li class="nav-button"><a href="motion_guide.html">Documentation</a></li>
<li class="nav-button"><a href="motion_download.html">Download</a></li>
<li class="nav-button"><a href="index.html">Home</a></li>
<li class="nav-button" style="float: left;"> <img src="motion.gif" width="125" height="50"> </li>
</ul>
<section class="page-header">
<h1>
Motion
</h1>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-motion" class="anchor" href="#welcome-to-motion" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>About Motion
</h3>
<p></p>
Motion is a highly configurable program that monitors video signals from many types of cameras.
<p></p>
Set it up to monitor security cameras, watch birds, check in on your pet, create timelapse videos and more.
<p></p>
<ul>
<li>Create videos of the activity</li>
<li>Save jpgs of the activity</li>
<li>View live stream of cameras</li>
<li>Invoke scripts when activities occur</li>
<li>Log activity into databases</li>
<li>Mask areas of images</li>
</ul>
<p></p>
Use Motion with many types of devices
<p></p>
<ul>
<li>V4l2 Webcams</li>
<li>Video capture cards</li>
<li>Network cameras via HTTP, RTSP and RTMP</li>
<li>Static files via a v4l2 loopback device</li>
<li>PI cameras</li>
</ul>
</section>
</body>
</html>