-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when comparing stored values #10
Comments
Thanks! I think I had patched libfprint with a modification that made that function exported/public. I don't remember the details but I could look it up eventually... Do you need that "identify FP from disk" functionality or are just notifying about the broken test? |
We are trying to use that functionality or something similar. The use case is that a fingerprint is scanned at a computer and that fingerprint object is then sent to a Django server which also has this library where it is then checked against the enrolled ones from the servers database. This seemed like the only way to compare two fingerprint objects that could be sent over a network. |
(it would be great to add a script automating all of this) Get the libfprint source and try to change the following: https://cgit.freedesktop.org/libfprint/libfprint/tree/libfprint/img.c#n385 At the beginning of that line defining
Then recompile and install that patched libfprint. I think that's enough, but I might be forgetting something. Let me know about the results and if I can help you with anything else! |
Hi @franciscod, i have compiled library and now it works.
Maybe this happens because i identify loaded from disk fingerprint with itself but it works only with enrolled fingers? |
Hmm, maybe something changed on libfprint preventing that usage... I don't have access to fingerprinting hardware to test it, but if you share your code I can hopefully guess something! |
Thanks for reply.
|
The code seems fine to me... Does the |
Would it help if we ordered a finger print scanner for you to test with franciscod? That way you could actually test and not have to guess whats going on with the code. If so please PM me and I can get something sent to you. |
It surely would, but maybe it's easier to set up a (virtual?) machine with the scanner attached and let me access it via https://tmate.io/ or something? |
We can do what ever route you would prefer. |
When running the example program in python3 the following exception occurs.
The text was updated successfully, but these errors were encountered: