android-vision
android-vision copied to clipboard
Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
I am trying to integrate android webrtc with Face detection to use one camera but find no common ground between both of them as webrtc is using "org.webrtc.VideoSource" and facedetection...
I get this error: java.lang.RuntimeException: Fail to connect to camera service at android.hardware.Camera.(Camera.java:641) at android.hardware.Camera.open(Camera.java:479) at com.google.android.gms.vision.CameraSource.zzchq
https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#0 I do step by step But my phone no response Only camera no draw the box and text.
My app is asking for the permission to access camera, but after that the screen is black. I have followed each step https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#6 as it is. but still I don't...
How can customize the textSize to fill as much space as the actual text does on screen (OCR)?
Hello; First thank you so much for this brilliant library :+1: Well my issue is when I want try detect MRZ text gives me a wrong result .. is there...
I am trying to run OCR after user takes the image in my app, i have converted image from JPG to NV21 but i get the following error: E/DynamiteModule: Failed...
The code still uses a deprecated intent. What is the new alternative to check if there is space to download the library?
Sometimes while camera preview is open, Barcode Api detects non barcode items as barcode and returns random barcode number( detects barcode by itself without seeing any barcode image). If you...