Questions tagged [digital-persona-sdk]
54 questions
1
vote
0 answers
Is there a React Native solution for integrating digital persona finger print scanner
I am working on a react-native project for data capturing which requires me to capture finger prints with digital persona finger print scanner. But I couldn't get a solution yet. Help me with this please..

Auwal Aliyu
- 11
- 2
1
vote
0 answers
How to create an FMD from a query in SQL using u.are.u SDK
I am working on a Digital Persona 5300 fingerprint reader, and I have an SQL database with fingerprints captured in varbinary format, I want to know if there is a way to obtain the fingerprint and generate an FMD to compare a fingerprint captured in…
1
vote
1 answer
Fingerprint enrolment for hundreds of users on Android and syncronise them to a main server
I am researching if it would be possible to create a fingerprint enrolment APP on Android using ideally a hybrid framework, like Ionic. The problem is that normally the fingerprint authentication for mobiles/tablets is thought to be used for just a…

grouser
- 618
- 8
- 23
1
vote
1 answer
Connecting Digital Persona U are U Fingerprint Reader
I'm currently creating an Attendance Monitoring as my Final requirement to graduate this year. I using Digital Persona you are you 4500 Fingerprint Reader and I want to connect it in Android Studio. With used of Fingerprint Reader the students will…

John Aldrin Tayag
- 49
- 5
1
vote
0 answers
Enrollment and verification of fingerprint by different company device
I have successfully integrated two different company fingerprint sdk with my applications . Suppose they are company x and Y .
I can enroll fingerprint by company x sdk and verify fingerprint from their sdk by their device . Similarly I can enroll…

Christopher Marlowe
- 2,098
- 6
- 38
- 68
1
vote
1 answer
Digital Persona SDK verification is slow?
I would like to ask some advice as to how to improve my C# code for Digital Persona SDK verification. I noticed that when I reached 3000 records of blob in the database and put them all together in a DPFP.Template[] template array. It just runs very…

user1582143
- 11
- 2
0
votes
1 answer
How to connect digital persona fingerprint device with an android
I want to connect digital persona fingerprint device with an Android. This means I need the app source code for Android.
Like this app:
https://play.google.com/store/apps/details?id=com.digitalpersona.digitalpersona
import…

Adal Ponal
- 3
- 2
0
votes
0 answers
VueJS Problem with DigitalPersona 4500 SDK import
I bought one digital persona 4500 and I want to know if it works with VueJs project ? If yes, can you let me know a tutorial where I can try to do it ?
I have an error on importing the Fingerprint module with VueJs. I am following this tutorial :…

Dani R
- 1
0
votes
2 answers
How to get serial number in digital persona finger print sdk in c++
I downloaded and run a C++ project for Digital-persona-sdk https://github.com/iamonuwa/Digital-Persona-SDK/ finger print project.That have two projects in after install the sdk. That project only Capture and Verification function only written.Not…
0
votes
0 answers
Maven Repository for digitalpersona fingerprint
Am trying to add fingerprint to my springboot project but i get error Could not resolve com.digitalpersona.fingerprint:fp-enrollment:2.2.0 when resolving dependencies.
Has the repository for com.digitalpersona.fingerprint changed?
Full Errors
* What…

Ippez Robert
- 43
- 9
0
votes
1 answer
"Entry point DPAlInit could not be located in dll" error in Visual Studio
I downloaded and run a C++ project for Digital-persona-sdk finger print. I run the environment in Visual Studio (Windows 10 64-bit). Compilation is done, but when I run the exe, this problem occurs:
Does anyone have an idea for solving this…
0
votes
1 answer
DialogFlow ES - how to get chatbot to perform a "monologue" type message
I'm new to Google's DialogFlow and am using it with Soul Machines to create a digital person. I've been learning it through brute force methods. I want this person to present some content, basically just walking through some information in a…

drymolasses
- 73
- 6
0
votes
0 answers
I am using JavaScript to acquire .png fingerprint image and verifying acquired fingerprint using .NET but it's not working
I am using JavaScript SDK to acquire fingerprints using URU 4500 device and 3.2 Digital Persona SDK. The image is .png and I am sending it to the server in base64.
On the server, the image is converted to bytes and it is given to…

Alamzaib Farooq
- 190
- 2
- 18
0
votes
1 answer
Digital Persona URU 4500 Web API (JavaScript SDK) giving ERR_SSL_VERSION CIPHER MISMATCH
I am trying the web API sample application provided in SDK. SDK version is 3.2. I have installed SDK, Digital Persona Lite Client and driver. When I open web page then it does not show me the device and in the browser console, it shows:
POST…

Alamzaib Farooq
- 190
- 2
- 18
0
votes
1 answer
Use Digital Persona DLL Library in Linux server
I don't have much experience with Linux OS.
I managed to use ctypes in Python to access a function in Digital Persona SDK DLL file using this code:
import ctypes
dpfjDll = ctypes.CDLL("dpfj.dll")
.....
Testing of calling the function worked…

Adel Khayata
- 2,717
- 10
- 28
- 46