DirectShow.NET-Webcam-Barcode-Reader
DirectShow.NET-Webcam-Barcode-Reader copied to clipboard
DirectShow.NET Webcam Barcode Reader
This repository provides a C# demonstration for creating barcode reader applications on Windows platforms, utilizing DirectShow.NET for webcam access and Dynamsoft Barcode Reader SDK for barcode decoding.
Getting Started
-
Obtain a 30-day free trial license of Dynamsoft Barcode Reader SDK, and set the license key in
Form1.cs
:v9.x
EnumErrorCode errorCode = Dynamsoft.DBR.BarcodeReader.InitLicense("LICENSE-KEY", out errorMsg);
v10.x
int errorCode = LicenseManager.InitLicense("LICENSE-KEY", out errorMsg);
-
Build and run the project using Visual Studio.