IntelRealSense / RealSenseID

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

Enroll user with picture #86

Closed luca18 closed 3 years ago

luca18 commented 3 years ago

Would it be possible to configure the SDK or modify the source code so that the camera can enroll a person just with a picture of the given person? Right now, when I try to enroll myself with a picture of myself, it says Face Not Detected or Spoofing.

alexossa1 commented 3 years ago

I think is not possible, the F455 uses the depth camera to extract the face features to compare with the data base

3dsf commented 3 years ago

I'm not with Intel, but I don't think that is in the plan. What makes this device special is the biometric security features.

That being said, there is nothing stopping you from triggering a realsenseID enrollment action based on face recognition using a different library.

On Fri., Jun. 11, 2021, 10:22 a.m. luca18, @.***> wrote:

Would it be possible to configure the SDK or modify the source code so that the camera can enroll a person just with a picture of the given person? Right now, when I try to enroll myself with a picture of myself, it says Face Not Detected or Spoofing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IntelRealSense/RealSenseID/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTZOGEN7MAYSXJBORYIVHTTSIZ3HANCNFSM46RB3PFQ .

alexk1976 commented 3 years ago

Hello guys, The feature is part of our plan and already in development You will be able to enroll using .png image

3dsf commented 3 years ago

@alexk1976 Interesting, I assumed it could not done since there was not a conversion mechanism between different models. https://github.com/IntelRealSense/RealSenseID/issues/77

Does a match with the png trigger an enrolment action, or will the submission of the png be the enrolment action?

luca18 commented 3 years ago

@alexk1976 Do you have a timeline for this feature? What would be the approximate release date?

alexk1976 commented 3 years ago

I assume it's be ready end of next week. The feature will enable you to send us png image for enrollment only. Authentication still will require real camera only as before and no plan to enable to authenticate using png images.

RealSenseSupport commented 3 years ago

@luca18 You can try EnrollImage API in RSID v0.21.0 https://github.com/IntelRealSense/RealSenseID/releases/tag/v.21.0

gabime commented 3 years ago

Supported since version 0.21.0.