Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Barcode scanning windows phone 8 [closed]

I'm looking for a barcode scan library for Windows phone 8.

The biggest problem I'm facing it have to be fully managed since it must be send to Store and all the porting we cand find around seems to rely on native code libraries.

The library should scan both 1D and 2D barcodes.

Stefano

like image 707
Stefano.net Avatar asked Mar 11 '13 09:03

Stefano.net


People also ask

Why won't my phone let me scan barcodes?

Your phone's camera may have trouble scanning the code if it's tilted at an angle. Make sure it's level with the surface that the code is printed on. If you're holding your phone too close or too far away, it won't scan the code.

How do I reopen a QR code?

It's not possible to reactivate a QR Code by creating and upgrading a new account. It's also not possible to reactivate another QR Code by creating a new QR Code with the same content.

Can you scan a barcode off a phone screen?

To scan barcodes from the LCD and LED screen or mobile phone such as the iPhone, Android, Blackberry and Windows Phone, it is suggested to use a laser-like performance based barcode scanner, such as the IDAutomation SC5 Scanner (not as well with the SC1500 model) or the camera based IDAutomation 2D Scanner (recommended ...


1 Answers

Zebra Crossing is a very popular open source barcode scanning library.

The .net port is available from http://zxingnet.codeplex.com/ and does include support from Windows Phone 8.

like image 86
Matt Lacey Avatar answered Sep 21 '22 13:09

Matt Lacey