- Home /
Fingerprint Recognition
Is it possible to do simple fingerprint recognition app in Unity 3D?
NOTE: I've heard about using frameworks, but is there a good tutorial anywhere on how to use them with Unity?
Answer by Roopatuff · Feb 26, 2015 at 03:08 AM
How exactly would you be scanning in these fingerprints? and you may want to check out this (http://www.codeproject.com/Articles/97590/A-Framework-in-C-for-Fingerprint-Verification) Or check out the source code that is
Not done in Unity but as long as you have the correct libraries set up you should be able to get an output.
Thanks Ropatuff, Not really sure on how best to input the finger print data, mostly just exploring possibilities to see if reading the data somehow would be possible in Unity for perhaps fingerprint comparisons & recognition. Possible uses might include fingerprint identification log in or security screen, Or Fingerprint analysis.... Not sure how to go about any of this but mostly wondering about what could be possible.
One of the things I would like to try and see if possible would be to load two images into a couple of UI image place holders and then run some sort of pattern recognition on them to see if they matched. I'm not sure if that's possible to do, but it would be pretty cool. 
That's entirely possible using the library Roopatuff already linked to.
Thanks @tanoshimi But I would need a little direction on how to implement that, I've never worked with external libraries like that before. But if we could do this that would be a fantastic feature for the app we are building.
Your answer
Follow this Question
Related Questions
Printable version of the documentation? 1 Answer
Display a block of text to the screen 0 Answers
Printing PDF on OSX 0 Answers