B4A Library Barcode reader based on Google Play Services Vision - Erel    Oct 7, 2018   (19 reactions)   tags: Barcode, B4A Barcode reader GOOD 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.../android/reference/com/google/android/gms/vision/barcode/Barcode#constant-summary
The implementation... B4A Library ZXingLib by icefairy333 - modified by Johan Schoeman (Scan QR Codes and other 1D/2D Barcodes) - Johan Schoeman    Nov 24, 2021   (36 reactions)   tags: Buildin, ZXingLib, Erel, Barcode 31000
See the attached project (with library files in the /files folder of the project). This is ba... 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... B4A Library HMS - Barcode / QR Scan - Erel    Aug 11, 2021   (3 reactions) HMS v1.04 adds support for HMS Scan kit. Instructions: Add to manifest editor: CreateResourceFromFile(Macro, hms.hms_scan) Code: Sub Button1_Click rp.CheckAndRequest(rp.PERMISSION_CAMERA) 'rp is a global RuntimePermissions object. Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) If Result Then Wait For (hms.StartScan) Complete (ScanResult As ... B4A Library 1D and 2D Barcode Scanner with ZXING - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    May 2, 2016   (31 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 Android Vision Barcode Scanner (Scan QR Codes and other 1D & 2D barcodes) - Johan Schoeman    May 2, 2016   (11 reactions) It seems to be BARCODE season....This is a (partial) wrap for this Github project. It also uses... (I have not quite figured out what color "outlined" barcode is actually the one... B4A Library Barcode Scanner - 100% embedded within B4A (15 Feb 2016 : New library files in Post #105) - Johan Schoeman    May 2, 2016   (64 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... B4A Library Another B4A Barcode Scanner - based on Android Vision - Johan Schoeman    Jun 7, 2020   (17 reactions) Sure you will figure it out - check the B4A log when scanning a barcode
Copy the .jar and .xml....android.gms.vision.DEPENDENCIES"
android:value="barcode" />... B4A Library Firebase ML-Vision (OnDevice Text-, Barcode-, Face-, Contour-Recognition and Imagelabeling) - DonManfred    Dec 27, 2019   (23 reactions) This is a wrap for the Firebase ML-Vision live detection of
- Text
- Barcodes
- Faces
- Facontour... As Boolean
Width As Int
FirebaseVisionImage
Events:
BarcodeDetected (success As Boolean... B4A Library KingsMentor/MobileVisionBarcodeScanner - Johan Schoeman    Sep 8, 2018   (13 reactions)   tags: barcode, B4A MobileVision Barcode )
Touch on a highlighted barcode - the touched barcode value and value of other highlighted barcodes at the time of touch will be returned to the B4A project via an event in the B4A project.
Tested....b4a.BA, paramString As java.lang.String) As void
Properties:
BarcodeTextSize As float
BarcodeRectangleStrokeWidth As float
Sample Code:
#Region Project Attributes
#ApplicationLabel... Page: 1   2   3   |