-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontrol.html
More file actions
55 lines (46 loc) · 840 Bytes
/
Copy pathcontrol.html
File metadata and controls
55 lines (46 loc) · 840 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Camera Testing</title>
</head>
<body bgcolor="ffffff">
Saturation
<br>
<input type="range">
<br>
Contrast
<br>
<input type="range">
<br>
Sharpness
<br>
<input type="range">
<br>
Brightness
<br>
<input type="range">
<br>
AWB Mode
<br>
<input type="range">
<br>
AWB Red Gain
<br>
<input type="range">
<br>
AWB Blue Gain
<br>
<input type="range">
<br>
<input type="range">
<br>
<input type="range">
<br>
<input type="range">
<br>
<script>
</script>
</body>
</html>