barcode-scanner

window.plugins undefined in cordova-2.0.0 [closed]

Deadly 提交于 2019-12-10 01:50:13
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . I'm trying to use the BarcodeScanner plugin for Cordova in a BlackBerry device without luck. The sample code makes use of this structure: window.plugins

barcode scanner in JavaScript? Or plugin/extension

别说谁变了你拦得住时间么 提交于 2019-12-09 11:12:15
问题 I'm looking at writing a USB barcode scanner interface to a web application (offline app). By this I mean that the scanner will be on the client machine not server. So I was wondering what the best design would be. I know I could write an ActiveX object or native plugin into some browser but this is not ideal, does anyone know if chrome extensions (in javascript) or firefox jetpack would support this kind of functionality. Any ideas? I would appreciate any leads to follow. Thanks All Guido

Android Vision - Reduce bar code tracking window

隐身守侯 提交于 2019-12-09 09:25:41
问题 I'm trying to implement Google Visions scanner into an app im working on. By default its a full screen activity and barcodes are tracked over the entire screen. However, I need a fullscreen camera but with a limited scanning window. For example, the surface view for the camera needs to be fullscreen, it has 2 transparent overlays set to 35% of the screen height top and bottom leaving a 30% viewport in the center. I have changed the graphic overlay so it will only display in the middle

How do I use the scanCrop property of a ZBar reader?

我的未来我决定 提交于 2019-12-09 05:42:24
问题 I am using the ZBar SDK for iPhone in order to scan a barcode. I want the reader to scan only a specific rectangle instead of the whole view, for doing that it is needed to set the scanCrop property of the reader to the desired rectangle. I'm having hard time with understanding the rectangle parameter that has to be set. Can someone please tell me what rect should I give as an argument if on portrait view its coordinates would be: CGRectMake( A, B, C, D ) ? 回答1: From the zbar's ZBarReaderView

Handle barcode scan in Java

邮差的信 提交于 2019-12-09 03:26:24
问题 I want to have my application react to barcodes being scanned to trigger button presses. For example the user could scan the ((PRINT)) barcode to activate the print button. The barcodes will just be treated as if the user had entered some text. I am not sure if the scanners will be set up to append an enter or a tab or nothing on the end, so I don't want to make an assumption on that basis. The application is a Java/Swing application. I have looked at keybindings/action maps and the like, but

ZXing(Zebra Xing) Unable to scan/ detect the barcode in Xamarin iOS

白昼怎懂夜的黑 提交于 2019-12-08 14:02:10
问题 I posted couple other questions in regards to Zxing please DONT mark it duplicate just because they are about Zxing.. So, in my Xamarin iOS app, I am using Zxing to detect the barcode. I am using https://github.com/Redth/ZXing.Net.Mobile/tree/master/Samples/iOS as example. I am using a subview to scan for barcodes. The custom overlay n everything works fine but it is unable to detect the barcode when I'm trying to scan. Can anyone please help me out where I'm doing wrong or missing something.

ZBar API Embedded Scanner Blur issue

∥☆過路亽.° 提交于 2019-12-08 10:44:53
问题 I am using ZBar iPhone SDK in one of my projects (iOS SDK 5.1 ,XCode 4.4.1 and device running iOS 5.5.1). I am using the embedded scanner from the examples provided in the SDk itself. Now the issue which I am facing is that I successfully scan a bar code and move to another view controller ( using navigation controller). When I come back (pop the second view controller) the scanner i.e the ZBarReaderView doesn't scan the subsequent bar codes , infact the overlay shows a blur image of the

Reading numbers from hand scanner or bar code reader in C#

烈酒焚心 提交于 2019-12-08 10:44:42
问题 Can any body who did some work on related thing tell me how can I achieve this? What I want to achieve is to read number (printing on my boxes) from scanner and put that number in database. The numbers can be product IDs. What I need to know From where to start What is type of hand scanner can i choose for this can i read these numbers by c# too adn what classes supports this? any tutorial available? 回答1: As extensively explained here: https://stackoverflow.com/questions/613881/how-to-read-a

How to use scanner in c#.net application

浪尽此生 提交于 2019-12-08 09:42:02
问题 I have a barcode scanner(Symbol-ls2208) but i dont know how to read information from it to my application (in C#). Can anyone help me in this problem with sample code? Os: Windows XP. scanner: Symbol LS2208 General Purpose Bar Code Scanner Geetha. 回答1: What type of barcode scanner do you have? Usually those scanners work with a keyboard wedge, meaning they will literally 'type' the characters the scanner reads through the keyboard handling system of your OS. In that case, you don't have to do

Excel Barcode Scanning Macro

*爱你&永不变心* 提交于 2019-12-08 09:35:37
问题 I deal with a large number of unique products (10,000+ per year on my own) and I am looking to optimise Excel to make my job more efficient. I have a USB barcode scanner and want to implement this into my process. My suppliers send me a large spreadsheet with product info, such as barcode number and other product details. I also recieve samples of the product and need to register them within the system, and cross reference them with the spreadsheet. I am looking for a macro which: when it