Results 1 to 3 of 3

Thread: Finger Print Readers

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    West Palm Beach, Florida
    Posts
    188

    Finger Print Readers

    I only have experience in VB 6 as is. I want to write a simplyy applications using a fingerprint reader. I'm not to sure how I would capture the data and what kind of reader I should get. Do you get a tool for VB that does it or how would I capture the data and determine an event to put the code in.

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    this isn't really a VB question. you need to identify a device then get the manufacturer's specs on how to program it, THEN worry about how to use VB to do that.

  3. #3
    Addicted Member
    Join Date
    Jul 2000
    Location
    Novi Sad, Serbia and Montenegro (formerly known as Yugoslavia)
    Posts
    148
    Fingerprint readers, I think, are actually small scanners. You would capture their output using TWAIN (Technology Without An Interesting Name) standard. I don't know the specifics of it, but try searching the web.
    Once you get the output (a bitmap) dealing with it as a fingerprint is not an easy task. First of all, you would need to do lots of research in fingerprinting science. You can not just compare entire bitmaps. That would never work. You need to determine some key point of each fingerprint, store that in a database and compare those key points.
    Then, you would need to transfer that into some fine image analyzing code, not an easy task.
    Anyway, I don't think there's way that a good program of this kind can be simple.

    If you still want to do it (not that I meen to discurage you),
    Good luck!
    ( : ns-code : )
    FCP Products

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width