IntelRealSense / RealSenseID

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

Authenticate in host mode (python) #118

Closed Monica2511 closed 3 years ago

Monica2511 commented 3 years ago

Hi, I want to use device in host mode with python. I know f455 can extract faceprints data and store in host but how to extract faceprints data with python and create db file. Pls give me solution for this, many thanks.

gabime commented 3 years ago

Hi

Please take a look at the host_mode.py sample. It demonstrates extracting and storing the faceprints to memory using python. To save to real DB, you can serialize the faceprints object in any way you see fit as long as all its members are preserved :


adaptive_descriptor_nomask
adaptive_descriptor_withmask
enroll_descriptor
features_type
flags
reserved
version