fiorix / nitgen-bsp

Python extension for Nitgen fingerprint recognition devices
22 stars 8 forks source link

========= NitgenBSP

:Info: See github <http://github.com/fiorix/nitgen-bsp>_ for the latest source. :Author: Alexandre Fiori fiorix@gmail.com

About

NitgenBSP is a Python extension based on the Nitgen SDK for Linux <http://www.nitgen.com/eng/product/enbsp_sdk.html>. It currently supports Nitgen fingerprint recognition devices such as Fingkey Hamster <http://www.nitgen.com/eng/product/finkey.html> and Fingkey Hamster II <http://www.nitgen.com/eng/product/finkey2.html>_.

Implementation details

Documentation and Examples

The source code ships with built-in Python Docstring documentation for class reference. It also ships with examples in the examples/ <http://github.com/fiorix/nitgen-bsp/tree/master/examples/>_ subdirectory.

However, using NitgenBSP is pretty straightforward even for those with no experience with biometric devices. Here is an example of simple usage::

!/usr/bin/env python

coding: utf-8

import NitgenBSP

if name == "main": nbio = NitgenBSP.Handler()

finger = nbio.capture()
image = finger.image()
image.save("out.png")

print "your fingerprint text-encoded FIR is:", finger.text()

Credits

Thanks to (in no particular order):