GitHunt
YU

yushulx/DirectShow.NET-Webcam-Barcode-Reader

Windows .NET Barcode Reader/Scanner Developed with Dynamsoft Barcode Reader

DirectShow.NET Webcam Barcode Scanner & 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

  1. Obtain a 30-day free trial license for Dynamsoft Barcode Reader SDK, and set the license key in Form1.cs:

    int errorCode = LicenseManager.InitLicense("LICENSE-KEY", out errorMsg);
  2. Build and run the project using Visual Studio.

    DirectShow.NET Webcam barcode reader

Blog

C# Webcam Barcode Reader: A DirectShow.NET Implementation

Languages

C#100.0%

Contributors

MIT License
Created September 27, 2016
Updated July 30, 2025
yushulx/DirectShow.NET-Webcam-Barcode-Reader | GitHunt