QR Code parser

Hi guys,

What is the best way? javascript? uno plugin to parse + webcam plugin?

I think the fastest should be some port into a plugin, and pass the image / receive results. Is there already some work on this?

Kind regards, Rui

ping…

If you want to use UX/JS approach you now need to take a picture and process it later. If not you have to wait for viewfinder integration, or dive down to UXL/UNO layer and solve it there.

It is possible to create a brigde/proxy from UNO to cordova (or other) aldready developed plugins?

Fuse is not compatible with the Cordova plugin interface. It could be possible to build a bridge implementing the CDVPlugin framework in Fuse, but I don’t know if that is the best way to solve this.