Panorama Stitching: New Technology for Barcode Industry
Dynamsoft recently added a new panorama module to barcode SDK, aiming to provide a brand-new solution for warehouse and inventory management. In this article, I will try my best to guide you through...
View ArticleHow to Integrate Java Barcode SDK to Command-Line, GUI and Web Apps
This article shows how to integrate Java barcode SDKs – ZXing and Dynamsoft Barcode Reader – to different Java applications. Java Barcode Apps Here I have an image containing multiple barcodes....
View ArticleHow to Build .NET Webcam Barcode Scanner with DirectShow
In Dynamsoft Barcode Reader SDK, there is a fancy webcam barcode sample called BarcodeReaderDemo that supports reading barcodes from disk files, TWAIN-compatible hardware scanners, and USB webcams....
View ArticleHow to Use PowerShell to Disable and Enable Webcam on Windows 10
While using laptops, sometimes you may want to disable the built-in webcam for some reasons, such as security or debugging webcam related programs. Not like a USB webcam, the built-in camera is...
View ArticleHow to Build DotCode Reader in Java on Windows 10
A dot code is a 2D barcode symbology composed of disconnected dots. It is widely used in the tobacco industry. Recently, Dynamsoft rolled out barcode reader SDK v7.4, which added DotCode support. In...
View ArticleHow to Build and Publish Snap Packages with Linux Shared Libraries
When you want to release a proprietary tool or SDK, which is not open source, to Linux platforms, it is a nightmare. You have to make multiple packages and do more tests to guarantee compatibility for...
View ArticleHow to Make DotCode Webcam Scanner in C++ on Windows 10
Previously, I wrote an article showing how to build a DotCode reader in Java. I also updated my C# barcode demo to make it support DotCode decoding recently. In this article, I will share a new webcam...
View ArticleHow to Benchmark Barcode SDK Performance in Python
On StackOverflow, you may have seen this kind of question: why some open-source barcode SDK failed to decode some barcode? Usually, there are three optional workarounds: improve the input image...
View ArticleHow to Empower JavaScript Barcode Scan with Tesseract.js OCR
Previously, I shared an article demonstrating how to use Tesseract Python OCR to recognize the accompanying text of a 1D barcode. In this article, I will change the programming language to JavaScript,...
View ArticleHow to Use Dynamsoft Java Barcode Reader to Scan Multiple Barcodes
There are many open-source and commercial barcode SDKs, but only a few of them can recognize multiple barcodes by scanning once. When you search Google for barcode SDK or Java barcode SDK, you will...
View ArticlePanorama Stitching: New Technology for Barcode Industry
Dynamsoft recently added a new panorama module to barcode SDK, aiming to provide a brand-new solution for warehouse and inventory management. In this article, I will try my best to guide you through...
View ArticleHow to Integrate Java Barcode SDK to Command-Line, GUI and Web Apps
This article shows how to integrate Java barcode SDKs – ZXing and Dynamsoft Barcode Reader – to different Java applications. Java Barcode Apps Here I have an image containing multiple barcodes....
View ArticleHow to Build .NET Webcam Barcode Scanner with DirectShow
In Dynamsoft Barcode Reader SDK, there is a fancy webcam barcode sample called BarcodeReaderDemo that supports reading barcodes from disk files, TWAIN-compatible hardware scanners, and USB webcams....
View ArticleHow to Use PowerShell to Disable and Enable Webcam on Windows 10
While using laptops, sometimes you may want to disable the built-in webcam for some reasons, such as security or debugging webcam related programs. Not like a USB webcam, the built-in camera is...
View ArticleHow to Build DotCode Reader in Java on Windows 10
A dot code is a 2D barcode symbology composed of disconnected dots. It is widely used in the tobacco industry. Recently, Dynamsoft rolled out barcode reader SDK v7.4, which added DotCode support. In...
View ArticleHow to Build and Publish Snap Packages with Linux Shared Libraries
When you want to release a proprietary tool or SDK, which is not open source, to Linux platforms, it is a nightmare. You have to make multiple packages and do more tests to guarantee compatibility for...
View ArticleHow to Make DotCode Webcam Scanner in C++ on Windows 10
Previously, I wrote an article showing how to build a DotCode reader in Java. I also updated my C# barcode demo to make it support DotCode decoding recently. In this article, I will share a new webcam...
View ArticleHow to Solve MinGW _ZNSt18condition_variable10notify_oneEv Error on Windows 10
When I was trying to run a barcode reader app compiled by MinGW GCC on Windows 10, I got an error message “The procedure entry point _ZNSt18condition_variable10notify_oneEv could not be located in the...
View ArticleHow to Recognize US Driver’s License on Android Mobile Apps
According to the American Association of Motor Vehicle Administrators (AAMVA) specification, PDF417 symbology is used for storing personal information on US driver’s license. In this article, I will...
View ArticleHow to Build C/C++ Barcode Reader App on Raspberry Pi 4
I recently purchased a Raspberry Pi 4 (4GB model) and an I2C OLED display module. In this article, I will share how to implement a C/C++ barcode reader project on Raspberry Pi 4 from scratch....
View Article