IntelRealSense / RealSenseID

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

Send authenticated users to a server #142

Closed Papiryk closed 2 years ago

Papiryk commented 2 years ago

Hello,

I am trying to create a text or a CSV file and send it to a server. The file would contain user id of just authenticated users and a timestamp. Is it possible? If so, can you please provide an example? I don't need it to be in a file, I just need to get the users to a web server.

I noticed ExtractFaceprintsForAuth function, but I didn't find an Android wrapper.

Thank you!