Hi everyone,
Is it possible to scan a QR code somehow with a C2-based app? I need to make an app that scans QR codes to access a database.
I found this plugin about QR codes but it seems that it creates them and doesn't read them.
Thanks for your help!
You would probably need to search via Google for a Javascript API and use the C2 SDK to create a plugin. Another option may be to try and use something like the following: https://github.com/LazarSoft/jsqrcode.
Wish I could help more but this is way above my pay grade!
Thanks a lot, at least I know this is not possible by default. Will look into your github solution but it seems a bit complicated for me.
Develop games in your browser. Powerful, performant & highly capable.
IF you do find a suitable API, then making a [REQUEST] post in the Work in Progress Addons section may be an option. That clever lot will on occasion fulfil requests if they think it's worthwhile.
Thanks for the tip. I'll first see if I can do what I need to do with an other software which already manages that, otherwise I'll do as you propose and ask if someone could make an addon for this eventually.
Two lines below in the list of addons there is the QR decoder plugin that does take a QR code you filmed with the User Media plugin and decodes it.
Amazing! Thanks Kyatric !