Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AmitSha007
Newbie

Dynamic QR Code For Registration

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

Tags (2)
0 Kudos
3 REPLIES 3
Matt_Moores
Channel Surfer

Re: Dynamic QR Code For Registration

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

 

https://github.com/soldair/node-qrcode

0 Kudos
NicholasStokes
Binge Watcher

Re: Dynamic QR Code For Registration

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

 

0 Kudos
fyb3roptik
Streaming Star

Re: Dynamic QR Code For Registration

0 Kudos