You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Folks,
how the field 'missing' is supposed to be used in the Enrollment interface?
osia/src/doc/yaml/enrollment.yaml
Line 683 in 6d2a420
Example - right index is missing:
Do you need to send
BiometricData
structure withbiometricType=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 sendbiometricType=FINGER
biometricSubtype=UNKNOWN
image=null
missing=[{RIGHT_INDEX, AMPUTATED}]
Not really clear.
Petr
The text was updated successfully, but these errors were encountered: