Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking to build an ASP.NET core MVC application that can read a QR code using the web camera. Any reference would be highly appreciate.

What I have tried:

I know Zxing.net can be used to read QR code. But my initial challenge is to access users camera from web application.
Posted
Updated 29-Jun-21 1:05am

1 solution

MDN has an example of using WebRTC to take a still photograph from a camera:
Taking still photos with WebRTC - Web APIs | MDN[^]
 
Share this answer
 
Comments
Member 10449734 31-Mar-22 18:36pm    
Richard thanks very much for the usefull link!

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