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

Set the camera resolution with google vision android

Currently working on a barcode scanner on xamarin android. I am using the google vision API. cameraSource = new CameraSource .Builder(this, barcodeDetector) .SetRequestedPreviewSize(1920, 1080) .Build(); This is the…
Urban
  • 585
  • 2
  • 13
  • 28
0
votes
1 answer

Google Vision API: OCR of non-language text

I'd like to write android application for text recognition in images from camera. However, text to be recognized does not consist of regular words, it's just a sequence of letters, digits, slashes, etc. Is it still possible to use Google Vision API…
BartekM
  • 106
  • 3
  • 8
0
votes
0 answers

Mobile Vision Searching cameraSource detections for items in a list

I am currently trying to write an android app in which a user can blacklist any food ingredients he or she wants to avoid. The user should then be able to scan a label and instantly be told whether or not any blacklisted ingredients are found via…
0
votes
1 answer

How to accurately extract the email and unit number string text from OCR content?

I've used google cloud vision OCR to extract business card email string text from here and used the below regular expression to try to extract but without much good results. Any better suggestions to increase the performance? function…
Vivian
  • 1,071
  • 5
  • 16
  • 29
0
votes
1 answer

Google API Vision - Could not load the default credentials

I am trying to use the google Vision API. I did the following steps: Enabled the Google Vision API Created the service account id Setted the enviorement varialbe 'GOOGLE_APPLICATION_CREDENTIALS' with the json path downloaded the API with…
user880386
  • 2,737
  • 7
  • 33
  • 41
0
votes
1 answer

How to add Google vision dependencies to my .aar?

I am creating an android library (.aar) that is using the Google android vision Gradle dependencies for OCRing. But I am unable to figure out how should I can add the Gradle dependency to the .aar File. I don't want to add Google dependency…
user3572586
0
votes
2 answers

How to find Image contains specif image/Logo

I have image with size of 36*36 it's logo of company .every time my app capture image, I want to find is that logo is available. if its available need to find it coordinates in the image. Guide me in right direction
Rakki s
  • 1,426
  • 1
  • 18
  • 42
0
votes
1 answer

Google Vision FaceTracker shows a black screen

Can someone try Google VisionAPI FaceTracker and see if it works? Here's the official page. All I get when I try running it is a black screen (after fixing one error). I don't get any errors in the logs either.
fraiser
  • 929
  • 12
  • 28
0
votes
0 answers

Dynamic Interactions on a VR Video

We are trying to build a VR app using Unity3D. Basically the objective is when we feed in a VR video. User should be able to gaze at some moving object and get information about that moving object in VR. Manually It can done in Unitym by going…
Tarun
  • 517
  • 4
  • 9
  • 24
0
votes
1 answer

Google Vision API Requests from IP address ... are blocked

I using Google Vision OCR to get text from image with PHP language. When i used in a long time. I get error below: array(1) { ["error"]=> array(4) { ["code"]=> int(403) ["message"]=> string(53) "Requests from IP address ..... are…
0
votes
1 answer

Can not get camera output, face detection android

I am trying face detection and adding mask(graphic overlay) using google vision api ,the problem is i could not get the ouptut from camera after detecting and adding mask.so far I have tried this solution from github ,…
Jack
  • 1,825
  • 3
  • 26
  • 43
0
votes
1 answer

google vision api failed imports in intelliJ

i am using intelliJ IDE and tried https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision/label my pom.xml shows no errors and looks like below:
0
votes
0 answers

Android Qr Code scan automatically

i have implemented qr scan from camera but i have to capture the picture my self , what can i do to process i automatically without capturing it myself and here is my code BarcodeDetector detector = new…
Assem Mahrous
  • 411
  • 3
  • 15
0
votes
1 answer

Does Google's mobile vision support languages other than the English?

I've used Google's vision API to extract text (only English) from any given images in one of my android application. The application fetches every libraries needed, online, only once at the time of installation and then can extract the English text…
Niraj Niroula
  • 2,376
  • 1
  • 17
  • 36
0
votes
1 answer

Google Vision mysterious crash log

Viewing the logcat output of a production app and found this mysterious crash. I have no idea how to comprehend it.
aaa
  • 363
  • 4
  • 15