When working with xamQRCodeBarcode™ control, be sure to include the following NuGet package reference to your project:
For more information on setting up the NuGet feed and adding NuGet packages, you can take a look at the following documentation: NuGet Feeds.
In order to increase the performance of the Barcode Reader, evaluate doing the following tweaks:
-
Minimize the number of symbols to read. You can do this by reducing the value set in the MaxNumberOfSymbolsToRead property
-
Increase the minimum size in pixels that a symbol could be. This can be done tweaking the MinSymbolSize property.
-
Reduce the size of the image that is passed to the Decode or DecodeAsync methods.
-
Limit the number of Symbology Types sent to the Decode or DecodeAsync methods.