Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
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: Multi-thread scanning in C >
latest version