Skip to content

The notion behind the presented C# code is to illustrate the basic steps need to be taken for .Net developers to build a simple QR Decoder, and show them how to use the famous zxing library to decode 2D barcode library realtime, either by capturing pictures from a webcam or by uploading a static 2D barcode picture.

Notifications You must be signed in to change notification settings

5118234/Webcam.Net-QR-Decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net-QR-Decoder using Webcam

The notion behind developing a sample C# code is to illustrate the basic steps need to be taken for .Net developers to build a simple QR Decoder, and show the developers how to use the famous zxing library to decode 2D barcode library in realtime, either by capturing pictures from a webcam or by uploading a static 2D barcode picture. The code uses AForge.dll as a Webcam video streaming library. Make sure to add AForge as a reference if its somehow was removed. By default this library should be included inside the .Net project.

Here is the official page Documentation.

![Sample] (http://www.itechflare.com/main/wp-content/uploads/2014/03/2dbarcode.png)

About

The notion behind the presented C# code is to illustrate the basic steps need to be taken for .Net developers to build a simple QR Decoder, and show them how to use the famous zxing library to decode 2D barcode library realtime, either by capturing pictures from a webcam or by uploading a static 2D barcode picture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%