forked from ronnyvdbr/RaspberryIPCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (91 loc) · 5.38 KB
/
index.html
File metadata and controls
115 lines (91 loc) · 5.38 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Raspberry Pi - Wifi Router Project : The Raspbian Hard-Float Wireless Router">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Raspberry Pi - Wifi Router Project</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18361926-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/ronnyvdbr">View on GitHub</a>
<h1 id="project_title">Raspberry Pi - IP Camera</h1>
<h2 id="project_tagline">Bootstrap/PHP web interface for the Raspberry Pi Camera.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="raspberry-wifi-router" class="anchor" href="#raspberry-wifi-router" aria-hidden="true"><span class="octicon octicon-link"></span></a>Raspberry Pi - IP Camera:</h1>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="ronnyvdbr">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Plaats deze tag bovenaan of vlak voor je laatste inhoudstag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Plaats deze tag waar je de +1 knop wilt weergeven. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
<br />
<div class="fb-like" data-href="https://ronnyvdbr.github.io" data-layout="button_count" data-action="recommend" data-show-faces="true" data-share="true"></div>
<img src="Screenshot.PNG"alt=""/>
<h3>
<a id="welcome-to-the-raspberry-wifi-router-project" class="anchor" href="#welcome-to-the-raspberry-wifi-router-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the Raspberry Pi - IP Camera project.</h3>
<p>Raspberry IP Camera configurable through Bootstrap/PHP web interface.</p>
<p>Hi, welcome to my Raspberry IP Camera build. This project was brought to life out of personal interest and the lack of readily available sources of easy configurable camera software for the Raspberry Pi.</p>
<p>Features:</p>
<ul>
<li>PHP/Bootstrap Web Interface with secured login page</li>
<li>Two streaming standards, MJPEG and H.264</li>
<li>Integrated RTSP server</li>
</ul>
<p>The IP camera is built on top of a foundation Raspbian Jessie Minimal image and consists of three major parts:</p>
<ul>
<li>The PHP/Bootstrap web interface</li>
<li>The UV4L software from <a href="http://www.linux-projects.org/">http://www.linux-projects.org</a></li>
<li>The RTSP server from <a href="https://github.com/mpromonet/h264_v4l2_rtspserver">https://github.com/mpromonet/h264_v4l2_rtspserver</a></li>
</ul>
<p>Everyone can build the camera themselves according to the instruction manual in <a href="https://github.com/ronnyvdbr/RaspberryIPCamera">my github</a> repository (see installation.sh). Pls note that the documentation on this project is a work in progress.</p>
<p>If you want to test-drive the Raspberry IP Camera, you can download a ready image here, just write to SD card and boot it up.<br>
The default configuration is set to obtain an IP address via DHCP from the wired ethernet connection.<br>
To access the web interface, enter 'admin' as username and 'raspberry' as password.<br>
To login via SSH, login with username 'pi' and password 'raspberry', and use sudo for root access.</p>
<p><a href="http://hyena.dscloud.me:8080/RaspberryWAPv1.4.zip"
onclick="ga('send','event','download','RaspberryWAPv1.4.zip')" target="_blank">Raspberry Pi - IP Camera 1.0 beta</a></p>
<p> </p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-18361926-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>