LazarSoft / jsqrcode

Javascript QRCode scanner

Home Page:http://www.webqr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] moving / multi-frame qr codes

mvayngrib opened this issue · comments

https://www.youtube.com/watch?v=y0n2nXBbL_Q

how hard would it be to support scanning + stiching together the codes from a looping gif?

(also opened here defunctzombie/qr.js#2)

I have actually made a javascript library called DisplaySocket.js that does this, even though it doesn't specifically use gifs. I also host a demo on my website.

@maxg0 that's looks great! I wasn't able to get the demo on your website working because camera requires https (at least in chrome), but i cloned and tried in on my localhost. Chrome complains about MediaStream.getSources being deprecated, but once i got rid of that, it seemed to work

It should be asking for permissions when it's not over https but it's been about a year since I tested that things worked so some problems are to be expected. I'd love a pull request if you get it to work properly