Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 550 Bytes

File metadata and controls

19 lines (14 loc) · 550 Bytes

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++