The QR Code Decoder library allows your program to extract (decode) QR Code image from an image file. The encoder solution targets .NET framework (net462). It is writen in C# for Visual Studio.
The full article is published at CodeProject website. QR Code Encoder and Decoder .NET(Framework, Standard, Core) Class Library Written in C# (Ver. 2.0.0)
The solution is made of three projects:
QRCodeDecoderLibrary: A library exposing QR Code decoder. Visual studio will produce one DLL for .NET framework (net462).QRCodeDecoderDemo: A demo program showing how to decode Bitmap image of a QR Code and retrieve thestringor byte arrayQRCodeVideoDecoder: A demo program combining QR Code decoder and video camera image capture. The video camera software is based on Direct Show Library. Please note section QR Code Video Decoder at the bottom of this article.