Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamsoft/barcode-reader-maui-samples
Dynamsoft Barcode Reader samples for MAUI edition
https://github.com/dynamsoft/barcode-reader-maui-samples
aztec barcode-reader barcode-scanner codabar code128 code39 code93 datamatrix dotcode ean13 ean8 itf maxicode pdf417 qr qrcode upca upce
Last synced: about 1 month ago
JSON representation
Dynamsoft Barcode Reader samples for MAUI edition
- Host: GitHub
- URL: https://github.com/dynamsoft/barcode-reader-maui-samples
- Owner: Dynamsoft
- License: other
- Created: 2024-10-24T06:11:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:36:09.000Z (3 months ago)
- Last Synced: 2024-11-01T11:25:36.532Z (3 months ago)
- Topics: aztec, barcode-reader, barcode-scanner, codabar, code128, code39, code93, datamatrix, dotcode, ean13, ean8, itf, maxicode, pdf417, qr, qrcode, upca, upce
- Language: C#
- Homepage: https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft Barcode Reader samples for MAUI edition
This repository contains multiple samples that demonstrate how to use the [Dynamsoft Barcode Reader MAUI SDK](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/).
- [User Guide](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/user-guide.html)
- [API Reference](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/api-reference/)
## System Requirements### .Net
- .NET 7.0 and above.
### Android
- Supported OS: **Android 5.0** (API Level 21) or higher.
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
- Development Environment: Visual Studio 2022.
- JDK: 1.8+### iOS
- Supported OS: **iOS 11.0** or higher.
- Supported ABI: **arm64** and **x86_64**.
- Development Environment: Visual Studio 2022 for Mac and Xcode 14.3+.## Samples
| Sample Name | Description |
| ----------- | ----------- |
| `BarcodeReaderSimpleSample` | This is a sample that illustrates the simplest way to recognize barcodes from video streaming. |## Installation
- [Install the Dynamsoft Barcode Reader MAUI SDK](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/user-guide.html#installation)
## License
- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=mobile) link.
## Contact Us
For any questions or feedback, you can either [contact us](https://www.dynamsoft.com/company/contact/) or [submit an issue](https://github.com/Dynamsoft/barcode-reader-maui-samples/issues/new).