read QR-Code with Deskzop App, how ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

read QR-Code with Deskzop App, how ?

Post by AUGE_OHR »

hi,

i can generate QR-Code and "read" it with my Smartphone App
but how to "read" it with Desktop App e.g. when have Image*** of QR-Code ?

*** Snapshot or from Scanner
---

i know API Function GetPixel() ... so what is next Step ... :idea:
have fun
Jimmy
Pcmodula
Posts: 34
Joined: Thu Nov 22, 2012 6:00 pm

Re: read QR-Code with Deskzop App, how ?

Post by Pcmodula »

AUGE_OHR wrote: Sun May 02, 2021 6:20 am hi,

i can generate QR-Code and "read" it with my Smartphone App
but how to "read" it with Desktop App e.g. when have Image*** of QR-Code ?

*** Snapshot or from Scanner
---

i know API Function GetPixel() ... so what is next Step ... :idea:
Hi Jimmi, I know you also write in the forum of Minigui Extended, strange that you have not found the demo that reads the QRCODE.

From changelog.txt
2019/10/22: HMG Extended Edition version 19.10.

* New: 'QR Code images decoding' sample is based on ZBar Bar Code Reader
at http://zbar.sourceforge.net/.
Note: ZBar installer is avaialble in the auxiliary add-on binary
archive at the Minigui site.
Don't miss this very interesting example!
Contributed by Pierpaolo Martinello <pier.martinello[at]alice.it>
(see in folder \samples\Advanced\QrDecode)

Have Fun
Pcmodula
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: read QR-Code with Deskzop App, how ?

Post by AUGE_OHR »

hi,
Pcmodula wrote: Wed May 05, 2021 8:26 pm ... strange that you have not found the demo that reads the QRCODE.
thx for Answer.

i have not "testdrive" that Sample yet so i will have a look at it.

it seems it need a CAM.
is there a Way to use a Image ( from Clipboard ) :?:
have fun
Jimmy
Pcmodula
Posts: 34
Joined: Thu Nov 22, 2012 6:00 pm

Re: read QR-Code with Deskzop App, how ?

Post by Pcmodula »

AUGE_OHR wrote: Thu May 06, 2021 1:03 am hi,
Pcmodula wrote: Wed May 05, 2021 8:26 pm ... strange that you have not found the demo that reads the QRCODE.
thx for Answer.

i have not "testdrive" that Sample yet so i will have a look at it.

it seems it need a CAM.
is there a Way to use a Image ( from Clipboard ) :?:
Hi Jimmi, this sample don't require a CAM use a Jpg.File with drag and drop.
Rds
PcModula
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: read QR-Code with Deskzop App, how ?

Post by AUGE_OHR »

hi,
Pcmodula wrote: Thu May 06, 2021 5:46 am ... this sample don't require a CAM use a Jpg.File with drag and drop.
OK, Thx
i will try it
have fun
Jimmy
Post Reply