-
Notifications
You must be signed in to change notification settings - Fork 97
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
Class 'OCRFrameProcessorPlugin' is not abstract and does not implement abstract base class member #26
Comments
I am also facing same issue, any updates? |
@aarongrider @vishva-simform @DeveloperMCD |
Getting the Same error, Pls solve the issue @aarongrider |
Same here |
me too! Any updates or suggestions about how to solve? |
I am also unable to compile vsion-camera-ocr with react-native vision-camera v3. Is there any solution? Following is the error that I am getting: e: /Users/qamartahir/mobile/RepoStag11/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/OCRFrameProcessorPlugin.kt: (18, 1): Class 'OCRFrameProcessorPlugin' is not abstract and does not implement abstract base class member public abstract fun callback(p0: Frame, p1: (Mutable)Map<String!, Any!>?): Any? defined in com.mrousavy.camera.frameprocessor.FrameProcessorPlugin |
Same here |
@qamarcloud I got same issue any update? |
I'm getting a build error with the latest vision-camera-ocr
RN-Vision-Camera 3.0.0-rc5
React Native 0.72.4
FULL DETAILS of the build failure, including information about my build environment:
https://scans.gradle.com/s/ygeaopffvyqfs
e: /home/matthew/dev/stackbayapp/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/OCRFrameProcessorPlugin.kt: (18, 1): Class 'OCRFrameProcessorPlugin' is not abstract and does not implement abstract base class member public abstract fun callback(p0: Frame, p1: ReadableNativeMap?): Any? defined in com.mrousavy.camera.frameprocessor.FrameProcessorPlugin
e: /home/matthew/dev/stackbayapp/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/OCRFrameProcessorPlugin.kt: (18, 53): Too many arguments for public constructor FrameProcessorPlugin() defined in com.mrousavy.camera.frameprocessor.FrameProcessorPlugin
e: /home/matthew/dev/stackbayapp/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/OCRFrameProcessorPlugin.kt: (99, 5): 'callback' overrides nothing
e: /home/matthew/dev/stackbayapp/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/VisionCameraOcrPackage.kt: (12, 30): Unresolved reference: register
FAILURE: Build failed with an exception.
Execution failed for task ':vision-camera-ocr:compileDebugKotlin'.
The text was updated successfully, but these errors were encountered: