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. Fingerprint Port
Forum Updated to NodeBB v4.3 + New Features

Fingerprint Port

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 1.7k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Armin
    wrote on last edited by
    #1

    Hi
    How can i access to fingerprint port in windows10?
    Thanks

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      You would have to use native windows 10 SDK.
      https://msdn.microsoft.com/en-us/windows/uwp/security/fingerprint-biometrics
      There might be other API to look at also.
      As far as I know, there is no Qt support for it.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Armin
        wrote on last edited by
        #3

        @mrjj Thanks for share
        So Qt what operating systems does it support about fingerprint ?

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          As far as I know there is not direct support for such devices on any Os.
          Some have created some for Arm
          https://github.com/suyog44/QT-FingerPrint
          But I have not seen for Desktop. Might exist thought.

          The main issue is that is not a standard and each hardware has its own SDK/driver.

          So it also depends on what finger device you want to talk to.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Armin
            wrote on last edited by
            #5

            @mrjj Thanks
            I mean fingerprint in laptop , no way to access by Qt ?

            mrjjM 1 Reply Last reply
            0
            • A Armin

              @mrjj Thanks
              I mean fingerprint in laptop , no way to access by Qt ?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Armin
              Well it depends on the actual hardware. If you can find the spec for the chip used, there
              might be SDk for and you can talk to it via serial communication.
              But I think using Windows 10 native SDK might be easier as its higher level API.
              However, I cannot find the c++ version/desktop version. Only for "Apps".

              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