IntelRealSense / RealSenseID

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

PNG Enrollment in Host Mode #90

Open jvettese opened 3 years ago

jvettese commented 3 years ago

Will it be possible to enroll a user with a PNG image when in host mode? It does not look like it is possible in Release 0.21.0

alexk1976 commented 3 years ago

Yes, in next release. For now you can enroll in device mode and then export database to host. Once database is exported to a file you can use it in host mode

jvettese commented 3 years ago

@alexk1976 Do you have a timeline on the release that will support image enrollment in host mode?

alexk1976 commented 3 years ago

not the current but in the following release expected in 2 weeks.

RealSenseSupport commented 2 years ago

EnrollImage in Host mode is released in v0.25.0. https://github.com/IntelRealSense/RealSenseID/blob/master/include/RealSenseID/FaceAuthenticator.h#L131 one more thing, the image should be bgr24 format.