Tag: winui
-
You can build a WinUI 3 barcode scanner in C# by installing the Dynamsoft.DotNet.BarcodeReader.Bundle NuGet package and calling its CaptureVisionRouter API: CaptureMultiPages() decodes image and multi-page PDF files picked by the user, and Capture() decodes webcam frame bytes in memory. One license activation and a few dozen lines of code...