Hello, Linos! I was made on a project some months ago, a identify system. Maybe the concept can help you. I used the fp_identify_finger() function. I maintain the finger data in the database, after converting them to unsigned char*. I create a vector with user names, and a vector with the data of the fingerprints in the same order. As the function returns the index of the finger identified, I catch the same index on the vector of users to know who is the user.
Maybe this idea can suggest any solution to you (maybe this isn't the best answer, but works) Best regards, Rafael Toledo
_______________________________________________ fprint mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/fprint
