0

I want to create an app where user first input his face and iPhone will capture that. Later, when the user again input his face iPhone will tell if its same real person or not. I also want to differentiate between 2D fake images and real human face? Can I do that with ARKit iPhone X or is there any-other way to do so? I am able to detect the face but don't know how to filter 2D fake images and real face and how to match.

Can I scan face through iPhone X and save the 3D image somewhere and then later on check and match again with that same 3D image using iPhone X?

Help would be much appreciated!

SameeHsn
  • 27
  • 10
  • There is no api that provides direct access to the true depth camera. – Paulw11 Aug 08 '18 at 08:19
  • I just checked. I can use ARKit to do that. But I don't know how do I first scan image and save it and then match it again. Any idea on that? – SameeHsn Aug 08 '18 at 08:23
  • I doubt that the data from `ARFaceGeometry` will be sufficient to recognise a specific individual, although I guess you could try. – Paulw11 Aug 08 '18 at 08:31

1 Answers1

0

Is it important to take a picture about the user's face, or faceID is enough?

Because you can use FaceID (or TouchID) in your app with TJBioAuthenticaiton

Dris
  • 881
  • 8
  • 19