RSS Feed
Publikationen
Labels

Dienstag, 20. November 2007

Google Barcode Reader ZXing



Um das Angebot neben Google Adwords im Verlagsbereich noch abzurunden wurde heute die erste Version von ZXing zum download released. Der Reader soll QR-Codes und auch Data-Matrix erkennen können. Die Liste der Unterstützen Handys ist noch etwas mager, aber das interessante am ZXing Projekt ist die open-source Platform, sprich jeder kann den Reader weiterentwickeln.

Die Architektur sieht folgendermaßen aus:

This is a pure Java library, divided into several components of interest:
  1. core: core decoding library, and the main component of the entire project
  2. core-ext: more core functionality, but that requires functionality beyond J2ME
  3. javame: J2ME client
  4. javase: J2SE-specific client code
  5. (Android client to be released later)
Beim meinem ersten Test mit dem K800i hatte ich bislang noch Probleme bei der Installation.
Aber das ganze ist ja noch brandneu und durch die offene Gestaltung könnte sich ein hervorragender Reader entwickeln.

2 Kommentare:

srowen hat gesagt…

(Pardon me for writing in English) I believe I fixed the problem that you note; the downloadable .jad file was not being sent with the correct MIME type. I have moved the file here, where it should download properly:
http://zxing.org/w/ZXingReader.jad

If you have a moment to try it, I would like to hear if it works. Thank you.

Andy hat gesagt…

Thanks Srowen,

pretty cool, its working right now :-)
i have test ist with my n95(some problems with the resolution) and my K800i and its running good on it.

nice job!