eduardolundgren / tracking.js

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

Camera is not requested #111

Closed ghost closed 9 years ago

ghost commented 9 years ago

For the examples that require camera, tracking does not request the camera and the examples never start. Tried on Chrome, Firefox and IE.

zenorocha commented 9 years ago

Are you running the examples in file:///? You should start a local web server to run it.

ghost commented 9 years ago

No, I have a webserver that runs the examples. (Even on the website itself they don't work from me: Chrome Canary, Firefox Nightly tested)

zenorocha commented 9 years ago

Is there any error in the console?

Everything works fine for us...

screen shot 2015-01-16 at 3 16 07 pm

harksha commented 7 years ago

I know this is closed, but maybe it will help someone in the future: camera will not be requested over http, only https!

wobsoriano commented 7 years ago

@harksha then how can we develop then locally? LOL

harksha commented 7 years ago

@sorxrob you can use a tunnel like ngrok to do it