Jose Miguel Goncalves wrote: > I have a fingerprint device which has a closed-source driver. > With that binary driver I can successfully scan fingerprints and save > them has a bitmap image. > I would like to know if it's possible (and how) to use this driver with > fprint to be able to enroll and verify fingerprints.
The solution is not to integrate the closed source driver, it is to sniff the traffic and figure out the protocol, then write an open source fprint driver. http://www.reactivated.net/fprint/wiki/USB_sniffing If the binary driver runs on linux and outputs a bitmap then it should be nice and easy to figure out, if you have the patience and a basic knowledge of USB messaging. Daniel _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
