Open mansoornasir opened 6 years ago
@mansoornasir
In sql, search using finger column then you will get the name of the person
It won't work as every scan is different than other... i mean like more than 80% different.. so 'like' won't work too.
Hello @mansoornasir, I am using your code to save fingerprints from my fingerprint module (R307) to my local database and its all working fine. I am also able to download the hex template file back. But when I try to authenticate, I am unable to do so. If fails the authentication, however if I enroll using the module, it works (it is able to authenticate then). Can you tell me how to get this resolved.
Thanks.
anyway to authenticate and search from database and not in flash ??
It doesn't authenticate from database, only from flash.
On Tue, 26 Feb 2019, 11:00 PM Jefferson Kwak, notifications@github.com wrote:
anyway to authenticate and search from database and not in flash ??
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vinaychandraka/Fingerprint_module_R305---Python_and_MySQL/issues/5#issuecomment-467545702, or mute the thread https://github.com/notifications/unsubscribe-auth/AHSzENV6Fbi2j5615Ac_OhHn7JioC9psks5vRXYsgaJpZM4SOIz8 .
ok, but can i search templates directly from database?? or i need to download it first from database and storage to flash memory position to later search
The problem with this "search" is that it is based on name only, and every time you match the template with database it's different!
So it is kind of useless if you want to search for template. I suggest you use Digital Persona U4U 4500 instead of this R305 module.
On Tue, 26 Feb 2019, 11:06 PM Jefferson Kwak, notifications@github.com wrote:
ok, but can i search templates directly from database?? or i need to download it first from database and storage to flash memory position to later search
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vinaychandraka/Fingerprint_module_R305---Python_and_MySQL/issues/5#issuecomment-467547909, or mute the thread https://github.com/notifications/unsubscribe-auth/AHSzECXo5383vlPlhCLFasuKE4Q2pxVcks5vRXeYgaJpZM4SOIz8 .
Hi, i have studied your code very thoroughly and found only one problem.
You are comparing templates by downloading it using 'name' from MySQL database before comparison. If i know the name of the person then why would i need a fingerprint reader?
Is there anyway i can compare the hash precisely without knowing the name of the person?
Thank you.