B4A Library Barcode reader based on Google Play Services Vision - Erel    Jul 18, 2024   (20 reactions)   tags: Barcode, B4A Barcode reader GOOD Better solution: https://www.b4x.com/android/forum/threads/160725/#content This is not really a library. It is a modification to CameraEx example that adds barcode detection based on Google Play Services Vision. It uses JavaObject to create the detector and detect barcodes in the Preview event.../google/android/gms/vision/barcode/Barcode#constant-summary The implementation is quite simplistic....google.android.gms.vision.DEPENDENCIES" android:value="barcode" /> ... 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 formats but it should scan the following types:
BarcodeFormat.UPC_A
BarcodeFormat.UPC_E... B4A Library [class] Google Code Scanner - no permission, very simple to use, barcode scanning - Erel    Jul 18, 2024   (32 reactions) This solution is based on ML Kit (https://developers.google.com/ml-kit/vision/barcode-scanning/code...
android:value="barcode_ui"/>
<activity
android:name="com.google.mlkit... B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 8, 2023   (20 reactions) codeBarGenerator is a class that generates barcodes.
It is written in B4X and is compatible with B4A, B4i and B4J.
At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B... 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 31000
See the attached project (with library files in the /files folder of the project). This is ba... B4J Library [PyBridge] QRCodes and barcodes scanning with pyzbar - Erel    Jun 25, 2025   (7 reactions) decoded2.Value.As(List) Dim r() As Object = d(2) res.Add(CreateDecodedBarcode(d... barcodes. Note that for some of the codes, the width returned is 0. This can also be used in server... B4A Library Barcode Scanner - 100% embedded within B4A (15 Feb 2016 : New library files in Post #105) - Johan Schoeman    Jun 26, 2025   (69 reactions)   tags: Scanner, Barcode The attached project wraps this Github project. It is a barcode scanner based on the ZXING project. I have successfully scanned the following 1D and 2D barcodes:
1. Code 39
2. Code 93
3. Code 128
4... B4i Library iBarcode library - Erel    May 17, 2018   (20 reactions) This library allows you to use the device camera to scan for all kinds of barcodes.
It is based... this library.
The main steps are:
1. Initialize the BarcodeScanner and set the preview panel.
2. In...</key><string>Read barcodes</string>
... B4A Library Android Honeywell N6602/N6603/N5703 1D, 2D/QR barcode scan engines - Peter Simpson    Oct 29, 2024   (12 reactions) UPDATED:
Version 1.20 now covers the Honeywell N6602, N6603 and also the N5703 1D/2D barcode scan engines.
Hello All,
Here is a library that I wrapped for Android 1D/2D barcode scanners that uses... B4A Library 1D and 2D Barcode Scanner with ZBAR - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Dec 14, 2019   (22 reactions)   tags: ZBAR, Barcode Scanner decoding engines (ZXING and ZBAR respectively).
I have not tested all the barcode formats but it should scan the following types:
BarcodeFormat.PARTIAL
BarcodeFormat.EAN8
BarcodeFormat.UPCE
BarcodeFormat... Page: 1   2   3   4   |