how to do finger print scanning using java
hi, this is ravi kiran.
i have been working on a project which deals with scanning the finger print of a customer and storing the finger print template to the database.
i have no idea how to do it in java.i am using a USB finger print scanner.
can any one tell me how to do it in java.
thanx in advance
# 1
You might be able to access the scanner as a TWAIN source. See
http://asprise.com/product/jtwain/
Or you could consider a JNI scanner interface
http://today.java.net/pub/a/today/2004/11/18/twain.html
You might be able to access the scanner as an image capture device with the Windows or Solaris JMF performance packs, depending on your hardware setup http://java.sun.com/products/java-media/jmf/2.1.1/download.html
regards