eduardolundgren / tracking.js

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

Website Camera demo broken #384

Open fatso83 opened 4 years ago

fatso83 commented 4 years ago

I tried the Camera Demo, but it never loaded. I inspected the Console and saw the issue:

GET https://trackingjs.com/bower/tracking.js/examples/[object%20MediaStream] 404

There's some funny string concatenation going on.

GRUXXKi commented 4 years ago

Got the same error too. And can't make the sample demo work neither on my computer.

fatso83 commented 4 years ago

That's why I added #385 :-)

murat-aka commented 4 years ago

352 Click for solution

Zibri commented 4 years ago

the demo on website still does not work

GRUXXKi commented 4 years ago

the demo on website still does not work

I think the project is dead.

qsenn35 commented 4 years ago

the demo on website still does not work

I think the project is dead.

Seems like it, all he needs to do is rebuild website. Code looks fine in current master branch, seems like last time the site was built tracking-min.js used "element.src" vs "element.srcObject" in the "initUserMedia_" method.