Tag: zxing
-
This index provides a centralized view of Codepool’s benchmark and evaluation content across diverse symbologies, platforms, and real-world scanning scenarios. What you’ll build: A short list of the most relevant Codepool benchmark pages to review before choosing a barcode or MRZ stack for your project. Key Takeaways If you need...
-
In the world of Python barcode scanning, developers have several options to choose from, including ZXing, ZBar, and the Dynamsoft Barcode Reader. Each of these libraries offers unique strengths, catering to different needs and environments. ZXing and ZBar are popular open-source options, known for their community-driven development and flexibility. On...
-
Java does not provide a built-in cross-platform camera API. This tutorial uses a JNI wrapper around the lightweight LiteCam C++ SDK to capture camera frames, then decodes them with either ZXing or Dynamsoft Barcode Reader. You will build a complete barcode scanning solution — from CMake build and JNI binding...
-
Barcode generators are essential tools in various scenarios. A typical use case is testing barcode reader and scanner SDKs. In this tutorial, we’ll build a Windows Forms application that can both generate and read barcodes using two popular .NET Barcode SDKs: ZXing.NET and Dynamsoft Barcode Reader. ZXing.NET offers both barcode...
-
QR codes are a critical part of modern applications — from payment systems and ticketing to inventory management and document tracking. As a two-dimensional barcode, a QR code can store significantly more data than a 1D barcode and is decoded from a camera image using image processing algorithms. Choosing the...