Hi all,
I want have a requirement on read the QR Code through camera in asp.net web application.Is it possible in asp.net and if so let me know the any of sample code and procedure to do.
Thank in Advance
Karthik K
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Feb 14, 2019, 5:24 AM
https://www.c-sharpcorner.com/article/capturing-image-from-web-cam-in-asp-net-core-mvc/
https://www.codeproject.com/Tips/528929/Capture-images-using-web-camera-in-ASP-NET-4-5
After capturing the image, you can use LEADTOOLS .NET BarcodeReader class (reader.ReadBarcode) to read QR barcodes in the image. For More details, see the following links:
https://www.leadtools.com/help/leadtools/v20/dh/ba/barcodereader.html
https://www.leadtools.com/help/leadtools/v20/dh/to/qr-code-barcodes-in-leadtools.html
Sanwar RanwaPosted Jan 21, 2019, 10:04 PM