eduardolundgren / tracking.js

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

Mobile iOS #110

Closed robbennet closed 9 years ago

robbennet commented 9 years ago

There are no workarounds for getting the getUserMedia() streaming video working in mobile safari is there? Love the project, would really like to get it working on mobile.

zenorocha commented 9 years ago

Unfortunately, there's still no support for getUserMedia() on iOS Safari. There's always the option to use a polyfill but creating a polyfill for it is pretty hard because you need to use some kind of external plugin, that's why we don't include one.

You check this list of polyfills for getUserMedia() and see if there's one that fits your needs.