barcode-scanner Questions
4
Solved
I am using Jquery and html for a project. It is a static web application. I need a jquery that reads barcode scanner's barcode from products. The barcode need to be scanned without displaying the c...
Brescia asked 1/4, 2014 at 5:53
8
I'm trying to scan some barcode to textfield contained in my browser but it opens the downloads page in any browser (chrome, firefox, ie).
I'm guessing that there is some input equivalent to CTRL ...
Openandshut asked 15/1, 2015 at 9:56
3
I am looking at trying to scan barcodes from a mobile device.
I been doing some research and I having hard time finding JavaScript libraries that can do this.
I see these projects
zxing
This seems ...
Magistral asked 13/4, 2021 at 15:55
4
I Have tried various QR code libraries and webcam capturing techniques. Capturing photos within a specific time interval and then sending it to the QR code library seemed as a good idea but the suc...
Keele asked 2/7, 2013 at 11:26
2
Hi i develop a simple QRcode scanner with CameraX. It works but i'd like show a preiew shape around qrcode.
I create a custom view and send boundBox of barcode but.. dimensions and position are wro...
Irreversible asked 11/3, 2021 at 13:24
3
Error on Scan UI loading: "com.google.mlkit.common.MlKitException: Failed to scan code."
I have a problem with my device.
When the Scan UI is loading (on GmsBarcodeScanning) i'm getting e...
Bagasse asked 12/2, 2023 at 19:12
2
Solved
I am making a react-native app to open the camera and scan barcodes/Qr codes, I'm using react-native-camera-kit and my project works fine, however, when I open the camera I get a warning log saying...
Honeyhoneybee asked 17/1, 2023 at 1:49
5
Solved
I'm trying to handle value from a barcode scanner USB via my Android 3.2 tablet, the scanner is succefuly working in the OS but i want to get the value in the program without a edittext, usbmanager...
Trinidadtrinitarian asked 5/7, 2012 at 17:34
2
Solved
Am doing a formatting of barcode label.
We are using Zebra Programming Language , ^BC (Code 128) bar code
As i increase the size of ^FD Field Data , the barcode width is increasing.
But how can i...
Eudemonism asked 8/8, 2011 at 19:25
1
I am working on an application using React Native version 0.68.2.
I would like to detect a barcode scanning event from a physical scanner hardware available in the mobile itself (it is a handheld s...
Nellanellda asked 5/8, 2022 at 11:1
13
Solved
I'd like to be able to scan barcodes via a hand held scanner and handle the results with Javascript.
A barcode-scanner works almost like a keyboard. It outputs the scanned/translated (barcode->n...
Electrodialysis asked 7/2, 2014 at 16:57
3
I'm developing a reactjs application, there i need to read bar code values and scanned value should be popped up in a specific text box, any idea or at least i need to know if this is how feasible ...
Staceestacey asked 19/12, 2018 at 18:20
3
Solved
I'm trying to detect this Code128 barcode with Python + zbar module:
(Image download link here).
This works:
import cv2, numpy
import zbar
from PIL import Image
import matplotlib.pyplot as p...
Surgeonfish asked 23/5, 2018 at 21:46
2
I have been working in one of my android project in which I need to integrate Zbar scanner. I have integrated Zbar scanner in project. The problem I am facing is sometimes in Samsung Tab 3 has scan...
Everetteeverglade asked 28/9, 2015 at 13:40
4
Regarding barcodes, UPC-E and EAN-8 have the same amount of digits. (8)
When I scan a barcode, I have to remove the check-digit. I have to remove it to match with the barcode in the database.
Ho...
Lanark asked 19/12, 2014 at 20:36
2
Context
I'm using the Android firebase-ml-vision to scan barcodes using SurfaceView with continuous ByteBuffer of pictures frames. I used the ML kit quickstart project as a starting point and it w...
Marlinemarlinespike asked 4/7, 2018 at 17:10
1
I'm using Google MLKit for barcode scanner. When I use imageProxy.image, IDE shows a warning;
"This declaration is opt-in and its usage should be marked with '@androidx.camera.core.Experimenta...
Justiciary asked 9/11, 2021 at 13:43
14
Solved
How I can programmatically detect when text input filled by typing on keyboard and when it filled automatically by bar-code scanner?
Abdu asked 2/7, 2012 at 9:19
2
An external Laser barcode scanner is connected to Android POS device. I need to access the scanning result in my application. How is it possible? Need support from Android OS version 2.3 onwards.
Philippines asked 14/11, 2013 at 5:18
6
I want create application
Scan Barcode using ZXING Barcode Scanner
Like Blackberry Messenger
This is my code "MainActivity.java"
package com.example.ridwan.myapplication;
import android.app....
Ovariotomy asked 30/12, 2016 at 7:30
10
Solved
I want my application to recognize barcodes taken by camera. Is it possible using Android SDK?
Something like this:
Barcode Scanner
Shortchange asked 14/12, 2010 at 20:29
2
I used Google vision Barcode API for scanning the bar code.
From that, I can able to get display value from the bar code. But, how can I get complete product information after scanning the ba...
Ipsus asked 28/7, 2017 at 17:32
3
Solved
I am developing an Order Scan web application, and the challenge I'm facing is that, if barcode matches, where I'm going to receive data in my react.js application. I'll be using a barcode scanner ...
Thesda asked 11/11, 2019 at 6:49
7
Solved
I want to create an application for Android that will be able to scan barcodes, get the information contained within the barcode and then be able to use that information in some way.
I have no ide...
Feodore asked 9/4, 2010 at 13:35
0
I found a Stackoverflow answer for detecting barcode in an image. I am trying to apply the method in the Stackoverflow answer to realtime video capture because my current solution only detect barco...
Crafty asked 30/11, 2020 at 17:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.