Enable getUserMedia using Javascript/jQuery -


i'm using webcodecam (https://github.com/andrastoth/webcodecam) script scanning qr-codes using camera of tablet. problem i'm getting error message saying browser not supporting getusermedia when work on laptop using chrome.

i'm looking solution automatically (or after confirmation message user) enables getusermedia using javascript/jquery.

i found article chrome://flags , how enable necessary flags chrome://flags page shows 2 flags on tablet unrelated. if right flags showing able run command line code using javascript enable flags not case.

after more research found out getusermedia (like xdumaine mentionted) not supported lot of mobile devices. me worked on android devices not on ios (not chrome).

supported browsers: http://caniuse.com/#feat=stream


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -