Skip to content

yushulx/xamarin-forms-barcode-qrcode-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Forms Barcode QR Code Scanner

This sample demonstrates how to scan barcode and QR code from image file and live video stream using Xamarin.Forms Custom Renderers and Dynamsoft Barcode Reader SDK.

Usage

  1. Import the project to Visual Studio.

  2. Apply for a 30-day free trial license and update the following code in MainPage.xaml.cs.

    _barcodeQRCodeService.InitSDK("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==");
  3. Set android or iOS as the startup project.

  4. Connect your devices and run the project.

    Xamarin Forms barcode QR code scanner