Skip to content

Commit

Permalink
different size options
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Aug 20, 2012
1 parent 4a58196 commit a0ec6ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thermographer-website/public/javascripts/capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $T = {
if (args['height']) {
this.options.height = args['height']
this.options.width = args['width']
this.height = args['height']
this.width = args['width']
}
getUserMedia(this.options, this.success, this.deviceError)
window.webcam = this.options
Expand Down

0 comments on commit a0ec6ba

Please sign in to comment.