- This topic has 23 replies, 8 voices, and was last updated 12 years, 5 months ago by
Yann.
-
AuthorPosts
-
geebeeMemberThis message has not been recovered.
January 13, 2012 at 11:19 am #322327
support-michaelKeymasterThis message has not been recovered.
January 30, 2012 at 4:15 am #322791
tiuleepaMemberThis message has not been recovered.
January 30, 2012 at 4:49 am #322794
support-michaelKeymasterThis message has not been recovered.
April 25, 2012 at 6:35 pm #325559
geebeeMemberNow that the Android project has been released, any idea when integration with the Phonegap Bar Code scanning is going to happen? It’s been a few months since I initially asked and I’m hoping we’re just around the corner on this one.
July 5, 2012 at 11:35 pm #327945
geebeeMemberAre we any further along on implementing barcode scanning?
July 6, 2012 at 12:25 pm #327960
support-octavioMemberHi geebee,
We haven’t forgotten. Barcode scanning support is planned for late this summer/early fall timeframe. We are building out widgets and apis based on popular demand and we have to knockout a few other widgets and apis that are ahead of barcode scanning.
July 9, 2012 at 2:47 pm #328012
geebeeMember-Barcode scanning support is planned for late this summer/early fall timeframe-
How realistic is this? We were looking at early spring before. Also, since you mention other widgets, what other ones are in the pipeline before barcodes?
July 10, 2012 at 12:34 pm #328051
support-octavioMemberHi geebee,
We are still moving forward with a series of new native services planned for this fall. We are working on an approach that will enable developers to have early access to the services as soon as we enable them rather than wait for full production readiness for all features.
December 13, 2012 at 10:03 am #333327
geebeeMemberSo is there any progress or examples on scanning a barcode using the phonegap interface at this point? A simple one screen prototype would be fine, something with a scan button, and an alert that displays the barcode value that was scanned once the scanning process is complete.
Even some documentation pointing to the ability to do this would be great.
December 13, 2012 at 4:46 pm #333340
JustJohnMemberGeebee,
Just an idea, but you can use phonegap to open the camera so the user can take a photo of a barcode then grab that image and processing it using javascript to read it.
Phonegap doc for using the camera and grabbing the image
http://docs.phonegap.com/en/2.2.0/cordova_camera_camera.md.html#camera.getPictureJavaScript for reading a barcode image.
http://stackoverflow.com/questions/6869445/reading-barcode-from-an-image-using-javascriptHope that helps,
John
December 13, 2012 at 5:20 pm #333342
geebeeMemberNo chance you could build a quick proof of concept project that scans and displays the value?
December 14, 2012 at 12:06 am #333354
JustJohnMemberIf you’re in no hurry I may be able to throw something together this weekend.
John
December 14, 2012 at 5:59 pm #333383
geebeeMemberThat would be fantastic. Looking forward to it.
December 17, 2012 at 8:04 pm #333453
JustJohnMemberHey geebee,
See the attached project. This is the best I could do. The js function for reading barcodes is flaky so it barely works. Maybe there is another js function out there that can work and you can just swap them. The rest of the app works just fine.
Click the Take Picture button and the camera opens up, allows you to take a picture, edit and keep or retake.
Once the pic has been accepted it displays in an image tag and the data is then passed to the barcode javascript function for translation.
If you have any questions let me know but the comments are pretty self-explanatory. You will have to compile to a native app in order to run it properly.Good luck,
John
Attachments:
You must be logged in to view attached files. -
AuthorPosts