Page 1 of 2

QR Code reader

Posted: Thu Aug 03, 2017 9:48 am
by mahfuzmurshed
Hi,

Can I develop QR Code reader in HMG?

Pls. help me.

Best regards
Mahfuz

Re: QR Code reader

Posted: Thu Aug 03, 2017 11:10 am
by serge_girard
Mahfuz,

You can indeed!
See this topic: viewtopic.php?f=5&t=5293&p=51553&hilit=QRCODE#p51553

Serge

Re: QR Code reader

Posted: Thu Aug 03, 2017 2:51 pm
by Rathinagiri
You want to create QRCode or read?

Re: QR Code reader

Posted: Thu Aug 03, 2017 3:30 pm
by BeGeS
Rathinagiri wrote: Thu Aug 03, 2017 2:51 pm You want to create QRCode or read?
At first it seems that it speaks of reading.

Mahfuz says: "Can I develop QR Code reader in HMG?"

That's the tricky part, is not it?

Re: QR Code reader

Posted: Thu Aug 03, 2017 7:52 pm
by danielmaximiliano
Ya lo ha dicho "puedo desarrollar un lector de código QR"

Re: QR Code reader

Posted: Thu Aug 03, 2017 8:50 pm
by BeGeS
danielmaximiliano wrote: Thu Aug 03, 2017 7:52 pm Ya lo ha dicho "puedo desarrollar un lector de código QR"
Perdóname, Daniel, pero no dice que él sí puede, sino que pregunta si se puede.

(Si no nos entendemos en español, como pa entendernos en inglés :lol: :lol: ).

Re: QR Code reader

Posted: Fri Aug 04, 2017 4:00 am
by mahfuzmurshed
Hi,

I want to read QR code from image files with 100% HMG code. I already got zbar utility. So, if I run zbar with --xml option and read that file within HMG code it will be possible to read QR code.

But i want some customization which I can't get with zbar as well as the performance of the program not up to the mark.

So, pls. help me to develop QR code reader in pure HMG code.

Best Regards
Mahfuz

Re: QR Code reader

Posted: Fri Aug 04, 2017 7:41 am
by serge_girard
Mahfuz,

Do you mean that the program should read (analyze, parse,..) the shown image on the screen?

Serge

Re: QR Code reader

Posted: Fri Aug 04, 2017 9:56 am
by danielmaximiliano
Serge: zbar y zxing ( opensource) tienen la posibilidad de leer código QR, estoy viendo cómo crear la librería estática ( .a ) y usarla dentro de HMG\Harbour

Serge: zbar and zxing (opensource) have the ability to read QR code, I'm looking at how to create the static library (.a) and use it inside HMG \ Harbor

Re: QR Code reader

Posted: Fri Aug 04, 2017 11:30 am
by PeteWG
danielmaximiliano wrote: Fri Aug 04, 2017 9:56 am .... I'm looking at how to create the static library (.a) and use it inside HMG \ Harbor
@ danielmaximiliano

Hi,

since your are working on it, you could also take a look at Quirc
(written in plain C, perhaps not too hard to create harbour wrappers.
combined with jpeg/png libs can read/decode QR code from images of this types.
see for example qrtest.c)

regards,
Pete