iOS-Depth-Sampler icon indicating copy to clipboard operation
iOS-Depth-Sampler copied to clipboard

Can ARKit distinguish real world face from picture face?

Open malhobayyeb opened this issue 4 years ago • 2 comments

I am using the ARKit to detect face with depthData.

However, I am not able to distinguish whether this face is a real world person or a picture placed in front of the device camera.

malhobayyeb avatar Jun 07 '20 11:06 malhobayyeb

using depthData it should be trivial to see the difference. A picture is a flat object, while a real face is not.

wolterlw avatar Aug 25 '20 03:08 wolterlw

Hey, I'm also trying to implement this feature. How can we check using the depth data if it is a real face or from a picture face?

csarigumba avatar Jul 04 '22 12:07 csarigumba