356
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1697 by [email protected]: memory warnings for iPad [link] What steps will reproduce the problem? 1. Open few other apps 2. Open app which has barcode scanning and start to scan 3. After few minutes it will give you memory warnings
Posted almost 11 years ago by [email protected] (Muhammad Wali)
I recently learned zxing qr code and is now working on assignment from the campus to make an inventory application example using the android app qr code, where each item is given qr code example: infocus with qr code "000 033" way of working: any search after the code is found, will be added to a computer server URL
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1696 by [email protected]: build.xml not found in zxing/core [link] There is no build.xml file in zxing/core. So when we try to run ant -f core/build.xml as suggested in getting started - there is an error - 'build.xml not found' - Can someone help ?
Posted almost 11 years ago by [email protected]
Revision: 2813 Author: [email protected] Log: More improvements from fyellin [link] Added: /trunk/core/test/data/blackbox /aztec-1/hello.png /trunk/core/test/data/blackbox /aztec-1/hello.txt Modified: /trunk/core/src/com/google/zxi ng/aztec/detector/Detector.jav a
Posted almost 11 years ago by [email protected] (Accessible Systems)
Hey guys i am trying to integrate the NFC reader along with the QRCode reader using the zxing library. I am able to read the NFC tag from another application but when i am trying to scan the NFC tag with camera open it is not doing any thing. Can any one help me to figure out how to achive the functionality
Posted almost 11 years ago by [email protected] (Gary Bradski)
Just went through the exercise. Surprising this has not been done before: /** * Gary Bradski, Reading 1D barcodes * License BSD, (c) 2013 * * Working example of how to call zxing using OpenCV 2.4+ cv::Mat * * Calling example, this one for 128 barcodes: * * Code128Reader cr; //Instantiate a zxing barcode reader, int this case
Posted almost 11 years ago by [email protected] (Ken Ricci)
I'm using Django to issue a redirect utilizing the callback function to launch Zxing on an Android tablet. Anchor tags work fine, but I would like to automatically launch the reader and process the scan so I've added a redirect to the index view. ... [More] When a navigate to that view, I get the generic "A webpage you are viewing would like to scan a barcode...click [Less]
Posted almost 11 years ago by [email protected] (Mehdi Bendriss)
Hello, I want to integrate Zxing in a android project (I'm a beginner). I have seen that the way described here [link] is discouraged and that the best way to do it is through Intents
Posted almost 11 years ago by [email protected]
Revision: 2812 Author: [email protected] Log: Issue 1694 NPE when no hints [link] Modified: /trunk/core/src/com/google/zxi ng/aztec/AztecWriter.java
Posted almost 11 years ago by [email protected]
Status: New Owner: ---- New issue 1695 by [email protected]: Barcode decoding failing [link] Hi, I am facing some issue while decoding barcode. Am using Google Zing Barcode generator, and barcode got generated successfully. But failing to decode on other online decoder websites..