Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Biometric Standards

Biometric Standards

Scheduled Pinned Locked Moved C#
questionhardwarejson
5 Posts 2 Posters 0 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
    Adriaan Davel
    wrote on last edited by
    #1

    I asked a question in the Hardware & Devices group, thought I'll throw it in here as well: We are thinking of some Biometric integration into our app, and there seems to be some effort around standardization, does anyone have any first hand experience with an "open" API to biometrics? I would hate to have to code for each vendor etc... (Our app will probably be a public app, so we won't know which device to target...)

    ____________________________________________________________ Be brave little warrior, be VERY brave

    J 1 Reply Last reply
    0
    • A Adriaan Davel

      I asked a question in the Hardware & Devices group, thought I'll throw it in here as well: We are thinking of some Biometric integration into our app, and there seems to be some effort around standardization, does anyone have any first hand experience with an "open" API to biometrics? I would hate to have to code for each vendor etc... (Our app will probably be a public app, so we won't know which device to target...)

      ____________________________________________________________ Be brave little warrior, be VERY brave

      J Offline
      J Offline
      Jimmanuel
      wrote on last edited by
      #2

      Adriaan Davel wrote:

      I would hate to have to code for each vendor

      HA! That's what I make a living doing! I don't know anything about the biometrics field but I can speak about the facility protection market. No vendors share APIs, this forces customers to buy their hardware and software if they want to use their products. The problems start when you want to mix and match products from different vendors that all have their own command and control software. None of them communicate with each other because every company is trying to push their own software solution. This introduces the need for integration solutions. The key to building one is to have an extremely flexible adapter layer so that new adapters can be added quickly. The goal of each adapter is to translate the data from a particular device into a common format that the rest of the application can understand so that it can remain vendor and device agnostic.

      :badger:

      A 1 Reply Last reply
      0
      • J Jimmanuel

        Adriaan Davel wrote:

        I would hate to have to code for each vendor

        HA! That's what I make a living doing! I don't know anything about the biometrics field but I can speak about the facility protection market. No vendors share APIs, this forces customers to buy their hardware and software if they want to use their products. The problems start when you want to mix and match products from different vendors that all have their own command and control software. None of them communicate with each other because every company is trying to push their own software solution. This introduces the need for integration solutions. The key to building one is to have an extremely flexible adapter layer so that new adapters can be added quickly. The goal of each adapter is to translate the data from a particular device into a common format that the rest of the application can understand so that it can remain vendor and device agnostic.

        :badger:

        A Offline
        A Offline
        Adriaan Davel
        wrote on last edited by
        #3

        Hi Jimmanuel, Thanks for the response that I was not hoping for :) The problem I have is that being a public website it's almost impossible to know which drivers to load as I would have to know which biometrics the person has linked... It's starting to sound like I'm going to have to exclude biometrics...

        ____________________________________________________________ Be brave little warrior, be VERY brave

        J 1 Reply Last reply
        0
        • A Adriaan Davel

          Hi Jimmanuel, Thanks for the response that I was not hoping for :) The problem I have is that being a public website it's almost impossible to know which drivers to load as I would have to know which biometrics the person has linked... It's starting to sound like I'm going to have to exclude biometrics...

          ____________________________________________________________ Be brave little warrior, be VERY brave

          J Offline
          J Offline
          Jimmanuel
          wrote on last edited by
          #4

          With a properly designed plugin architecture you could ask the user what they have plugged in and then load the proper driver. Another possibility would be to try to connect to a device using all of the interfaces that you've developed; if they've linked to one that you support then one connection attempt will succeed and then you know what they have :)

          :badger:

          A 1 Reply Last reply
          0
          • J Jimmanuel

            With a properly designed plugin architecture you could ask the user what they have plugged in and then load the proper driver. Another possibility would be to try to connect to a device using all of the interfaces that you've developed; if they've linked to one that you support then one connection attempt will succeed and then you know what they have :)

            :badger:

            A Offline
            A Offline
            Adriaan Davel
            wrote on last edited by
            #5

            I'm thinking of having an "Identify" button (that will loop through my know drivers etc), and a drop down to select from. Asking users is normally quite a pain as you have to give them instructions on how to figure out on all the different operating systems etc (target market is the less technically skilled public :)) Thanks for the inputs

            ____________________________________________________________ Be brave little warrior, be VERY brave

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups