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
Decode barcodes from video streaming. It shows the simplest code to implement a video barcode scanner.
30
+
This is a sample that illustrates the simplest way to recognize barcodes from video streaming using foundational APIs.
29
31
30
-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/BarcodeReaderSimpleSample){:target="_blank"}
32
+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanBarcodes_FoundationalAPI){:target="_blank"}
33
+
34
+
### ScanBarcodes_ReadyToUseComponent
35
+
36
+
This is a sample that illustrates the simplest way to recognize barcodes from video streaming using BarcodeScanner Component.
37
+
38
+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanBarcodes_ReadyToUseComponent){:target="_blank"}
39
+
40
+
### ScanDriverLicense
41
+
42
+
43
+
This sample demonstrates the simplest approach to recognizing a PDF417 barcode from video streaming and extracting structured data from its encoded data.
44
+
45
+
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-maui-samples/tree/main/ScanDriversLicense){:target="_blank"}
Copy file name to clipboardExpand all lines: programming/maui/upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ pageStartVer: 10.0
17
17
18
18
#### Visual Studio for Mac
19
19
20
-
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.CaptureVisionBundle.Maui**. Select the latest version and click **install**.
20
+
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.BarcodeReaderBundle.Maui**. Select the latest version and click **install**.
0 commit comments