IntelRealSense / RealSenseID

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

Construct a faceprints object from a db file. C++ api #103

Closed maloleg closed 3 years ago

maloleg commented 3 years ago

I'm trying to figure out how can i use jpg image to do authentication using c++ API. So far i have realized that i cannot do it via uploading .db file to f450 using c++, only c# . So i think using host mode is the decision, but i have no idea how i can construct Faceprints object with .db file which contains smth like this ([{"userId": "user1","filename": "user1.png"}]).