Skip to content

Commit

Permalink
Added notes and solution for Project 19 - Unreal Webcam Fun
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaychuang committed May 11, 2018
1 parent e0eda95 commit fd74dc9
Show file tree
Hide file tree
Showing 3 changed files with 2,990 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 19 - Webcam Fun/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<div class="photobooth">
<div class="controls">
<button onClick="takePhoto()">Take Photo</button>
<!-- <div class="rgb">

<!-- FILTER options -->
<div class="rgb">
<label for="rmin">Red Min:</label>
<input type="range" min=0 max=255 name="rmin">
<label for="rmax">Red Max:</label>
Expand All @@ -29,7 +31,8 @@
<input type="range" min=0 max=255 name="bmin">
<label for="bmax">Blue Max:</label>
<input type="range" min=0 max=255 name="bmax">
</div> -->
</div>
<!-- END filter -->
</div>

<canvas class="photo"></canvas>
Expand All @@ -39,7 +42,7 @@

<audio class="snap" src="http://wesbos.com/demos/photobooth/snap.mp3" hidden></audio>

<script src="scripts.js"></script>
<script src="scripts-projectnotes.js"></script>

</body>
</html>
Loading

0 comments on commit fd74dc9

Please sign in to comment.