jeromeetienne / threex.webar

three.js extensions for Augmented Reality

Home Page:http://jeromeetienne.github.io/threex.webar/examples/basic.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaStreamTrack.getSources() deprecated

einarbmag opened this issue · comments

MediaStreamTrack.getSources() was removed in Chrome 56,
https://www.chromestatus.com/feature/4765305641369600

the recommended solution is to use MediaDevices.enumerateDevices() instead.

thanks, btw im working on ar.js now. which have the last API

https://github.com/jeromeetienne/ar.js

Ah, cool! Hadn't done a thorough search, just looking into AR for the first time now and noticed that the demo wasn't working on Chrome. Will look into your new API.