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... As String, Result As Boolean) If Result Then Wait For (hms.StartScan) Complete (ScanResult As String) Log(ScanResult) ToastMessageShow("Scan result: " & ScanResult, True) End If End Sub Scanning happens in a separate activity. It will return an empty string... 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 .theBitMapHeight = 20%x
zx.BeginScan("myzx")
End Sub
Enjoy!... B4i Question BLE Barcode Scanner - how to get the scanned barcodes - Alexander Stolte    Jun 15, 2021 I want to use a barcode scanner that supports Bluetooth Low Energy to display the barcodes in the log when scanning the barcodes.
But I have no idea what the values are that are always displayed to me.
114937
Has anyone already worked with a BLE scanner and can explain to me how to receive the barcodes in the app?... 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 the Google Mobile Vision API to scan the codes. It also incorporates the Tracking functionality... B4A Question Scan barcodes with the CameraExClass - work only in landscape - Erel (first post)    Nov 7, 2021 Try this example: https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/#content... B4A Example Using Camera2 with Zxing for live scan of 1D and 2D barcodes - Johan Schoeman    Apr 18, 2020   (12 reactions) the preview is active. Then used a bit of inline Java to decode the barcode image (1D and 2D) from... a label to show the "text" extracted from the barcode(s).
Just start the camera and point... B4A Question Barcode scanning and keyboard input - nibbo    Jun 13, 2014 Hello again, more questions...
I have paired with Bluetooth barcode reader which I have changed to... has been scanned and retrieve the scanned data?
Thanks... B4A Question Cannot Scan Barcodes Using a Samsung Galaxy Tab2 Tablet - Mahares    Feb 27, 2013 Although I can scan barcodes using the Motorola Razr phone, albeit not as well as a laser scanner, it was impossible with the tablet rear camera (3 Mpixels). Has anybody succeeded in scanning... B4A Question barcode scanning from a video stream or file - peacemaker    Dec 21, 2018 HI, All
Possible ? If there is a remote camera that send the video stream to a smartphone... Or may... B4A Question Scan Barcode in Background - JordiCP (first post)    Jul 31, 2018 What do you exactly mean by background?
If you mean that the user will be running the activity, but no camera feed will be shown at any moment and only the detected barcodes will be reported to the activity--> You could try with the code HERE and add a non-transparent panel in front of the camera preview panel
or
If it has to run 'silently' even if the Activity is not active and... Page: 1   2   3   4   |