B4A Library 1D and 2D Barcode Scanner with ZXING - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Oct 6, 2024   (34 reactions)   tags: Core, BC, Zxing, barcode The attached project wraps the ZXING part of this Github project. I have not tested all the barcode...: ZxingBarcodeScanner
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values... B4A Library ZXingLib by icefairy333 - modified by Johan Schoeman (Scan QR Codes and other 1D/2D Barcodes) - Johan Schoeman    Nov 24, 2021   (38 reactions)   tags: Buildin, ZXingLib, Erel, Barcode JohanIceFairyZxingWidthMod.zip that will allow you to change the width / height of the ViewFinder. New... with the new ones.
Edit: Posting JohanIceFairyZxingWidthModAndTextMod.zip that will allow you also add text... B4A Library Wrapper to zxing QRCode, EAN-13 & EAN-8 Generator - vpires    Feb 3, 2014   (4 reactions) barcodes, using the opensource zxing library. Sample project : #Region Project Attributes....util.HashSet; import java.util.Map; import com.google.zxing.BarcodeFormat; import com.google.zxing.EncodeHintType; import com.google.zxing.MultiFormatWriter; import com.google.zxing.WriterException; import com.google.zxing.common.BitMatrix; import android.provider.ContactsContract; @Version(1.0f...={"core-zxing"}) public class baQRCode { public void initialize() { // WHAT... B4A Example Using Camera2 with Zxing for live scan of 1D and 2D barcodes - Johan Schoeman    Apr 18, 2020   (14 reactions) s)
End Sub
#if Java
import com.google.zxing.MultiFormatWriter;
import android.graphics.Bitmap;
import com.google.zxing.common.BitMatrix;
import com.google.zxing.BarcodeFormat;
import com.google... B4A Question Error using ZXing Scanner with BAXpage - Situ LLC    Mar 5, 2021 I am trying to use the ZXing Scanner library with B4X Page and it generates the following error:
Sub Class_Globals
Private Root As B4XView 'ignore
Private xui As XUI 'ignore....scanner.zxing.ZXingScannerView.<init>(ZXingScannerView.java:70)
at com.scanner.ScannerWrapper... B4A Example Creating 1D and 2D Barcodes using inline Java Code and the ZXING core library - Johan Schoeman    Nov 28, 2015   (20 reactions) The attached project has 10 classes that create the following 1D and 2D barcodes: 1. QR Code - 2D 2. Datamatrix - 2D 3. Aztec Codes - 2D 4. PDF417 - 2D 5. Code 128 6. EAN8 7. EAN13 8. Code 39 9. ITF 10. CODABAR The classes use inline java code with calls to the ZXING core library to create and return the required bitmap. You can do the other bar codes that ZXING supports in a similar way....B4A example project 2. core-3.2.1.jar (this is the ZXING core library) - copy it to your additional... B4A Library ZXING Barcode Scanner - A wrap for the official ZXING project as it is on 10 July 2016 - Johan Schoeman    Jul 10, 2016   (11 reactions) Always wanted to do this one....This is a wrap for the official ZXING barcode scanning project.../torch by making use of the volume up/down buttons of your device
2. See the folder \resource_zxing in... B4J Question ZXing QR lib. problem with standalone package - Mostez    Feb 13, 2024 I'm using ZXing library to generate QR code on socket server page, the code runs OK in debug or....ExceptionInInitializerError
at b4j/com.google.zxing.qrcode.encoder.Encoder.chooseMode(Unknown Source... B4A Class ZXBarcodeScanner - similar to native Android ZXing app - with full correct torch control - JackKirk    Mar 22, 2016   (7 reactions)   tags: B4A barcode scanning experts. Case in point: the native Android ZXing app offers a "Use front light... standing on his and they have proved brilliant. Johan recently posted a new wrapping of the ZXing engine: https://www.b4x.com/android/forum/threads/1d-and-2d-barcode-scanner-with-zxing-another-barcode... module wraps Johan Schoeman's ZxingBarcodeScanner library, see: 'https://www.b4x.com/android/forum/threads/1d-and-2d-barcode-scanner-with-zxing-another-barcode-scanner-that-is-100-embedded-in... B4i Library [CLASS] ZXBarcodeScanner - similar to Android ZXing app - with full torch control - JackKirk    Feb 7, 2016   (6 reactions) I have had the need to make the iBarcode library function more like the Android ZXing barcode app, principally proper control of the torch, return of code type and cosmetics. To that end I have created a class for my own use which may be of some interest to others. The attached zip file has the class wrapped in a super simple B4I example which presents as follows: 41217 The class header... resemble Android ZXing barcode scanner app (full screen ' mode, grayed boundaries and red... Page: 1   2   3   |