Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. ScanQT android App
QtWS25 Last Chance

ScanQT android App

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 3 Posters 2.3k 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.
  • aqamorisnyA Offline
    aqamorisnyA Offline
    aqamorisny
    wrote on last edited by
    #1

    ScanQT

    About ScanQt :
    ScanQt is the combination of a portable Cardboard Box and an App to turn your mobile / tablet Camera to a powerfull document scanner .
    For more information visit : http://scanqt.com

    Project development background
    After research and consultation at tehlug (Tehran Linux Lug), also experimenting coding on AIDE, Android Studio and QT Creator, I decided to develop this App using Qt/C++. Download & Installation of Android Studio in Iran was the biggest trouble, since embargo does not allow download of the mentioned tools. Qt could generate Android, iOS and Windows Phone Apps. That feature would be important in the future. I found a very helpful example and started developing based on that example. The Android App uses phone/tablet camera and have two capture buttons; one for odd pages, one for even pages. There is another button in App to turn-on camera flash. After auto focusing on the 1st page, it would be possible to lock focus. This would significantly improve speed and performance of scanning.

    please visit ScanQT project page on github and test apk :
    https://github.com/aqamorisny/scanqt/

    my question is how i can ScanQT app to useful app and wich feature shoud include in ScanQT ?

    many thanks - morteza aqabeigi

    1 Reply Last reply
    4
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Cool one!!!!. I appreciate you effort on this.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      5
      • benlauB Offline
        benlauB Offline
        benlau
        Qt Champions 2016
        wrote on last edited by
        #3

        Interesting. Is the apk ready to use? It seem to be a clone of an Qt example project only.

        my question is how i can ScanQT app to useful app and wich feature shoud include in ScanQT ?

        I would suggest a "deskew" function. Turning the scanned image into a right angle is a bit trouble with standard desktop software. It is not really necessary to be a software feature, may be you could print few grid line over the card board to let user to place their camera in a right angle easily.

        out of curiosity, why would you like to develop this project while it already has many document scanners available on mobile phone?

        aqamorisnyA 1 Reply Last reply
        2
        • benlauB benlau

          Interesting. Is the apk ready to use? It seem to be a clone of an Qt example project only.

          my question is how i can ScanQT app to useful app and wich feature shoud include in ScanQT ?

          I would suggest a "deskew" function. Turning the scanned image into a right angle is a bit trouble with standard desktop software. It is not really necessary to be a software feature, may be you could print few grid line over the card board to let user to place their camera in a right angle easily.

          out of curiosity, why would you like to develop this project while it already has many document scanners available on mobile phone?

          aqamorisnyA Offline
          aqamorisnyA Offline
          aqamorisny
          wrote on last edited by
          #4

          @benlau
          many thanks for your reply,

          • Version zero, have a lot of bug's its not complete application, now i coding to release version 1.0 this days.
          • we are developing hardware too.
          • i try to create a simple, useful and Open source application designed especially for ScanQT hardware.
            ScanQT can Scan odd and even page Separate then merge images to single file correctly. I think this feature is not exist in any application now(maybe should create a video about this feature).
          benlauB 1 Reply Last reply
          0
          • aqamorisnyA aqamorisny

            @benlau
            many thanks for your reply,

            • Version zero, have a lot of bug's its not complete application, now i coding to release version 1.0 this days.
            • we are developing hardware too.
            • i try to create a simple, useful and Open source application designed especially for ScanQT hardware.
              ScanQT can Scan odd and even page Separate then merge images to single file correctly. I think this feature is not exist in any application now(maybe should create a video about this feature).
            benlauB Offline
            benlauB Offline
            benlau
            Qt Champions 2016
            wrote on last edited by
            #5

            @aqamorisny said in ScanQT android App:

            ScanQT can Scan odd and even page Separate then merge images to single file correctly. I think this feature is not exist in any application now(maybe should create a video about this feature).

            I think it will be better to tell how this feature works. That should be more interesting.

            Moreover, can it be used as a book scanner? But page undistortion should be hard to do .

            1 Reply Last reply
            1
            • aqamorisnyA Offline
              aqamorisnyA Offline
              aqamorisny
              wrote on last edited by aqamorisny
              #6

              In this version i merge Qt touch gallery in my project.
              In fact ScanQT based on two Qt example "QML Camera Example" and "Qt Quick Controls - Touch Gallery" You can find two example in links:
              handle UI using: http://doc.qt.io/qt-5/qtquickcontrols-touch-example.html
              handle camera using: http://doc.qt.io/qt-5/qtmultimedia-multimedia-declarative-camera-example.html

              many bug fixed and many more still exist!

              NEW in this version:

              Create Path automatic
              Smooth UI
              Deleting scanned documents
              Continue scanning
              View scanned pages
              Camera flash ON, OFF button
              

              Notice: Create PDF button not working!

              you can access to apk and source using this link:
              https://github.com/aqamorisny/scanqt/releases/tag/v0.9

              @benlau

              1 Reply Last reply
              0
              • aqamorisnyA Offline
                aqamorisnyA Offline
                aqamorisny
                wrote on last edited by aqamorisny
                #7

                Cool updates , ScanQT Android version 1.1 apk , source
                plus button

                I decided to jump from version 0.9 to 1.1 because :cool: and :b: ig updates applied :sunglasses: .

                New UI , Persian language , Thumbnail preview , PDF creator , . . .

                NEW in this version :

                • Android package name changed to com.scanqt.aqamorisny
                • Updated UI
                • New colors for UI
                • Including help button in main page
                • ScanQT logo on startup
                • Hamburger button added
                • Update button
                • Thumbnail preview for folders and pages
                • Grayscale PDF creator
                • material icons for UI
                • and many debugs

                Please test this version and send your opinion and bugs here or using below link :
                http://scanqt.com/#contact

                You can access apk & source using this link:
                https://github.com/aqamorisny/scanqt/releases/tag/v1.1

                Many thanks

                Screenshots from app ui :
                start up

                list book page

                hamburger menu

                help page

                capture page

                1 Reply Last reply
                1

                • Login

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