Hello. I am trying to create a face recognition login feature for my application.
Currently, my app works this way:
- Click camera icon to open camera.
- Take a photo and send that photo to the Face API for face detection and to find a similar face.
Is there a way to make face detection live and have the app auto-capture a photo when a face is detected? Just so the user does not have to manually take a picture and check if a face has been detected.