Question
EY El Salvador
SV
Last activity: 29 Jan 2020 12:35 EST
Write Java code that captures a fingerprint
Hi Everyone,
I'm currently doing some research about how to make use of a scanner fingerprint. The scanner will be connected to a desktop computer via USB. the Fingerprint scanner is a Futronic Model: FS88H.
I downloaded the SDK version 4.2 for free and according to the website it says
"The SDK is implemented as Win32 API dynamic-link library (DLL). To make use of it, function call can be made to the DLL from any application program in Windows XP/2003/Vista/2008/7/2012/8/10/2016 32/64bit environment. Standard SDK package includes example programs with source code to show how to use the SDK for the following development platforms" and it includes Java among those platforms.
We want to store the fingerprint and then latter sent it as a parameter when consuming a service. My question is that if it's possible to writte the necesary code in Java using eclipse to interact with the scanner and then import that code into our Pega application?
Any help is highly appreciated,