Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
What are the differences between the ‘speed’, ‘coverage’, ‘balance, and ‘single’ runtime templates?
speed
, as the name suggests, prioritizes time cost over the accuracy of the results, and coverage
is vice versa.
balance
is the perfect middle ground between speed
and coverage
. Lastly, the single
template is optimized for interactive video scenarios, and is recommended when using the BarcodeScanner
class.
In terms of the individual settings, the exact breakdown between the different templates is explained here.
To choose the runtime settings template that you want the SDK to utilize, please use the updateRuntimeSettings
method.