The sample demonstrates how to implement a simple C# barcode reader on Windows using DirectShow.NET and Dynamsoft Barcode Reader SDK (DBR).
-
Download DirectShow.NET.
-
Import the Project to Visual Studio 2015.
-
Add DBR to project via Nuget.
-
Add DirectShowLib-2005.dll to reference.
-
Connect a USB camera to your PC.
-
Build and run the project.