eduardolundgren / tracking.js

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

failed to capture face info in mobile browser #272

Open calvinxu opened 6 years ago

calvinxu commented 6 years ago

Hi, We used tracking.js in our project, it succeeded in capturing the face info when we running our application in PC browser, however, it failed to capture the face info in any mobile browser, we did not find any clues for two days's inverstigation, do you have any suggestion for us? Thanks in advanced! ...... event.data.forEach(function (rect, i) { if (!i) { theFace = rect; }; .... }

murat-aka commented 6 years ago

263

calvinxu commented 6 years ago

it looks doesn't help in our senario :(

nicoandresr commented 6 years ago

You can add some extra info? like browser version, phone version, SO, console error log, etc.