Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of 'missing' fingerprint in Biometricdata #78

Open
petr-sturc-thales opened this issue Apr 9, 2024 · 0 comments
Open

Usage of 'missing' fingerprint in Biometricdata #78

petr-sturc-thales opened this issue Apr 9, 2024 · 0 comments

Comments

@petr-sturc-thales
Copy link

Folks,

how the field 'missing' is supposed to be used in the Enrollment interface?

Example - right index is missing:
Do you need to send BiometricData structure with
biometricType=FINGER
biometricSubtype=RIGHT_INDEX
image=null
missing=[{RIGHT_INDEX, AMPUTATED}]
In such case the biometricSubtype is duplicated!?

Or the idea is that all missing fingers are attached to a dummy biometricSubtype? missing is an array, which suggest this possibility. So maybe we have to send
biometricType=FINGER
biometricSubtype=UNKNOWN
image=null
missing=[{RIGHT_INDEX, AMPUTATED}]

Not really clear.

Petr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant