Questions tagged [biometrics]

Biometrics is a set of methods related to unique identification of people based on physiological or behavioural traits

Biometric recognition is the process of recognizing a person's identity by analyzing some data derived from their body (physical traits, like fingerprint, iris or face) or behaviour (like gait or, to some extent, voice).

The Wikipedia page on Biometrics has more complete information.

664 questions
12
votes
3 answers

Android crashed after updating androidx biometric to 1.0.0-alpha04

Everything works fine with 'androidx.biometric:biometric:1.0.0-alpha03', however when I build my project with the latest 'androidx.biometric:biometric:1.0.0-alpha04' and call myBiometricPrompt.authenticate(promptInfo) it throws this exception:…
12
votes
1 answer

Customize biometricPrompt

I have problem with customization biometricPrompt in android devices. I use only authorization with fingerprint, but some devices with android 9.0 (for example Samsung Galaxy S10+) for authorization use fingerprint if allowed but the same with…
12
votes
0 answers

Samsung Devices OS 9.0 throw 'android.security.KeyStoreException: Key user not authenticated', when the "Preferred Biometric" is 'Face recognition'

We implemented new android.hardware.biometrics.BiometricPrompt replacing the existing android.hardware.fingerprint. The new Biometrics API works as expected until we have the 'Preferred Biometric' as 'Fingerprint'. When we set the 'Preferred…
Ganga
  • 121
  • 4
12
votes
3 answers

Face recognition authentication in android

Similar to fingerprint authentication for apps, i am trying to implement face recognition authentication in one of my android app. Can anyone guide me on how to achieve the same using any library or anything.
imi
  • 259
  • 1
  • 3
  • 14
11
votes
1 answer

Returning false while connecting bio metric machine using C#

I want to connect bio metric machine using C#. I am using zkemkeeper dll for connecting with machine I have used connect_net method to connect with ip address and port public partial class Form1 : Form { public zkemkeeper.CZKEM machineObj =…
Chitra Nandpal
  • 413
  • 4
  • 24
10
votes
1 answer

FragmentManager is already executing transactions when Executing biometricPrompt?.authenticate(promptInfo) inside a Fragment

If you create biometricPrompt and promptInfo in the activity, it works fine. But I can't manage to make it work inside a fragment. This is inside of a fragment and it gets called inside OnViewCreated. You do the same inside an activity it works…
WinterChilly
  • 1,549
  • 3
  • 21
  • 34
9
votes
4 answers

How to convert fingerprint to unique id to use it for searching in database?

I have fingerprint reader secugen and I have been able to get my application to control the fingerprint device by scanning fingerprints and I have been able to save them to mysql database! After saving the fingerprints to the db, I now want to…
ss.5
  • 147
  • 1
  • 2
  • 9
8
votes
5 answers

Android fingerprint detect new finger added

How to detect if the user add new fingerprint to Android settings after he/she authenticate finger inside my application ? i.e. iOS have something called (evaluatedPolicyDomainState) to detect changes in fingerprint catalog what is the alternative…
Sameer
  • 93
  • 1
  • 1
  • 3
8
votes
0 answers

Integrate MorphoSmart sdk in android

I want to integrate Morphosmart sdk (comes with Safran Morpho device, used for biometric fingerprint scanning in Aadhar) with my android app. Morpho device is connected to android device via a USB cable, when the user give his fingerprint on the…
Mayank1987
  • 129
  • 1
  • 3
8
votes
1 answer

Android Fingerprint Raw Data

Does Android's fingerprint sensor implementation support direct access of raw fingerprint data i.e. the actual pattern on the finger? I don't mean the stored secure fingerprint that is used for unlocking the device and making payments, but just…
Freddy Tuxworth
  • 396
  • 1
  • 4
  • 9
8
votes
2 answers

Android fingerprint API for time attendance app

I would like to build an app which allows employees to scan fingerprint with the support of Android app. Right now most fingerprint API (Touch ID or Android Imprint) only allows login to app. Is there any 3rd party API that allows usage of API to…
TPG
  • 2,811
  • 1
  • 31
  • 52
8
votes
2 answers

Open set face recognition - what score to give to query faces not present in gallery?

Scenario: In closed-set face recognition, if we have 10 people in a Gallery set, then the query images will be from among these 10 people. Each query will thus be assigned to one of the 10 people. In open-set face recognition, query faces may come…
AruniRC
  • 5,070
  • 7
  • 43
  • 73
8
votes
4 answers

face alignment algorithm on images

How can I do a basic face alignment on a 2-dimensional image with the assumption that I have the position/coordinates of the mouth and eyes. Is there any algorithm that I could implement to correct the face alignment on images?
Rory Lester
  • 2,858
  • 11
  • 49
  • 66
7
votes
0 answers

Server side implementation of Biometric Authentication

We have a microservice-based system and currently users are authenticated by keycloack(jwt) and we need to add biometrics login in this existing system. At first, we have designed a biometrics authentication flow as below: Generate Asymmetric Key…
mondyfy
  • 417
  • 4
  • 10
7
votes
2 answers

Biometrics Fingerprint is giving somebody else's information

I have this Biometrics, but it gives me the completely wrong output - the different userid and the verify date at year 2132. What can be causing such wrong information? I couldn't find any similar problem on Internet. Does anyone else have…
Bap mop
  • 320
  • 2
  • 15
1
2
3
44 45