-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamera_types.php
61 lines (46 loc) · 1.75 KB
/
camera_types.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="author" content="Steve Wright">
<link rel="shortcut icon" href="favicon.ico" >
<link rel="stylesheet" type="text/css" href="wrightfamily.css">
<script src="wrightfamily.js"></script>
<title>Camera Types</title>
</head>
<body class="site">
<?php include("includes/header.php")?>
<main class="site-content">
<p>Here's some ZoneMinder settings for cameras.</p>
<div>
<a href="/camera_type_JW0004.php">Wanscam JW0004</a>
</div>
<div>
<a href="/camera_type_VX5000.php">Microsoft Lifecam VX5000</a>
</div>
<div>
<a href="/camera_type_IP602IW.php">Avtec IP602IW</a>
</div>
<div>
<a href="/camera_type_SIP1403.php">KaiCong SIP1403</a>
</div>
<!-- <p>I've also created an installation package for Zoneminder 1.28.100 and installed it on a Raspbian Raspberry Pi2.</p>
<p>The process described in the ZoneMinder <a href='https://github.com/ZoneMinder/ZoneMinder#debian' target=_blank>readme</a> created the following files:</p>
<ul>
<li>zoneminder_1.28.0-wheezy_armhf.changes</li>
<li>zoneminder_1.28.0-wheezy.tar.gz</li>
<li>zoneminder_1.28.0-wheezy_armhf.deb</li>
<li>zoneminder-dbg_1.28.0-wheezy_armhf.deb</li>
<li>zoneminder_1.28.0-wheezy.dsc</li>
</ul>
<p>and provided the methodology for installing it.</p>
<p><a href="https://www.dropbox.com/sh/nt4b3gcirtas16u/AAAsfbUIhiy2So4uemIosU4ga?dl=0" target=_blank>Download</a> them through Dropbox.</p>
-->
</main>
<?php $pagemodified = filemtime(__FILE__);
include("includes/footer.php");?>
</body>
</html>