Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all, I am trying to read QR Barcodes via a mobile phone cam in en ASP.net C# webform
how do i do that?

What I have tried:

have no idea
hi all, I am trying to read QR Barcodes via a mobile phone cam in en ASP.net C# webform
how do i do that?
Posted
Updated 5-Aug-18 22:03pm
Comments
F-ES Sitecore 4-Aug-18 13:44pm    
You can't because asp.net runs on the server and has no access to client hardware like the camera phone.

1 solution

your question is wrong. If you want read QR barcode from a web form you can use zxing library. otherwise you must have an app in your phone that react to your action. and your connection can be from internet. in this mode your app must has a service to receive messages.

GitHub - zxing/zxing: ZXing ("Zebra Crossing") barcode scanning library for Java, Android[^]
 
Share this answer
 
v3

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