Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Samples and Demos - C++ Edition
Samples
Sample Name | Description |
---|---|
HelloWorld | This sample demonstrates the simplest way to read barcodes from an image file and output barcode format and text. |
GeneralSettings | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
AccuracyFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as accurately as possible. The downside is that speed and read-rate might be affected. It is recommended to apply these configurations when misreading is unbearable. |
ReadRateFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read as many barcodes as possible at one time. The downside is that speed and accuracy might be affected. It is recommended to apply these configurations when decoding multiple barcodes from a single image. |
SpeedFirstSettings | This sample demonstrates how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
BatchDecode | This sample demonstrates how to read barcodes from files in the specified directory and return results plus performance metrics. |
VideoDecoding | This sample demonstrates how to read barcodes from video frames. |
MultiThreadDecoding | This sample demonstrates how to read barcodes in multiple threads. |
Official Online Demo
This Online Demo is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.