-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
42 lines (39 loc) · 2.42 KB
/
index.htm
File metadata and controls
42 lines (39 loc) · 2.42 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
<!DOCTYPE html>
<html>
<head>
<title>Webcam</title>
<script type="text/javascript" src="javascript.js"></script>
</head>
<body>
<table>
<tr>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
</tr>
<tr>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
</tr>
<tr>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
<td><video class="video" width="200" height="200" autoplay></video></td>
</tr>
<p>I could get this working on Microsoft Edge perfectly well, however in Chome while my webcam on my laptop acted as if it was working (webcam light was on), it didn't actually display the video (it asked me to allow it and made white boxes with no video).</p>
</table>
</body>
</html>