 |
 |
|
 |
01-07-2009, 10:03 PM
|
#1 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Can the camera be used to read Barcode?
I have an idea to cowork with who knows something about reading barcode using camera, and even better he knows how to implement the idea as an app.
|
|
|
01-07-2009, 10:25 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: Dec 2008
Posts: 142
Rep Power: 1
|
If the person knows how to code barcode recognition from a picture, then sure. Being able to read barcodes isn't a feature in a camera.
|
|
|
01-07-2009, 10:32 PM
|
#3 (permalink)
|
|
Senior Member
Join Date: Aug 2008
Posts: 202
Rep Power: 1
|
I don't think the camera in the iPhone is capable of focusing close enough to get a good photo of the barcode though. The bars would be too close together to clearly distinguish them.
|
|
|
01-07-2009, 10:52 PM
|
#5 (permalink)
|
|
Junior Member
Join Date: Dec 2008
Posts: 25
Rep Power: 0
|
There are several projects doing this. I read a story about a couple of apps on Google's Android that do this and then place flags on a map where yo could find the item close by as well (price comparison).
It had a link to 4 code projects for doing exactly that, unfortunately I cant find the link right now, but might be able to tomorrow when I am on my other computer.
I'll try to think about posting it here if I find it.
If not search, "android google book bar code camera" that might lead to a few things.
|
|
|
01-07-2009, 10:58 PM
|
#6 (permalink)
|
|
Junior Member
Join Date: Dec 2008
Posts: 25
Rep Power: 0
|
Found the project that Google is using is XZing (Zebra Crossing).
There are others as well.
|
|
|
01-07-2009, 10:59 PM
|
#7 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Quote:
Originally Posted by mikep
There are several projects doing this. I read a story about a couple of apps on Google's Android that do this and then place flags on a map where yo could find the item close by as well (price comparison).
It had a link to 4 code projects for doing exactly that, unfortunately I cant find the link right now, but might be able to tomorrow when I am on my other computer.
I'll try to think about posting it here if I find it.
If not search, "android google book bar code camera" that might lead to a few things.
|
Great, but I am new to iphone app dev, so if somebody would like to collaborate, we can share some ideas.
Waiting for your digging in your another computer.
|
|
|
01-07-2009, 11:03 PM
|
#9 (permalink)
|
|
Junior Member
Join Date: Dec 2008
Posts: 25
Rep Power: 0
|
Quote:
Originally Posted by nessus
Great, but I am new to iphone app dev, so if somebody would like to collaborate, we can share some ideas.
Waiting for your digging in your another computer.
|
I won't be digging in there until tomorrow... But I believe there were 4-5 listed. But Zebra crossing was the most interesting of them IMHO.
|
|
|
01-07-2009, 11:16 PM
|
#10 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Quote:
Originally Posted by mikep
I won't be digging in there until tomorrow... But I believe there were 4-5 listed. But Zebra crossing was the most interesting of them IMHO.
|
Thank you for so many sharings, Mike.
I am looking through these links now, but I found ZXing can read many types of barcode, while Barcodes on the iphone platform only recognizes QR code. So there might be a heavy work ahead if I want to port them.
|
|
|
01-08-2009, 12:07 AM
|
#11 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Mike, NeoReader in AppStore NOTEs that product barcodes like UPC/EAN/JAN cant be read by iphone camera.
Seems there is a barrier to bring my idea into reality for groceries.
|
|
|
01-08-2009, 01:28 AM
|
#12 (permalink)
|
|
iPhone App Developer
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 219
Rep Power: 1
|
I tried around a bit and the cameras seems not to be capable of focusing the barcode so that you could analyse it. The picture is awfuly blurry.
I also had some nice ideas what one could do with a barcode scanner... but canceled my work on that.
__________________
Learn vocabularies on iPhone? iVocabulary!
|
|
|
01-08-2009, 03:05 AM
|
#13 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Quote:
Originally Posted by chbeer
I tried around a bit and the cameras seems not to be capable of focusing the barcode so that you could analyse it. The picture is awfuly blurry.
I also had some nice ideas what one could do with a barcode scanner... but canceled my work on that.
|
do you ever think about porting ZXing wholy to iphone? maybe it could improve the recognition ratio to acceptance.
Well, if that's still not applicable, let's wait for the barcode tech's maturity and iphone's camera upgrade to, say, 5mp.
|
|
|
01-08-2009, 06:30 AM
|
#14 (permalink)
|
|
Junior Member
Join Date: Dec 2008
Posts: 25
Rep Power: 0
|
The person would probably have to back up to take the photo and the you allow editing so they can let you know where the bar code it.
It seems like it is being done in Japan from one of the stories I posted earlier.
Here is the first story that I saw that talked briefly about Android and bar codes.
http://www.nytimes.com/2009/01/02/te..._r=2&adxnnl=1&
Which led me to this one about the 2 apps for android that do this...
Shopping with Google Android: Which app is best? | The Download Blog - Download.com
Which led me to searching... and reading... (I did find one decent size company that did some research on reading bar codes on cheap cameras that were all fuzzy and so on)
Barcode Reader - Project:Possibility Wiki
Ok.. And here is what you want (I think) some code to do it in Objective-C for the iPhone. I have not looked at the code yet... but they are offering it.
Barcodes as URLs
That is based on this project from Japan... http://qrcode.sourceforge.jp/
Cheers,
Mike
If you come up with a cool app, be sure to send me a token to dl it!
Last edited by mikep; 01-08-2009 at 06:33 AM.
|
|
|
01-08-2009, 06:50 AM
|
#15 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Quote:
Originally Posted by mikep
|
Mike, you did a fabulous homework for barcode recognition. Thank you very much. You definitely give me a generous hand.
I am diving into what you offered. No matter whether it's applicable to proceed my idea, I will let you know my next action.
|
|
|
01-08-2009, 10:17 AM
|
#16 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 1
Rep Power: 0
|
Quote:
Originally Posted by nessus
Thank you for so many sharings, Mike.
I am looking through these links now, but I found ZXing can read many types of barcode, while Barcodes on the iphone platform only recognizes QR code. So there might be a heavy work ahead if I want to port them.
|
(I am a developer of zxing)
In case it wasn't clear, Barcodes is the iPhone client from the ZXing project. You are right that we only ported support for QR Codes. The other formats we support are 1D formats and would not decode on the iPhone because it lacks auto-focus or macro mode. (The G1 does, so that's why you see the shopping apps that scan 1D codes. Incidentally these apps also using ZXing for barcode scanning.)
The source code for Barcodes is available from the ZXing project. You are welcome to port the 1D scanning code too, but it won't work on the iPhone. However, I have heard of lenses you can add on to the iPhone to make it focus up close, which would make scanning of 1D codes feasible.
|
|
|
01-08-2009, 03:38 PM
|
#17 (permalink)
|
|
Mobile Geek
Join Date: Aug 2008
Location: Florida, USA
Posts: 350
Rep Power: 1
|
Ya, 1D codes are tough to do on phones that don't have macro lenses because of the fine bar-space patterns in most 1D codes - the bars and spaces get blurred together.
2D codes like QR Code, DataMatrix, etc. typically are easier because they have larger modules, plus they have error correction built into the symbologies, which allows you to survive a less-than-perfect read.
The NeoMedia reader mentioned doesn't actually succeed at doing most 1D codes except in the most extreme and lucky circumstances. Their original app description was a bit misleading in that respect.
__________________
For a little fun, check out my Biorhythms app
|
|
|
01-08-2009, 09:37 PM
|
#18 (permalink)
|
|
Junior Member
Join Date: Jan 2009
Posts: 14
Rep Power: 0
|
Quote:
Originally Posted by srowen
(I am a developer of zxing)
In case it wasn't clear, Barcodes is the iPhone client from the ZXing project. You are right that we only ported support for QR Codes. The other formats we support are 1D formats and would not decode on the iPhone because it lacks auto-focus or macro mode. (The G1 does, so that's why you see the shopping apps that scan 1D codes. Incidentally these apps also using ZXing for barcode scanning.)
The source code for Barcodes is available from the ZXing project. You are welcome to port the 1D scanning code too, but it won't work on the iPhone. However, I have heard of lenses you can add on to the iPhone to make it focus up close, which would make scanning of 1D codes feasible.
|
Thank you for inside information, Owen.
Then it came to a rash conclusion that porting ZXing to iphone for 1D barcode, JAN/EAN/UPC, does very little to make a steady app, unless iphone has auto-focus and macro-mode.
So we should do nothing but wait, or prepare the ZXing on iphone for iphone's hardware/software upgrade?
|
|
|
01-08-2009, 11:39 PM
|
#19 (permalink)
|
|
Senior Member
Join Date: Nov 2008
Posts: 123
Rep Power: 1
|
Quote:
Originally Posted by nessus
Thank you for so many sharings, Mike.
I am looking through these links now, but I found ZXing can read many types of barcode, while Barcodes on the iphone platform only recognizes QR code. So there might be a heavy work ahead if I want to port them.
|
Oops... Didn't read all the posts before posting... redundant!
Last edited by dicklacara; 01-08-2009 at 11:47 PM.
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
» Advertisements |
|
» Online Users: 241 |
| 28 members and 213 guests |
| Artem, brendand, crossfire, davek, DenVog, enfamus, FlyingDiver, gbh, iBud, ipodtouchmaster05, jonahgabriel, jrsiqueira, kaleman, Kalimba, lbergelt, lildragon, martinn, martinws, mohrt, oohmyygoood, qaziatiq, shabzcohelp, SpikeyUK, sunfire, talguy, tashev, thorx, warmi |
| Most users ever online was 779, 05-11-2009 at 09:55 AM. |
» Stats |
Members: 8,229
Threads: 20,197
Posts: 90,213
Top Poster: RickMaddy (2,121)
|
| Welcome to our newest member, jrsiqueira |
|