How-to Guides - Scan in Multiple Threads
To scan barcodes in multiple threads using Dynamsoft Barcode Reader, you need to create multiple instances of BarcodeReader and run separate instance in each thread. Please don’t have multiple threads access the same BarcodeReader object.
We have a sample that shows how to use multiple threads to read barcodes from images using the C++ API.
Get the sample: MultiThreadDecoding Sample in C++ >.