Help Integrating zXing QR barcode scanning SDK into Corona enterprise

Hi! I was approached by a client to do an app that I think Corona would be perfect for, except it needs bar code scanning

Are you an Enterprise subscriber and do you think this could be done?
I will upgrade to Enterprise to use the solution, of course.

If you’ve done this before, how much would you charge to provide a template project with this zXing integrated?

[import]uid: 13784 topic_id: 33039 reply_id: 333039[/import]

marble68 - thanks for posting. You should have no problem integrating a bar code scanning library with Corona Enterprise. Can you fill out this form?
http://www.coronalabs.com/products/contact/

We will get back to you asap.

Thanks,

David [import]uid: 10668 topic_id: 33039 reply_id: 131241[/import]

marble68 - thanks for posting. You should have no problem integrating a bar code scanning library with Corona Enterprise. Can you fill out this form?
http://www.coronalabs.com/products/contact/

We will get back to you asap.

Thanks,

David [import]uid: 10668 topic_id: 33039 reply_id: 131241[/import]

marble68, did you manage to integrate zXing?

We are also interested, any success?

marble68, did you manage to integrate zXing?

We are also interested, any success?

Also interested in how this turned out…

I’m not sure how fast images can be captured from corona (let’s assume as fast as they can be written) so 1 per frame?

Add a runtime framelistener that

removes any previous image, captures a new one, runs it through bardecode (http://www.exactcode.com/site/open_source/exactimage/bardecode/) via Exactimage (http://www.exactcode.com/site/open_source/exactimage/) and return a table of:

{ data: 'XDM152EU-U', type: 'code39' offsetY: 1094 offsetX: 392, canread: true, }

And we’re done. A serviceable plugin should be rather trivial.

Also interested in how this turned out…

I’m not sure how fast images can be captured from corona (let’s assume as fast as they can be written) so 1 per frame?

Add a runtime framelistener that

removes any previous image, captures a new one, runs it through bardecode (http://www.exactcode.com/site/open_source/exactimage/bardecode/) via Exactimage (http://www.exactcode.com/site/open_source/exactimage/) and return a table of:

{ data: 'XDM152EU-U', type: 'code39' offsetY: 1094 offsetX: 392, canread: true, }

And we’re done. A serviceable plugin should be rather trivial.

I have an enterprise plugin for Zbar/IOS and will be working on one for zXing for both IOS and Android. I paid for the first one to get it in production and as a truing template for enterprise in general. 

I bought the ZBar plugin from Stiven. I’m interested in the zXing. I’m also looking for a QRcode generator plugin, while my app need to create its own QRCodes .

I did as well and migrated it to the standard corona App structure. I have the same need to generate barcodes on the device and will let you know how it goes. Won’t get back to it for another week or so…

Thanks Guy, same some my side, if I have something new.

I have an enterprise plugin for Zbar/IOS and will be working on one for zXing for both IOS and Android. I paid for the first one to get it in production and as a truing template for enterprise in general. 

I bought the ZBar plugin from Stiven. I’m interested in the zXing. I’m also looking for a QRcode generator plugin, while my app need to create its own QRCodes .

I did as well and migrated it to the standard corona App structure. I have the same need to generate barcodes on the device and will let you know how it goes. Won’t get back to it for another week or so…

Thanks Guy, same some my side, if I have something new.

I am building an app for a customer that requires a barcode scanner.  I got Corona Enterprise up and running with my user interface and can follow the tutorial for the flashlight fine.  I am looking for either some detailed help on getting the zBar SDK plugin working (ios and android) or I will pay for the plugins outright.  I am happy to pay given my timeline (3 weeks left!) but I also like learning new skills…

Is anyone interested?

Thanks so much!

Ryan