honoured monasterians,

so i've been told to incorporate biometrics in the form of a fingerprint-scanner into one of my systems (basically a time-tracker) - does anyone have some experience with that? where do i start? google wasn't much help for me due to the incredible marketing-hype it has to cut through to get to the real information.

AFAIK, fingerprint-scanners usually simply scan the fingerprint (duh!), and then pass on that info as a grayscale bitmap to some program that tries to detect at least some of the "minutae" (whirls, bends, etc.), which then get passed on to some fingerprint-matching program, which tries to do a partial match on the found minutae against the stored ones.
what i'd love to have is someway to basically say something like
$user = $fingerprint_matcher->find($scan_data, $database)

in perl. if at all possible, cross-platfoem (windows and linux).
so, anyone know of where to look for something like that? security is not the primary issue, and i am well aware of all the drawbacks to a fingerprint-solution, and informed my superiors on that, but they are willing to accept that.

Update: Maybe i should rephrase my basic question to: "Does anyone know of some pre-made hardware/software package i can talk to with perl? in the worst case by parsing files?"

In reply to Biometrics with perl by schweini

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.