Skip to main content
0 votes
0 answers
78 views

I need to decode barcode from captured images in my flutter application in WINDOWS. For example, this Code 39 Barcode image (not a perfect image, but that's the purpose of this question) I have tried ...
Luka's user avatar
  • 55
0 votes
1 answer
23 views

I am printing labels on a Zebra ZT420 (203 dpi) using ZPL. The printer is configured in peel mode (dispenser), so it prints one label and waits until the operator removes it before printing the next ...
Gianfranco Csw's user avatar
1 vote
1 answer
89 views

I have reviewed questions on here and googled the issues but can't seem to get my code to work. I have 2 textboxes on an Excel user form. Textbox1 is used to scan a barcode into, Textbox2 is to ...
AndyC's user avatar
  • 71
1 vote
0 answers
127 views

I have to create an Andoid app with MAUI on .NET 9.0 and I have to use an old tablet with a 32-bit CPU. Tablet details: 2018, Android Version 10, API 29, Java VM ART 2.1.0, Kernel architecture armv8l, ...
slu's user avatar
  • 21
-1 votes
1 answer
148 views

I am working on pulling information from a table into a Check In & Out form. We will be cataloging helmets using barcodes. With the way I have the form set up, scanning a barcode will ...
Tiffani-Michelle Schmidt's user avatar
-1 votes
1 answer
120 views

I'm using ZXing.Net.Maui.Controls nuget to detect and scan qrcodes. What i want to achieve is after barcode scan camera should be hidden and button "next scan" should appear, and do the ...
Sphinx's user avatar
  • 658
1 vote
1 answer
91 views

I’m using a custom useBarcodeScanner hook to handle barcode input via a TextInput. The current implementation works for single scans but has issues with rapid scanning (e.g., multiple barcodes scanned ...
Pratham Poddar's user avatar
0 votes
1 answer
119 views

I'm using bwip-js to generate EAN-13 codes and getting distorted text. Anyone have any idea why? Research led me to @metafloor's API site, so you can view an example here. This matches the issue I'm ...
wwkudu's user avatar
  • 2,796
0 votes
0 answers
154 views

When scanning the VIN from my vehicle, it is not reading properly. It adds a leading "I" and cuts of the zero at the end. I suspect that the camera image is the problem (it's being distorted ...
Matt White's user avatar
0 votes
0 answers
105 views

I’m working on a Unity project that uses the new Unity Sentis package to run YOLO object detection on either a video/image file, or webcam input. I’ve got it working perfectly with a video using the ...
Sergio Redolar Soldado's user avatar
0 votes
1 answer
123 views

Simple example of BarcodeWidget from pub:barcode_widget String code = "010460437111281215A&r2L93P2t1" return pw.BarcodeWidget( margin: pw.EdgeInsets.all(24), drawText: false, ...
Артем Ильинский's user avatar
0 votes
0 answers
55 views

The requirement is to get the list of barcodes and its associated type , data ,etc. along with its positioning in a PDF.I am using open-source Apache PDFBox and Zxing Java based libraries for the ...
Chiranjib's user avatar
  • 369
0 votes
0 answers
98 views

I have this 3 situations: BarCode1.jpg : 2 Barcodes code 128 and 2 Barcodes 39=>All codes are read correctly CODE_39[39;210;327;210] : ABC-1234 CODE_128[33;105;319;105] : ABC-abc-1234 CODE_128[424;...
William John Adam Trindade's user avatar
1 vote
0 answers
92 views

I have been reading and re-reading the Wikipedia reference to Code 128 and using the [FNC4] symbol together with the [SHIFT] symbol. What I am confused by is: When is the [SHIFT] symbol necessary for ...
Peter Vermilye's user avatar
0 votes
1 answer
341 views

I have an Urovo dt40 barcode scanner (Android 9) where I have a react-native app. Here I would like to find out the information of a scanned barcode in my app. But here my data is always null. The ...
Marco Lembert's user avatar

15 30 50 per page
1
2 3 4 5
206