BlinkID / blinkid-ui-android

Customizable UI library that includes camera management, scanning screen, and document selection module.
34 stars 10 forks source link

Scan result face image is null #44

Closed laoluani closed 5 years ago

laoluani commented 5 years ago

Hi,

I've imported the library as suggested in the readme, however in the RecognitionResult object returned the faceImage is always null. I've tested this on a UK Driving license and Passport as well as an Irish Passport.

It looks like in the setup method of the BaseRecognition object therecognizer.setReturnFaceImage(true) is not called.

Thanks

matvidako commented 5 years ago

Hi,

currently, BlinkID-UI will use just Mrtd recognizer for scanning most passports and Mrtd recognizer doesn't support face image. This will change in the next release when we'll introduce new Passport recognizer that will support face image.

UK driving licence uses EUDL recognizer which does support face image, are you sure that you've set the correct document when scanning UK driving licence?

laoluani commented 5 years ago

Thanks for the reply.

Do you know when I can expect the next release?

I've previously had issue's scanning my driving license so this may be an unrelated issue.

matvidako commented 5 years ago

We don't know the exact date yet but it will most likely be in the next 2 or 3 weeks.

laoluani commented 5 years ago

Awesome, Thanks for your help!

matvidako commented 5 years ago

Hi,

we've just released a new version that uses passport recognizer.

laoluani commented 5 years ago

Awesome thanks for the update.

Is there plans to publish the blinkId-Ui library on a maven repository?

matvidako commented 5 years ago

Hi,

next release will be available through jitpack. Until then, you can try using snapshot build, like this: https://jitpack.io/#BlinkID/blinkid-ui-android/jitpack_beta-SNAPSHOT