Top "Android-vision" questions

The vision package (com.

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
Google Mobile Vision library not downloading

I am trying to implement the Google Mobile Vision TextRecogniser API into my app, to read text off a given …

android ocr android-vision text-recognition
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
Google Mobile Vision Text API Example

I am currently writing code that should be able to view a picture of text and then extract the text …

android android-vision text-recognition
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
Scanning QR code using Android's Mobile Vision API

I followed this tutorial on how to build an Android app that can scan QR codes. Here's the full code. …

java android qr-code android-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
Zbar vs zxing vs Google barcode api

I'm developing android application for qr code scanner , I tried both Google android barcode API and zxing , but still confused …

android zxing android-vision
Limit Detection Area in Vision API

It seems I've found myself in the deep weeds of the Google Vision API for barcode scanning. Perhaps my mind …

android google-vision android-vision
How to detect eye blink using Google vision API in android ?

i'm using the vision API for face detection, now i want to implement eye blink but still vision api detect …

android google-play-services google-vision android-vision