-
Notifications
You must be signed in to change notification settings - Fork 0
/
webcam.html
42 lines (33 loc) · 1.58 KB
/
webcam.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EECS_326 Webcam Webcam Page</title>
<link href="Styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Spartan:100&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSyHymrqcpHmn_BV-AgDTrKRKj0IitVpeQUKn5F2LjgQBUHUWMr">
</head>
<body>
<center><img src="https://www.mccormick.northwestern.edu/images/structure/engineering-logo.svg" width="480" alt="logo2" title="NULOGO2"></center>
<div id="title2">
<h1><center>Webcam</center></h1>
</div>
<div id="nav">
<center><a href="index.html">Home Page</a>
<a href="webcam.html">Webcam</a>
<a href="info.html">Design Info</a>
<a href="http://10.106.3.58/webapp/index.html" target="_blank" id="zentri">Zentri WebOS</a></center>
</div>
<center>
<br><br>
<img id="image" alt="My webcam image" width="640" height="480">
<br><br><br>
<button title="test button" id="button" type="button">Start Webcam</button>
<label for="msg" ><br><br><br>Camera Log<br><br></label>
<textarea id="msg" rows="20" cols="50">Connecting to ws://10.106.2.75/stream ...Connected.</textarea>
</center>
<div id="names">
<p><center>by Xinran Li and Alejandro Alfaro</center></p>
</div>
<center><img src="https://www.mccormick.northwestern.edu/images/structure/engineering-logo.svg" width="240" alt="logo2" title="NULOGO2"></center>
<script src="Scripts/scriptWebcam.js"></script>
</body>