BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
438 stars 153 forks source link

No virtual method areCameraPixelsLandscapeLeft()Z in class Lcom/microblink/view/BaseCameraView; #246

Closed Dhiraj-kumar-kumawat closed 1 year ago

Dhiraj-kumar-kumawat commented 3 years ago

BlinkID version:5.10.0

Description

Capture

I have implemented the below dependencies and found the same BaseCameraView class in multiple dependencies.

implementation('com.microblink:blinkid:5.10.0@aar') { transitive = true }

implementation project(':LibBlinkReceiptCamera')
implementation project(':LibBlinkReceiptCore')
implementation project(':LibBlinkReceiptRecognizer')

Error

I want to implement both License scanner and Receipt Scanner but I got an error when I click on scan receipt. I got this error(No virtual method areCameraPixelsLandscapeLeft()Z in class Lcom/microblink/view/BaseCameraView;). So please suggest to me what is the solution to this problem. Thanks.

anjapenic commented 3 years ago

Hello @Dhiraj-kumar-kumawat,

It is currently not possible to combine both BlinkID and BlinkReceipt in one app. We are aware of the issue and are working towards making it possible in BlinkID v6 which is scheduled for release this summer.

We will make sure to reach out when it's released.

Best regards, Anja

krizaa commented 1 year ago

This issue was closed because it has been inactive for such a long time. If the issue persists, please open a new one.