QR Code reader

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

mahfuzmurshed
Posts: 10
Joined: Wed Jul 05, 2017 5:14 am
DBs Used: DBF

QR Code reader

Post by mahfuzmurshed »

Hi,

Can I develop QR Code reader in HMG?

Pls. help me.

Best regards
Mahfuz
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: QR Code reader

Post by serge_girard »

Mahfuz,

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

Serge
There's nothing you can do that can't be done...
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: QR Code reader

Post by Rathinagiri »

You want to create QRCode or read?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
BeGeS
Posts: 125
Joined: Fri Jul 14, 2017 10:45 am
DBs Used: DBF
Location: La Mancha, Spain

Re: QR Code reader

Post 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?
I get by with a little help from my friends
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: QR Code reader

Post by danielmaximiliano »

Ya lo ha dicho "puedo desarrollar un lector de código QR"
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
BeGeS
Posts: 125
Joined: Fri Jul 14, 2017 10:45 am
DBs Used: DBF
Location: La Mancha, Spain

Re: QR Code reader

Post 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: ).
I get by with a little help from my friends
mahfuzmurshed
Posts: 10
Joined: Wed Jul 05, 2017 5:14 am
DBs Used: DBF

Re: QR Code reader

Post 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
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: QR Code reader

Post by serge_girard »

Mahfuz,

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

Serge
There's nothing you can do that can't be done...
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: QR Code reader

Post 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
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

Re: QR Code reader

Post 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
Post Reply