Dynamsoft / barcode-reader-c-cpp-samples

Samples for Dynamsoft Barcode Reader SDK C_C++ Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamsoft Barcode Reader Samples - C++ Edition

This repository contains multiple samples that demonstrates how to use the Dynamsoft Barcode Reader C++ Edition.

Requirements

  • Operating systems:
    • Windows: 7, 8, 10, 2003, 2008, 2008 R2, 2012 and above.
    • Linux x64: Ubuntu 14.04.4+ LTS, Debian 8+, etc
  • Developing Tool
    • Visual Studio 2012 or above
    • G++ 5.4+
    • GCC 5.4+

Samples

Sample Description
ReadAnImage This sample demonstrates the simplest way to read barcodes from an image file and output barcode format and text.
ReadMultipleImages This sample demonstrates the simplest way to read barcodes from directory with image files and output barcode format and text.
VideoDecoding This sample demonstrates how to read barcodes from video frames.
MultiThreadDecoding This sample demonstrates how to read barcodes and get barcode results in self-managed thread.

License

The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.

These samples use a free public trial license which require network connection to function. You can request a 30-day free trial license key from Customer Portal which works offline.

Contact Us

Contact Dynamsoft if you have any questions.

About

Samples for Dynamsoft Barcode Reader SDK C_C++ Edition

License:Other


Languages

Language:C++ 100.0%