Skip to content

Instantly share code, notes, and snippets.

@mhhf
Created August 28, 2013 12:43
Show Gist options
  • Save mhhf/6365599 to your computer and use it in GitHub Desktop.
Save mhhf/6365599 to your computer and use it in GitHub Desktop.
var c = $('canvas#videoScreen'); var ctx = c[0].getContext('2d');
var v = $('video')[0]; var w=v.videoWidth; var h=v.videoHeight;
ctx.drawImage(v,0,0,w,h);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment