Bitcoin Forum

Other => Off-topic => Topic started by: franky1 on October 01, 2012, 05:46:14 AM



Title: QR code reader
Post by: franky1 on October 01, 2012, 05:46:14 AM
i have a VB.net program set up that has a fully working webcam viewer and a QR code reader.

it does it using some Dll's i found.

now my problem.... the dll for the QRCode reader is a irritating evaluation version which keeps changing the first character of the scanned qrcode to a number.. (which incriments slowly obviously as some form or time trial)

does anyone know of a open source .net method of reading QRCodes or has a non evaluation Dll for my vb.net program to reference.


Title: Re: QR code reader
Post by: BkkCoins on October 01, 2012, 10:45:04 AM
i have a VB.net program set up that has a fully working webcam viewer and a QR code reader.

it does it using some Dll's i found.

now my problem.... the dll for the QRCode reader is a irritating evaluation version which keeps changing the first character of the scanned qrcode to a number.. (which incriments slowly obviously as some form or time trial)

does anyone know of a open source .net method of reading QRCodes or has a non evaluation Dll for my vb.net program to reference.
I don't know about VB.net specifically but ZBar is an open source barcode library that works on multiple platforms. You can see it being used for Bitcoin by the Electrum client with Python but it is written in C and works with many languages. You should check it out as maybe it can be used with VB.

http://zbar.sourceforge.net/

This page has some info about making an import library for a DLL.
http://sourceforge.net/apps/mediawiki/zbar/index.php?title=HOWTO:_Build_a_Windows_import_library


Title: Re: QR code reader
Post by: franky1 on October 01, 2012, 07:48:17 PM
yea thats the end result from looking at the examples and running them.

but vb.net doesnt like it. so im still searching for a more compatible source.

cheers though, ill keep that bookmarked as a back up and just API call the results into my vb program in worst case


Title: Re: QR code reader
Post by: xiaoyuandlg on May 29, 2014, 04:19:15 AM
Very attractive question, I am also on the way to find some wonderful tools for the vb.net barcode generation (http://www.businessrefinery.com/barcode-generate/csharp_barcode_generator.html). Don't know if you have find any practical one.


Title: Re: QR code reader
Post by: jl2012 on May 29, 2014, 06:17:23 AM
Please ask at http://www.vbtalk.org/


Title: Re: QR code reader
Post by: ZzWy on June 04, 2014, 07:35:05 AM
I'm struggling with .net method of reading QRCodes (http://www.pqscan.com/read-barcode/qrcode-csharp-vb.html) as well. Haven't tried ZBar barcode library (http://www.pqscan.com/read-barcode/barcode-csharp.html) but it seems worth to have a try. Thanks in advance.


Title: Re: QR code reader
Post by: bluefirecorp on June 04, 2014, 08:16:52 AM
Erm, QR codes are well documented, why not create your own API for reading them?