Xamarin.Dynamsoft.Barcode.Android
7.1.0
Dynamsoft.CaptureVision.Xamarin.Forms
Additional DetailsPackage no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.
dotnet add package Xamarin.Dynamsoft.Barcode.Android --version 7.1.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.Android -Version 7.1.0
<PackageReference Include="Xamarin.Dynamsoft.Barcode.Android" Version="7.1.0" />
paket add Xamarin.Dynamsoft.Barcode.Android --version 7.1.0
#r "nuget: Xamarin.Dynamsoft.Barcode.Android, 7.1.0"
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Addin #addin nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.1.0 // Install Xamarin.Dynamsoft.Barcode.Android as a Cake Tool #tool nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.1.0
Dynamsoft's Barcode Reader SDK enables you to efficiently embed barcode reading functionality in your web, desktop and mobile application using just a few lines of code.This can save you from months of added development time and extra costs. With the Barcode Reader SDK, you can decode barcodes from various image file formats (bmp, jpg, png, gif, single-page and multi-page tiff, and PDF).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid403 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
*Added automatic blurry frame filtering for the video frame decoding, reducing incorrect barcode recognition.
*Added three arguments for the CICM_GENERAL of ColourConversionModes to set the weights for the colour conversion, providing more flexibility to deal with various kinds of backgrounds by using different weights of three colors: red, green and blue.
*For Android, added two new methods, startFrameDecodingEx(), which can be used to start a new thread to decode barcodes, and initFrameDecodingParameters(), and a new struct, FrameDecodingParameters.
*For iOS, added two new methods, StartFrameDecodingEx(), which can be used to start a new thread to decode barcodes, and InitFrameDecodingParameters(), and a new struct, iFrameDecodingParameters.
*The output of intermediate results can be saved either directly to a folder or to memory or both, by introducing a new parameter, intermediateResultSavingMode, to the struct PublicRuntimeSettings.
*Fixed a bug that the deblur function might malfunction in some rare cases.
*Fixed a bug that the coordinates of barcodes may be calculated incorrectly under some situations.
*Fixed a bug that the parameter, RequireStartStopChars, might malfunction in some rare cases.
*Fixed a bug that the angle of barcodes might not be calculated correctly sometimes.