/FingerprintCapture

A simple fingerprint capture utitilty based off of the DigitalPersona SDK sample programs.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

FingerprintCapture

A simple fingerprint capture utitilty based off of the DigitalPersona SDK sample programs included with the SDK.

This program is designed to be simple and allow anyone to scan a fingerprint to a PNG using a DigitalPersona U.are.U 4000B or U.are.U 4500 fingerprint scanner.

Disclaimer

I am in no way responsible for the use of this program. Please follow best practices in keeping private information secure. This software is provided free of charge with no warranty provided whatsoever. This project is licensed under the GNU General Public License v3.0.

Requirements

Usage

Download the latest release from here and run FingerprintCapture.exe

Build Requirements

  • DigitalPersone One Touch SDK; for Windows, see here. Once installed, add the jar files in [DigitalPersona One Touch SDK]/bin/ to your external libraries. Replace [DigitalPersona One Touch SDK] with the location the SDK is installed to.
  • Java JDK, I personally used JDK 13 for building.