Daniel,

Yes, the driver runs in Linux and I could sniff the USB bus, the problem 
is that I'm on a tight schedule and I was thinking in a quicker 
approach, i.e., to wrap the libfprint driver methods to use my binary 
(closed source) driver.
I've only started to dig into the project sources, but it seams to me 
that it could be feasible. What do you think?
Of course, I don't mind in parallel to do the sniffing and post the 
results for the implementation of an open-source driver.
BTW, the device is a Futronic FS80.

José Gonçalves

Daniel Drake wrote:
> 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

Reply via email to