forked from dtran26/ProjectOxford
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·59 lines (49 loc) · 1.63 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
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Emotion API</title>
<link rel="stylesheet" href="css/site.css">
<script src="scripts/jquery-3.1.0.min.js"></script>
<script src="scripts/script.js"></script>
</head>
<body>
<div>
<h1>Microsoft Cognitive Services</h1>
<h2>Emotion API Sample</h2>
<!--Enter Image URL-->
<!-- <input type="url" id="imageUrlTextbox" class="urlinput"> -->
</div>
<!-- <div class='table'>
<table align='right'>
<tr> -->
<!-- <td class="OutputTh">
<div id="OutputDiv"></div>
</td> -->
<!-- <td> -->
<!--Output Image-->
<!-- <div id="PhotoDiv">
<img id="ImageToAnalyze">
<img src="image/Rectangle.png" id="Rectangle">
</div>
</td>
</tr>
</table> -->
</div>
<!--webcamJS-->
<script src="webcamjs/webcam.js"></script>
<div id="my_camera" style="width:320px; height:240px;"></div>
<div id="my_result"></div>
<br><div class="buttons">
<button class="buttons" id='ok' type="button"></button>
<button class="buttons" id='redo' type="button"></button>
<button class="buttons" id='redoredo' type="button"></button>
</div>
<script language="JavaScript">
</script>
<br><div class='phototake'>
<a id="cameraButton">Take Snapshot</a>
</div>
<div class='result_div'></div>
</body>
</html>