inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

None of the demos work #37

Closed tommck closed 9 years ago

tommck commented 9 years ago

Every browser I try says "WebRTC not available" when trying any of the demos

I think there must be a bug somewhere.

inspirit commented 9 years ago

just ran canny demo in latest Chrome release and everything is fine. Firefox also works here

tommck commented 9 years ago

that is strange. I've tried Chrome, Chrome Canary and IE

tommck commented 9 years ago

Even the simple grayscale one ... http://inspirit.github.io/jsfeat/sample_grayscale.html

tommck commented 9 years ago

Just tried FF as well.. all the same error

inspirit commented 9 years ago

whats your operation system? can u view any webpages on the web with Web-RTC that works for you?

tommck commented 9 years ago

Do these demos need to have access to a camera? It tried to access my camera on my phone. When I said "no", I got the same error.

tommck commented 9 years ago

do you have any example websites that use Web-RTC? (I'm new to the term)

inspirit commented 9 years ago

http://www.webrtc.org/

tommck commented 9 years ago

I see that the grayscale thing requires access to my camera. Once I allowed it to access it on my phone, I could see myself in the page. My desktop machine does not have a camera attached to it. I am guessing that all the demos are using a camera.

inspirit commented 9 years ago

exactly. all the demos require webcam sorry :)

tommck commented 9 years ago

I was wondering what was going on. so, maybe your sample pages just need a better error message (or a single stock photo that you use in them :)

tommck commented 9 years ago

OK, so this isn't a bug. Closing it. :)