Skip to content

Commit

Permalink
Fixes setStepSize on face hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jul 25, 2014
1 parent 2ca9f49 commit aa93aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/face_hello_world.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
var img = document.getElementById('img');

var tracker = new tracking.ObjectTracker(['face', 'eye', 'mouth']);
tracker.setStepSize(2);
tracker.setStepSize(1.7);

tracking.track('#img', tracker);

Expand Down

0 comments on commit aa93aef

Please sign in to comment.