IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
100 stars 58 forks source link

Can you example for extract faceprint for Android? #36

Closed tmq902005 closed 3 years ago

tmq902005 commented 3 years ago

I have seen an example project for Android but don't see the face print extract. Because I want to match it on the external server.

Gilaadb commented 3 years ago

Hello @tmq902005. You are right, the faceprints API was not wrapped for Android in our latest public version, but I believe it will be in the next version we release. For the time being there are no plans to add it to the example Android application, but once the version with the missing wrapper will be released, extracting faceprints in Android should be pretty straight forward.

tmq902005 commented 3 years ago

Thank you, @Gilaadb