Hello, Linos!<br><br>I was made on a project some months ago, a identify system. Maybe the concept can help you.<br>I used the fp_identify_finger() function. I maintain the finger data in the database, after converting them to unsigned char*.<br>
I create a vector with user names, and a vector with the data of the fingerprints in the same order. As the function returns<br>the index of the finger identified, I catch the same index on the vector of users to know who is the user.<br>
<br>Maybe this idea can suggest any solution to you (maybe this isn&#39;t the best answer, but works)<br>Best regards,<br>Rafael Toledo<br>