 |
 |
|
 |
01-07-2009, 11:03 PM
|
#1 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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, 11:25 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Dec 2008
Posts: 143
|
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, 11:32 PM
|
#3 (permalink)
|
|
Registered Member
Join Date: Aug 2008
Posts: 216
|
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, 11:52 PM
|
#5 (permalink)
|
|
Registered Member
Join Date: Dec 2008
Posts: 31
|
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, 11:58 PM
|
#6 (permalink)
|
|
Registered Member
Join Date: Dec 2008
Posts: 31
|
Found the project that Google is using is XZing (Zebra Crossing).
There are others as well.
|
|
|
01-07-2009, 11:59 PM
|
#7 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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-08-2009, 12:03 AM
|
#9 (permalink)
|
|
Registered Member
Join Date: Dec 2008
Posts: 31
|
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-08-2009, 12:16 AM
|
#10 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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, 01:07 AM
|
#11 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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, 02:28 AM
|
#12 (permalink)
|
|
iPhone App Developer
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 228
|
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, 04:05 AM
|
#13 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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, 07:30 AM
|
#14 (permalink)
|
|
Registered Member
Join Date: Dec 2008
Posts: 31
|
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 07:33 AM.
|
|
|
01-08-2009, 07:50 AM
|
#15 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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, 11:17 AM
|
#16 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 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.
|
(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, 04:38 PM
|
#17 (permalink)
|
|
Mobile Geek
Join Date: Aug 2008
Location: Florida, USA
Posts: 354
|
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, 10:37 PM
|
#18 (permalink)
|
|
New Member
Join Date: Jan 2009
Posts: 14
|
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-09-2009, 12:39 AM
|
#19 (permalink)
|
|
New Member
Join Date: Nov 2008
Posts: 123
|
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-09-2009 at 12:47 AM.
|
|
|
 |
| 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: 461 |
| 36 members and 425 guests |
| al31, alexanderlonsky, AXP, bartender, CanadaDev, CHV, dany88, davidloew, delphipgmr, designomatt, DorkyMohr, dre, gate491, ggalante, grouchal, HUngable, issya, japaternoster, jorgmart, kev12345, kvoyt, learnSomething, lukeca, macstar, MacSteve85, masc2279, mebarron, popclock, RegularKid, siemens, Slecorne, supudo, themathminister, TunaNugget, wheli, zmarco |
| Most users ever online was 779, 05-11-2009 at 10:55 AM. |
» Stats |
Members: 21,492
Threads: 35,775
Posts: 156,707
Top Poster: smasher (2,448)
|
| Welcome to our newest member, gate491 |
|