Fingerprint Reader.

I am working on the project that required that I make a java program that should read finger print from finger print device.

it will be nice if any body could help me with a good tutorial or a link.

I am looking for api that could be used.

actually i am looking for any help.

thanks

[314 byte] By [seybaaa] at [2007-10-3 4:48:05]
# 1
Hi there,There is a fingerprint reader found at: http://www.smartcardsource.com/readers.htmCost there is some 399.00 bucks
bf2fightera at 2007-7-14 22:52:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
Hi did you get any good feedback?I'm also just starting to write a java program which needs to store and verify via finger print device.which device did you use?Any help would be greatful.
ThePeanutStrikesAgaina at 2007-7-14 22:52:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3

Hi there,

So far I found out that actual fingerprint reader (USB) costs in range of some 200 bucks, but that is reader only. You obviously need whole SDK kit which is reader + SDK software and that totals to 400 bucks.

It shouldn't be too hard to get fingerprint going, specially with that SDK. Reason being is that whole fingerprint processing is already done in the reader as a embedded process. All other readers are simply readers and you have to write whole thing. Obviously, again you need SDK for that and more workload for you.

This is what manufacturer says about that first kit:

Using a simple Application Programming Interface, it is extremely easy for designers to integrate the fingerprint authentication features into their applications. The developer can develop the interface very quickly without in-depth knowledge of biometrics. This compact device is a fully integrated fingerprint-based biometric subsystem, combined with fingerprint sensing and algorithm processing. All biometric algorithm processing is carried out in a custom chip integrated at the back of the silicon fingerprint sensor.

bf2fightera at 2007-7-14 22:52:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...