Editing MBarcode

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 19: Line 19:
* QR Code (ZBar)
* QR Code (ZBar)
-
=== Other barcode types wishlist ===
+
=== Other barcode types ===
Please add other barcode types below and we will fill in the status/likelihood of them being added.
Please add other barcode types below and we will fill in the status/likelihood of them being added.
==== 1D ====
==== 1D ====
-
* (well stacked 1D anyway) [[:wikipedia:PDF417|PDF417]] - work in progress in ZBar
+
PDF417 - work in progress in ZBar
-
* [[:wikipedia:Intelligent_Mail_barcode|Intelligent mail]]
+
-
* [[:wikipedia:POSTNET|POSTNET]]
+
==== 2D ====
==== 2D ====
-
* [[:wikipedia:Aztec_Code|Aztec Code]] - I'll look into this
+
Aztec - I'll look into this
-
== Currently handled barcode payloads ==
+
=== Currently handled barcode payloads ===
-
* Weblookup for all payloads (this should handle EAN/UPC until someone writes a specific plugin to present data about them)
+
* Weblookup for all payloads (this should handle EAN/UPC until someone writes a specific plugin to present data about them.
* isbn lookups
* isbn lookups
* vCards
* vCards
Line 41: Line 39:
* geo://
* geo://
* tel://
* tel://
-
* install files - this is currently disabled as the install files generated huge barcodes, but certainly we could re-implement this if wanted (a la Android), or simply encode a URL to the downloads.maemo.org location.
+
* install files (this is currently disabled as the install files generated huge barcodes, but certainly we could re-implement this if wanted (a la Android), or simply encode a URL to the downloads.maemo.org location.
If there are any other things you'd like to see, please file an enhancement request and/or catch me on IRC to discuss.
If there are any other things you'd like to see, please file an enhancement request and/or catch me on IRC to discuss.
-
 
-
== Plugins ==
 
-
 
-
list of plugins here...
 
== Post PR1.3 issues ==
== Post PR1.3 issues ==
Line 72: Line 66:
Other items:
Other items:
 +
 +
* Decode from image file - code is in SVN and should really work, but I've obviously made a mistake somewhere (the image data is passed to the decoder threads, and appears to be valid data, and the same format as the video data which does work, when it's output to file to debug it, but still it's not working). I've tested with zbarimg on the pc, so the data that is being fed to mBarcode should work. Any thoughts or extra eyes on the code to spot my mistake gratefully received.
* Plugin API modification - currently each plugin implements an isReady() method which is called to see whether the plugin is ready to be displayed in the ResultsWindow. This means that we continue to poll plugins to see if they are "ready" when they might in fact not be interested in the barcode payload at all. We should change this to something along the lines of an isInterested() method and an isReady() method for those that are "interested". Talking to Dragly it might be worth implementing this using signals and slots.
* Plugin API modification - currently each plugin implements an isReady() method which is called to see whether the plugin is ready to be displayed in the ResultsWindow. This means that we continue to poll plugins to see if they are "ready" when they might in fact not be interested in the barcode payload at all. We should change this to something along the lines of an isInterested() method and an isReady() method for those that are "interested". Talking to Dragly it might be worth implementing this using signals and slots.
 +
* Support more barcode types - this is mainly down to [http://zbar.sourceforge.net/ ZBar] (though if you find a good decoder for an unsupported barcode type I'm quite happy to look at adding it in in addition to the current ones). Currently in the works is PDF417 and it would also be good to have things like Aztec. Please head over to the ZBar site to grab their code and do some hacking if you think you can help with this or any other barcodes.
* Support more barcode types - this is mainly down to [http://zbar.sourceforge.net/ ZBar] (though if you find a good decoder for an unsupported barcode type I'm quite happy to look at adding it in in addition to the current ones). Currently in the works is PDF417 and it would also be good to have things like Aztec. Please head over to the ZBar site to grab their code and do some hacking if you think you can help with this or any other barcodes.
 +
* Speed up Data Matrix decoding - work is underway in the [http://www.libdmtx.org/ libdmtx] project to re-write the code and make it run faster. I imagine that as with other open source projects, offers of help would be gratefully received.
* Speed up Data Matrix decoding - work is underway in the [http://www.libdmtx.org/ libdmtx] project to re-write the code and make it run faster. I imagine that as with other open source projects, offers of help would be gratefully received.
-
* Modify code so that more than one barcode can be returned and processes sequentially if visible in an image - both backends support this afaiu, but we currently just grab the first decoded barcode, even though more may be available.
+
 
-
* Improve 1D decoding in low contrast conditions (down to ZBar)
+
-
* Improve performance of decoding from file - currently Data Matrix barcodes can't be scanned this way
+
-
* Allow arbitrarily sized barcodes to be scanned from file - currently they are limited to 800x480, but we should alter the decoder backend to allow changes to the maximum frame buffer size.
+
-
* Improve appearance of the plugin settings window
+
-
* Create an icon for the "decode from file" button (bottom right button on the main screen.
+
-
* Return location of detected barcode from backends (possible at least with libdmtx) so we can highlight it in the live view (to look pretty, no other purpose!) :)
+
* More to be added as I think of them! :)
* More to be added as I think of them! :)
[[Category:Software]]
[[Category:Software]]
[[Category:mBarcode]]
[[Category:mBarcode]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)