|
-
Jan 11th, 2003, 07:10 AM
#1
Thread Starter
Addicted Member
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.
-
Jan 11th, 2003, 10:07 AM
#2
PowerPoster
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.
-
Jan 11th, 2003, 10:15 AM
#3
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|