Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
When to use onFrameRead and when to use onUnduplicateRead?
onFrameRead
is triggered with each captured video frame, whether there are barcode results or not. If a barcode is within the frame, then it will show in the results
of onFrameRead.
onUniqueRead
is triggered once a new barcode is found. This event does not repeat for the same barcode until the duplicateForgetTime
passes.