Click here to Skip to main content
15,888,037 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How scan and read data QR code in c# by using laptop camera?

i have worked on a project in c# .in this project i need to read the data of the QR code by laptop camera or USB camera and use this data.
is there any free dll library QR code reader and how can i use dll library?
please help me :) :) :) please

What I have tried:

i have searched in the internet but i did not find the answer to my question
Posted
Updated 21-Aug-17 15:41pm
Comments
[no name] 29-Jun-16 19:59pm    
https://www.youtube.com/watch?v=TF76v8mia9k
Member 11444380 30-Jun-16 15:18pm    
It's not work I have tried but not read Qr code in camera :(

 
Share this answer
 
Comments
Member 11444380 1-Jul-16 10:16am    
article one is deleted :( unfortunately, and article two and three didn't help my because I want read data QR code by camera not image, and I'm use windows form application in c# not windows 8.1 please help my
Yes, you can use Touchless SDK[^] for webcam and ZXing.NET[^] for QR code. They are both free and open-source.

You can also read the article 'WinForm Barcode Reader with Webcam and C#[^]' to learn how to implement a simple QR code reader using Touchless and a .NET barcode SDK.
 
Share this answer
 
OTher Solution, use this library!!
Open Source QRCode Library[^]
 
Share this answer
 
Comments
Graeme_Grant 21-Aug-17 22:02pm    
Please don't respond to questions that are either old or already accepted answers, as in this case. There are many other current questions waiting for help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900