356
I Use This!
Moderate Activity

News

Analyzed about 5 hours ago. based on code collected 1 day ago.
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1700 by [email protected]: Enter one-line summary [link] IMPORTANT: Please don't ask questions by filing bugs. Instead, send an email to [email protected]. What steps will reproduce the problem? 1.
Posted almost 11 years ago by [email protected] (Khalid)
how to combine the results of the scan zxing with other domain addresses, for example I have a website online shop, when I scan qr code, then when I press the open button then the product will scan the database looking at my website online shop. thanks
Posted almost 11 years ago by [email protected] (kenji uno)
Hi. I'm finding good way to read QR code in paper scanned PDF: 300dpi, monochrome and scanned by TOSHIBA MFP. It is very difficult to recognize successfully. The version is about to be 28, correction level L, including 1474 Japanese characters. ... [More] Within 35mm. It is an order sheet. Anyone has good idea to tweak zxing source code? or selecting another free [Less]
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1699 by [email protected]: C++ port of qrcode encoding [link] Attached is a patch with the following changes: Corrections to CMakeLists.txt to use win_iconv.c. Port of Java code for qrcode encoding. Attachments:
Posted almost 11 years ago by [email protected] (Viktor Markov)
First of All, let me salute you with this song: [link] Now to the question. I'm currently starting to develop an application for Android with ,as you may guess, barcodes scanner. Before even beginning can I ask you what kind of information does the barcode contain ? And how do I
Posted almost 11 years ago by [email protected] (nate111)
I'm looking at how to handle the result of a scan, but I'm confused on the paramaters the suggested method takes... "Second, add this to your Activity to handle the result: public void onActivityResult(int requestCode, int resultCode, Intent ... [More] intent) { IntentResult scanResult = IntentIntegrator.parseActivity Result(requestCode, resultCode, intent); [Less]
Posted almost 11 years ago by [email protected] (Vinicius Paiva)
Hello, some days ago I posted that my code couldn't read a QRCode while the ZXing site could. I was helped and started to use the code from the servlet that tried two different binarizers. (Thank you Sean Owen) But I'm still having problems, like ... [More] this image in attachment. Every reader app that I use from my phone* can read it*, but ZXing can't (neither my [Less]
Posted almost 11 years ago by [email protected]
Revision: 2814 Author: [email protected] Log: Issue 1693 Aztec encoder improvements [link] Added: /trunk/core/src/com/google/zxi ng/aztec/encoder/BinaryShiftTo ken.java /trunk/core/src/com/google/zxi ng/aztec/encoder/HighLevelEnco der.java /trunk/core/src/com/google/zxi ng/aztec/encoder/SimpleToken.j ava
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1698 by [email protected]: Code 128 reader not recognize code [link] ZXing not recognize some codes. ZXing Vesion - latest. My code: BufferedImage image = ImageIO.read(new File(fileName)); LuminanceSource source = new BufferedImageLuminanceSource(i mage);
Posted almost 11 years ago by [email protected] (Phil lee)
Hi all, The same qr image will be in many locations, how do I find out the location of the one been scanned? even if it returns a long and lat from a url or a postcode. many thanks