Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Creating a QR Reader
QtWS25 Last Chance

Creating a QR Reader

Scheduled Pinned Locked Moved General and Desktop
10 Posts 4 Posters 10.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zarnick
    wrote on last edited by
    #1

    Hello, I've did some basic search but haven't found anything on this yet.
    What I need is some way for creating a QR Reader inside Qt, or to know if this has already been done.
    Does anyone have some pointers on this?

    thanks.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      [quote author="zarnick" date="1385560727"]I've did some basic search but haven't found anything on this yet.[/quote]
      really?!
      Just by entering "qt qr" in google resulted in "this":http://developer.nokia.com/Community/Wiki/Qr_Decoder_in_Qt and "this":http://code.google.com/p/qtqr/.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zarnick
        wrote on last edited by
        #3

        Yeah, I got those, however they didn't helped that much.
        But thanks for the help anyway.

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          and what exactly isn't helping with fully implemented solutions?
          Maybe you can be more specific with your questions.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            zarnick
            wrote on last edited by
            #5

            Sorry raven, you stand correct, I do believe I wasn't that clear.
            I would like to know if there's any kind of lib prebuilt on Qt to make this kind of processing.

            Thank you and, once again, I'm sorry.

            1 Reply Last reply
            0
            • raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              i don't think so.
              The problem is that the compiler used to build the prebuilt libraries would have to match exactly your compiler and also the same Qt version linked against in order load them successfully.
              It way easier when you have the source-code and build it yourself and integrate it this way.
              And since it's such a small project i think most people wouldn't even do the work to release different prebuilt packages.

              I suggest use "QZXing":http://sourceforge.net/p/qzxing and build it yourself and use it in your application. Shouldn't be that hard.

              Only drawback is that all the projects are written for Qt4 so far. You would get rid of the errors in the project file and adapt them to Qt5.

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              0
              • Z Offline
                Z Offline
                zarnick
                wrote on last edited by
                #7

                I see. Thanks for the help raven!
                Would you think possible to scan around 50 QR Codes almost at the same time, from a live camera? (this is part of my project)

                1 Reply Last reply
                0
                • raven-worxR Offline
                  raven-worxR Offline
                  raven-worx
                  Moderators
                  wrote on last edited by
                  #8

                  you would have to check ZXing capabilities for that. But it seems that it is a feature rich project.

                  --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                  If you have a question please use the forum so others can benefit from the solution in the future

                  1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    beemaneni
                    wrote on last edited by
                    #9

                    hi

                    i am working on reading the QR image..?
                    Can u help me out with start up?

                    Thanks
                    Bala Beemaneni

                    Bala B
                    Infinite Computer systems
                    Chennai

                    1 Reply Last reply
                    0
                    • lukas_kosinskiL Offline
                      lukas_kosinskiL Offline
                      lukas_kosinski
                      wrote on last edited by lukas_kosinski
                      #10

                      Hi @beemaneni! You can read QR codes using SCodes library. It is based on C++ port of widely used ZXing library. It also allows you to create your own QR codes. Check it out on its Github page here.

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved