Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The sample demonstrates how to use Dynamsoft Capture Vision modules - Dynamsoft Barcode Reader and Dynamsoft Label Recognizer - to read barcodes and the surrounding text from a camera stream using C++.

Usage

  1. Set the license key in main.cpp.

    CLicenseManager::InitLicense("LICENSE-KEY");
  2. Build the project:

    mkdir build
    cd build
    cmake ..
    cmake --build .

    scan barcode and OCR text in C++