eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

When canvas size is increased Face tracking stops #249

Open mchulet opened 6 years ago

mchulet commented 6 years ago

Hi, If I use the provided samples then it works fine and tracks the face but if I increase the canvas size face tracking stops. Reason to increase canvas size is because the default size it too small for Mobile devices.

<canvas id="canvas" width="320" height="240"></canvas>

-Thanks