Skip to content

yushulx/dotcode-webcam-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotCode Webcam Scanner

The sample demonstrates how to implement a DotCode webcam scanner in C++ on Windows 10.

Usage

Get a valid Dynamsoft barcode license and update the code:

iRet = reader.InitLicense("LICENSE-KEY");

Set barcode types:

// Decode all supported barcode types.
runtimeSettings.barcodeFormatIds = BF_ALL;
runtimeSettings.barcodeFormatIds_2 = BF2_POSTALCODE | BF2_DOTCODE;

Build and run the app:

mkdir build
cd build
cmake -G"Visual Studio 15 2017 Win64" ..
cmake --build .
.\debug\BarcodeReader.exe

DotCode cpp

Blog

How to Make DotCode Webcam Scanner in C++ on Windows 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages