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 Example [B4X] [B4XPages] Barcode Reader - Erel    Jul 12, 2021   (40 reactions) 97444 https://www.b4x.com/basic4android/images/i_view64_HkncBfNNKe.png B4A + B4i barcode reader. Don't miss: - #PlistExtra in B4i. - Manifest code + #AdditionalJar in B4A Depends on BCToast: https://www.b4x.com/android/forum/threads/b4x-bctoast-cross-platform-custom-toast-message.111046.../vision/barcode/Barcode#constant-summary B4i - TYPE_QR, TYPE_UPCE, TYPE_39, TYPE_39Mod43, TYPE_EAN13, TYPE_EAN8, TYPE_93, TYPE_128, TYPE_PDF417 Updates: B4i iBarcode v1.21 - Adds support for setting... 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... B4J Code Snippet [PyBridge] Create barcodes - Erel    Feb 16, 2025   (11 reactions) Based on: https://python-barcode.readthedocs.io/en/stable/getting-started.html
Usage:
Wait For (CreateBarcode("code128", "abcdef")) Complete (Result As B4XBitmap)
ImageView1... 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   (6 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... that will be the size of your barcode View Finder. Add buttons to start and stop the scanner. It is as simple as that. For as long as what the scanner is active it will scan 1D/2D barcodes i.e no need to stop and start the scanner to start scanning a new barcode. Just point the scanner at the next barcode to scan... 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 on this open source project: https://github.com/mikebuss/MTBBarcodeScanner License: https://github.com/mikebuss/MTBBarcodeScanner/blob/master/LICENSE The attached example demonstrates how to use this library. The main steps are: 1. Initialize the BarcodeScanner and set the preview panel. 2. In...</key><string>Read barcodes</string> ... Page: 1   2   3   4   5   6   7   |