A shortcut wrap for this Github project. You will also need some other jars that you should download from here:
https://www.dropbox.com/s/tlabkzlwynggzx2/OtherJars.zip?dl=0
Leaving you with the Java code too - do with it as you like.
Extract resource.zip, DemoRes.zip, and LibRes.zip and copy the folders and their contents to be on the same folder level as that of the /Files and /Objects folders of the B4A project.
Take note of the B4A manifest file.
Option to return the "first barcode" found or to return the result of multiple barcodes found - use the check boxes (From xml and the refresh button are especially important if you want to get the text boxes and frames to be visible - sure you will figure it out)
3 different events raised in the B4A project
Tested on KitKat and Lollipop and working on both.
Library:
MobileVisionBarcodeScanner
Author: Github: Nosakhare Belvi, Wrapped by: Johan Schoeman
Version: 1.02
https://www.dropbox.com/s/tlabkzlwynggzx2/OtherJars.zip?dl=0
Leaving you with the Java code too - do with it as you like.
Extract resource.zip, DemoRes.zip, and LibRes.zip and copy the folders and their contents to be on the same folder level as that of the /Files and /Objects folders of the B4A project.
Take note of the B4A manifest file.
Option to return the "first barcode" found or to return the result of multiple barcodes found - use the check boxes (From xml and the refresh button are especially important if you want to get the text boxes and frames to be visible - sure you will figure it out)
3 different events raised in the B4A project
Tested on KitKat and Lollipop and working on both.
Library:
MobileVisionBarcodeScanner
Author: Github: Nosakhare Belvi, Wrapped by: Johan Schoeman
Version: 1.02
- MVBarcodeScanner
Events:- all_barcodes_found (all_barcodes_found As String)
- barcode_retrieved (displayvalue As String)
- closest_to_click (closest_to_click As String)
- Initialize (paramString As String)
- IsInitialized As Boolean
- Start_MVBarcodeScanner
- android.permission.CAMERA
Attachments
Last edited: