Top "Google-vision" questions

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

How to capture barcode values using the new Barcode API in Google Play Services?

I've been playing with the sample code from the new Google Barcode API. It overlays a box and the barcode …

android google-play-services google-vision
Google Vision API Samples: Get the CameraSource to Focus

I have checkout out the latest Google Vision APIs from here: https://github.com/googlesamples/android-vision And I am running …

android camera google-play-services google-vision android-vision
Mobile Vision API - concatenate new detector object to continue frame processing

I want to use the new face detection feature that the vision API provides along with additional frame processing in …

android google-vision
How to get complete product information from Bar code display value in android?

I used Google vision Barcode API for scanning the bar code. From that, I can able to get display value …

android barcode barcode-scanner google-vision
Google Vision barcode library not found

I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. …

android google-play-services barcode google-vision android-vision
Preview size for barcode scanner from vision api

I'm using the barcode-reader example from Google's Android Vision API. The preview size doesn't seem to fill up the whole …

java android google-play-services google-vision android-vision
Computer Vision and AR libraries availabe for Android?

I am starting out as an Android Developer, and I would like to know if there are any Computer vision …

android opencv computer-vision augmented-reality google-vision
Why do I get invalid JSON payload when calling google cloud vision API from appcelerator?

I was trying to use Google vision API v1 by Alloy Appcelerator I create a request HTTPClient and call API …

google-api appcelerator appcelerator-titanium google-vision
Android Computer Vision JavaCV OpenCV FastCV comparison

I am working on school project and part of it should be about current situation about computer vision libraries for …

android opencv computer-vision javacv google-vision
Trying to import code from GitHub into Android Studio

I feel incredibly dumb asking this, but I've downloaded the sample code of the Android Mobile Vision API available here: …

android android-studio google-vision android-vision