You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This repository contains multiple samples that demonstrates how to use the <a hr
18
18
|[`ReadAnImage`](Samples/HelloWorld/ReadAnImage)| This sample demonstrates the simplest way to read barcodes from an image file and output barcode format and text. |
19
19
|[`ReadMultipleImages`](Samples/HelloWorld/ReadMultipleImages)| This sample demonstrates the simplest way to read barcodes from directory with image files and output barcode format and text. |
20
20
|[`VideoDecoding`](Samples/VideoDecoding)| This sample demonstrates how to read barcodes from video frames. |
21
+
|[`MultiThreadDecoding`](Samples/MultiThreadDecoding)| This sample demonstrates how to read barcodes and get barcode results in self-managed thread. |
cout << "Hints: Please input 'Q' or 'q' to quit the application." << endl;
157
+
158
+
// 1.Initialize license.
159
+
// You can request and extend a trial license from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples
160
+
// The string 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9' here is a free public trial license. Note that network connection is required for this license to work.
0 commit comments