Skip to content

Instantly share code, notes, and snippets.

@boyofgreen
Created March 26, 2012 20:20
Show Gist options
  • Save boyofgreen/2209379 to your computer and use it in GitHub Desktop.
Save boyofgreen/2209379 to your computer and use it in GitHub Desktop.
face reco html
<div class="wrapper">
<h1>HTML5 GLASSES</h1>
<p>Created by <a href="http://twitter.com/wesbos" target="_blank">Wes Bos</a>.
See full details <a href="">here.</a></p>
<!-- Our Main Video Element -->
<video height="426" width="640" controls="false">
<source src="videos/wes4.ogg" />
<source src="videos/wes4.mp4" />
</video>
<!-- Out Canvas Element for output -->
<canvas id="output" height="426" width="640" ></canvas>
<!-- div to track progress -->
<div id="elapsed_time">Press play for HTML5 Glasses!</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment