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!