Questions tagged [google-vision]

The Google Mobile Vision API for Android provides a framework for finding objects in photos and video.

The Google Mobile Vision API for Android provides a framework for finding objects in photos and video.

Note that issues related to the Google Cloud Vision API should use the tag "google-cloud-vision" rather than this tag.

Learn more about the Google Mobile Vision API through the Google Mobile Vision documentation and Google Mobile Vision sample apps.

720 questions
0
votes
1 answer

How to process Google Vision API one by one and not in a block?

I got a problem when using the Google Vision API. I'm looping the process, to analyze several pictures, but when I print the results, all is coming in a block after 5 minutes of process, but I wanted to know if it's possible to start the program and…
Kapuchon
  • 124
  • 2
  • 13
0
votes
1 answer

Google Play service error- IllegalStateException

I'm trying to use the Google mobile vision API but when I start to use it I have the error: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 9877000 but found 6587000. …
0
votes
0 answers

Read a number plate using Google Mobile Vision Api

I'm currently using Google Mobile Vision API in my Android application. I need to validate a number plate of a car in real time. Currently my app scans and reads all text that is displayed but I want it to read only the number plate. How can I…
RAM
  • 119
  • 1
  • 14
0
votes
0 answers

How to use Google Mobile Vision in China?

I'm an Android developer and trying to implement Google Mobile Vision on Android device. However Google Mobile Vision depend on Google Play Service and it cannot be installed on most Chinese' mobile phone. Is there any solution? Thanks!
YIMENG
  • 1
0
votes
1 answer

'Any' is not convertible to 'AVCaptureDevice' error translating Objective C to Swift

I'm rebuilding the Google Mobile Vision "Googly Eyes" demo in Swift 3. I figured almost all of it out, but I'm stuck on translating a function from Objective C to Swift. The Objective C function in the demo view controller is: -…
tylerSF
  • 1,479
  • 2
  • 16
  • 25
0
votes
0 answers

Google Vision: Drawing mask on Face with animations

I am using google vision library for face detection. Face detection is perfect and I get all the info like vertices, angles like eulerY, eulerZ. I want to draw mask on face, drawing is ok but the face mask is not following the face position as it…
0
votes
1 answer

Google vision detector limited capacity

I process QR codes with google-vision api, locally (my test device is galaxy s4). Why can I recognise only two, perhaps three at most at a time (during one frame), given more clearly visible in the viewport? Is it because my device allows only so…
Antek
  • 721
  • 1
  • 4
  • 27
0
votes
1 answer

Divide google-vision frame into two

In my custom detector I want to divide image from frame into halves, to process them separately. This is what I got so far in my custom Detector: val imageArray = frame?.grayscaleImageData?.array() val upperImageBuffer = ByteBuffer …
Antek
  • 721
  • 1
  • 4
  • 27
0
votes
1 answer

ClassNotFound GoogleApiAvailability when proguard is used

I am creating an android aar in which I am using google's vision API. To check if Play Services are available or not I have added check using GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(context). For excluding this from…
Anuja Kothekar
  • 2,537
  • 2
  • 15
  • 28
0
votes
2 answers

How Scalable is the Google Vision API?

I have an IOS app where users can upload images. I want to run all these images through Google's Vision API. Could someone please let me know how realistic this idea is? Let's say that I want to run 1000 images through their API. How much would this…
James Dorfman
  • 1,740
  • 6
  • 18
  • 36
0
votes
1 answer

StatusCode.UNAUTHENTICATED when running Vision API demo in Python/Flask running in Docker

I've followed the instructions the Google Client Libraries page for the Vision API to get started with the Vision API in Python (I'm running 2.7). Since my code is running in Docker (a Flask app), I've followed the instructions in the following…
Greg Gascon
  • 303
  • 1
  • 5
  • 9
0
votes
1 answer

Unable to Scan Barcodes using Mobile Vision

I've tried to detect these types of barcodes with no dice, I also tried it with the https://github.com/googlesamples/android-vision which also couldn't detect the barcode. Curious why only these types of barcodes are so hard to detect, and if…
mvbrenes
  • 517
  • 5
  • 9
0
votes
1 answer

Can i give aspect ratio in Google Vision api?

I was exploring google vision and in the specific function 'detectCrops', gives me the crop hints. what does this means exactly? I tried hitting the api with a sample image and got a response of an array with four coordinates. what does this…
Akash Dathan
  • 4,348
  • 2
  • 24
  • 45
0
votes
0 answers

DuplicateFileException: Duplicate files copied in APK project.properties

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK project.properties …
john
  • 1
0
votes
0 answers

Add the same data to the list, with scan QR Code google vison

I use to scan Qr Code Google Vison but I have a little problem. When scan QR Code It automatically saves me several objects the same. How do if you scan QR Code read one data. For example: my class Employee model object Employee public class…
Ewelina
  • 69
  • 1
  • 10