zxing-cpp icon indicating copy to clipboard operation
zxing-cpp copied to clipboard

ZXing C++ Library

Results 56 zxing-cpp issues
Sort by recently updated
recently updated
newest added

Hello Everybody, I tried to use ZXing.Net to decode data matrix. When I test the application with QR and barcodes, then it works very well. When I tried to read...

It is observed that when we try to detect the other ONE-D barcodes (like EAN-13,UPC-A,CODE 128 etc) it is found that **UPC-E & EAN-8** were decoding as a false barcodes...

[``](url ![test](https://user-images.githubusercontent.com/1665876/85940835-8d293900-b951-11ea-92e9-474c5300457b.jpg) )

Disclaimer: I apologize in advance if this should be considered bad style or if the following opinion should offend anyone. To anyone actively using this code base. In case you...

instructions on building with Emscripten or something similar would be great a package published to npm/GitHub for use in node bundlers (like webpack) would be even greater

Hi, For documentation purpose and project release process we need the Export control classification number(ECCN) for zxing-cpp if it applies. Can you please let me know the ECCN ?

After test, recognition rate is low in some situation? so is there any way could solve this problem? For example: ![16](https://user-images.githubusercontent.com/15342883/75958563-7f116180-5ef7-11ea-9cfa-08b5936d9686.jpg) Maybe qrcode is occupancy rate is low,however,when i crop...

I've been using zxing-cpp for a while now and it seems to work just fine when trying to read a single code that is pre-cropped (in my case, a data-matrix)....

Consider the following example: * prepare input data ``` $ dd if=/dev/urandom bs=1 count=1000 of=random_data 1000+0 records in 1000+0 records out 1000 bytes (1.0 kB) copied, 0.00658353 s, 152 kB/s...