Hi There
I am trying to add a dynamic QR code based utility for user registration, login on my Roku channel. User can scan the QR code from Mobile and that will take user to registration page for completion of registration or login.
Can anyone suggest;
1. Brightscript based QR code generator utility which is supported on Roku powered devices.
2. Is there any standard that needs to be followed for rendering QR code on Roku powered devices.
Thanks
Amit
There is no QR code generator for Roku that I know of. You can build one using a task to use the draw2d functions to draw and image and write it to device temp:/ and load it as a poster from there. Another option is to have the generator server side and fetch the QR image from the server. There are probably existing QR generator libraries for doing this on the server.
see this thread
https://stackoverflow.com/questions/54511281/how-to-implement-qr-code-on-brightscript-roku-channel
Hello
I would like to integrate QR code scanner for my app in roku channel. But i don't know how to integrate.
Please provide the information for QR code scanner