Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7a55a5

Browse files
committed
complete webcam
1 parent 20753a9 commit e7a55a5

File tree

4 files changed

+3671
-3
lines changed

4 files changed

+3671
-3
lines changed

19 - Webcam Fun/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="photobooth">
1111
<div class="controls">
1212
<button onClick="takePhoto()">Take Photo</button>
13-
<!-- <div class="rgb">
13+
<div class="rgb">
1414
<label for="rmin">Red Min:</label>
1515
<input type="range" min=0 max=255 name="rmin">
1616
<label for="rmax">Red Max:</label>
@@ -29,7 +29,7 @@
2929
<input type="range" min=0 max=255 name="bmin">
3030
<label for="bmax">Blue Max:</label>
3131
<input type="range" min=0 max=255 name="bmax">
32-
</div> -->
32+
</div>
3333
</div>
3434

3535
<canvas class="photo"></canvas>

0 commit comments

Comments
 (0)