CapCognition.Maui.BarcodeScanning
2.1.1
dotnet add package CapCognition.Maui.BarcodeScanning --version 2.1.1
NuGet\Install-Package CapCognition.Maui.BarcodeScanning -Version 2.1.1
<PackageReference Include="CapCognition.Maui.BarcodeScanning" Version="2.1.1" />
<PackageVersion Include="CapCognition.Maui.BarcodeScanning" Version="2.1.1" />
<PackageReference Include="CapCognition.Maui.BarcodeScanning" />
paket add CapCognition.Maui.BarcodeScanning --version 2.1.1
#r "nuget: CapCognition.Maui.BarcodeScanning, 2.1.1"
#:package CapCognition.Maui.BarcodeScanning@2.1.1
#addin nuget:?package=CapCognition.Maui.BarcodeScanning&version=2.1.1
#tool nuget:?package=CapCognition.Maui.BarcodeScanning&version=2.1.1
Barcode and QR-Code Recognition for .NET MAUI
High-performance recognition of 1D and 2D barcodes with support for multi-barcode detection (multiple barcodes per image).
Recognized content can optionally be displayed as an overlay inside a MAUI View.
Supported Formats
- Aztec
- Codabar
- Code39
- Code93
- Code128
- DataMatrix
- EAN-8
- EAN-13
- ITF
- PDF417
- QR Code
- RSS14
- RSS Expanded
- UPC-A
- UPC-E
- UPC-EAN
- MSI
- Plessey
- IMB
Fluent API
Since version 2.1.0, a modern Fluent API is available to simplify configuration and integration of barcode recognition into your .NET MAUI applications.
This makes the setup more intuitive and reduces boilerplate code.
Licensing
This library can be used in trial mode with the following limitations:
- When using the MAUI View integration, a "Trial" watermark will be displayed while recognition is active.
- When using the Recognizer directly (without a MAUI View), the number of recognition operations is limited to a fixed amount per application start. Once this limit is reached, recognition will stop working until the application is restarted.
Further notes:
- The trial version is intended for testing and development purposes only.
- It is not intended for production use.
- The trial version can be used without time restrictions.
For production deployments, a license must be purchased.
Examples
See .NET MAUI usage examples at CapCognition.
Platform Support
- Android
- iOS
Only Android and iOS are supported.
For Windows, Linux and ARM64 platforms, please use the CapCognition .NET LTS version.
Release Notes
Version 2.1.1
- options made disposable and some tool functions added
Version 2.1.0
- Added Fluent API for simplified configuration and integration
Version 2.0.4
- Improved debugging: Added more diagnostic information to logs
- Updated NuGet dependencies (except Microsoft MAUI controls for maximum compatibility)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. net10.0-android was computed. net10.0-ios was computed. |
-
net9.0-android35.0
- CapCognition.Maui.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- SkiaSharp (>= 3.119.0)
-
net9.0-ios18.0
- CapCognition.Maui.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- Microsoft.Maui.Controls (>= 9.0.30)
- Microsoft.Maui.Controls.Compatibility (>= 9.0.30)
- SkiaSharp (>= 3.119.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.