Is there any way to test android face recognition provided by BiometricPrompt
on an emulator?
I know of the command:
adb -e emu finger touch
but this is only for fingerprint authentication.
Is there any way to test android face recognition provided by BiometricPrompt
on an emulator?
I know of the command:
adb -e emu finger touch
but this is only for fingerprint authentication.
You could connect your webcam to your emulator to test the face recognition. Try following the steps in this post: https://mcmap.net/q/186469/-android-how-to-use-webcam-in-emulator
© 2022 - 2024 — McMap. All rights reserved.