![]() |
2008-07-01
, 11:21
|
Posts: 177 |
Thanked: 128 times |
Joined on Jan 2008
@ Espoo, Finland
|
#2
|
![]() |
2008-07-01
, 11:33
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#3
|
![]() |
2008-07-01
, 11:48
|
Posts: 177 |
Thanked: 128 times |
Joined on Jan 2008
@ Espoo, Finland
|
#4
|
![]() |
2008-07-01
, 13:57
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#5
|
![]() |
2008-07-01
, 15:00
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#6
|
![]() |
2008-07-01
, 15:02
|
|
Posts: 861 |
Thanked: 734 times |
Joined on Jan 2008
@ Nomadic
|
#7
|
![]() |
2008-07-01
, 15:18
|
|
Posts: 228 |
Thanked: 30 times |
Joined on Mar 2008
@ Ontario & Iceland
|
#8
|
![]() |
2008-07-01
, 17:34
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#9
|
For the previous threads see here: http://www.internettablettalk.com/fo...=11032&page=74 post #734 onwards.
And here: http://www.internettablettalk.com/fo...hlight=barcode
And here: http://www.internettablettalk.com/fo...hlight=barcode
Probably others, if so, please list them. Anyway, it appears that there are a number of nice opensource libraries/pieces of code to do decoding, so hopefully it should be possible to get something up and running without having to do all the interesting image processing ourselves (though I'm sure all these libs will need tweaking/patches, so don't worry those of you like me who like that sort of thing
Anyway, these look like likely suspects for our decoder codes:
http://www.geocities.com/ooosawaddee3pdf417/
Does:
pdf417 barcodes
http://zebra.sourceforge.net/
Does:
EAN-13/UPC-A
EAN-8
Code 128
Code 39
Interleaved 2 of 5
http://www.libdmtx.org/ and http://oss.devit.com/datamatrix/
Does:
Data Matrix barcodes
So, that's a reasonable selection of barcode decoders that it should be possible to plumb into an app.
Camera info here: http://maemo.org/development/documen..._api_bora.html
So, what should this application be able to do? Your thoughts?
I was thinking that pointing it at a bar code, it should tell us what type the barcode is (this may need some tweaking, as most of the mentioned libs just decode one type, so we'd need to either manually select in the first instance (just to get it up and running) or have the software decide (the ideal solution)). It should then tell us what the barcode has encoded in it (be it an URL, ISBN number, Universal Product Code (UPC).
Then once we have this info, I suppose it should do something with it: Allow us to send the URLs to the browser to open, list which manufacturer code is in the UPC (this data is available afaik, but what product is up to the manufacturer, so this may be more tricky), or what the title of the book is from the ISBN (this service is available on the web).
So, what do people think, worth a try? Anyone fancy helping out?
Cheers,
Simon
Last edited by lardman; 2008-07-01 at 09:29. Reason: Added some missing trailing brackets