android-vision Questions

1

We have developed a library that among other things, uses Android Mobile Vision API in order to detect user's face. The following problem occurs only on Lenovo Tab E7 and Billow X703. private voi...
Berg asked 22/5, 2019 at 16:7

7

Solved

I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. But when I run my app I get this: I/Vision﹕ Supported ABIS: [armeabi-v7a, armeabi] D/V...

6

I am trying to implement the Google Mobile Vision TextRecogniser API into my app, to read text off a given Image. When I try to use the feature, I get this error: W/DynamiteModule: Local module de...
Lift asked 6/3, 2017 at 14:51

1

The application throws this error Error Loading module com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0 wh...

3

Solved

I saw that in android vision api (the sample is here: https://github.com/googlesamples/android-vision) camera (camera1) is now deprecated and the recommend is to use camera2. Do you guys have any ...
Premillennialism asked 1/6, 2016 at 4:24

2

I am trying to make a camera app that detects faces using the Google mobile vision API with a custom camera instance, NOT the same "CameraSource" in the Google API as I am also processing the frame...
Foxworth asked 14/2, 2017 at 11:37

3

I would like to install the android-vision portion of google play services on devices that are not allowed to have a google account signed in. Traditionally, the android-vision library is downloade...

0

The similar question has been asked here: Add 2D or 3D Face Filters like MSQRD/SnapChat Using Google Vision API for iOS. However, it has not been answered yet. Essentially, my work assignment is t...
Cointon asked 24/5, 2018 at 17:47

4

I followed this tutorial on how to build an Android app that can scan QR codes. Here's the full code. I added the Google Play services using grade like so compile 'com.google.android.gms:play-serv...
Extend asked 29/10, 2015 at 17:57

2

Solved

Does the Google Mobile Vision (https://developers.google.com/vision/) API work offline? Or does it need Internet connectivity? The sample app does not require any Internet permission. Which means t...
Shirashirah asked 27/11, 2016 at 19:18

1

I am using the FaceTracker sample from the Android vision API. However, I am experiencing difficulty in recording videos while the overlays are drawn on them. One way is to store bitmaps as image...

3

Solved

I need to use WebRTC for android to send specific cropped(face) video to the videoChannel. I was able manipulate Camera1Session class of WebRTC to get the face cropped. Right now I am setting it to...
Hanahanae asked 17/7, 2017 at 23:37

1

Solved

I have the standard com.google.android.gms.vision.Tracker example successfully running on my android device and now i need to postprocess the image to find the iris of the current face which has be...
Massimiliano asked 3/6, 2016 at 20:55

1

Solved

I have integrated google vision in my project as shown in below post: http://code.tutsplus.com/tutorials/reading-qr-codes-using-the-mobile-vision-api--cms-24680 Everything looks fine except the ca...
Matted asked 1/7, 2016 at 14:14

2

Solved

I am implementing the example given in google-vision face tracker. MyFaceDetector class: public class MyFaceDetector extends Detector<Face> { private Detector<Face> mDelegate; MyFac...
Overture asked 26/4, 2017 at 11:21

1

I am using mobile vision API for scanning barcode. I am using TextureView to render camera on it. I read this github thread https://github.com/googlesamples/android-vision/issues/15 it seems mobile...
Suppurative asked 1/4, 2017 at 16:28

2

Solved

I am trying to get frame image to process while using new Android face detection mobile vision api. So I have created Custom Detector to get Frame and tried to call getBitmap() method but it is nu...
Brumfield asked 5/9, 2015 at 10:49

2

I'm using the barcode-reader example from Google's Android Vision API. The preview size doesn't seem to fill up the whole space available (I'm using a Nexus 4 and there is a white unused space to t...
Shielashield asked 7/10, 2015 at 18:28

2

Solved

I'm trying to disable multiple Barcode detection at time. How to disable MultiProcessor using Google Vision API, I couldn't find any solution from official site here I have downloaded sample from ...
Conflict asked 8/2, 2017 at 11:58

2

Solved

I'm trying to write a basic ocr android app using Google's Mobile Vision API, but I'm having difficulty actually getting the app to recognize text in a static image. I've looked through the codelab...
Crossing asked 23/10, 2016 at 6:4

2

I use com.google.android.gms.vision.barcode.BarcodeDetector in order to read QR codes. The problem is these codes carry raw binary data; no phone numbers, no URLs, no geopoints... I cannot change t...
Shulem asked 24/11, 2016 at 14:52

1

I was trying to use Android-vision api's for barcode scanning . Although barcode/QRcode scanning works , but to bring barcode/QRcode in focus you need to move your whole mobile back and forth. Ther...
Dagley asked 7/9, 2015 at 11:19

1

Solved

I am currently writing code that should be able to view a picture of text and then extract the text from the picture for android based devices. I did some research online and found that Google prov...
Recoverable asked 7/7, 2016 at 20:5

0

I'm feeling that this Question is already solved many times, but I cannot figure it out. I was basically following this little Tutorial about mobile vision and completed it. After that I tried to d...
Hoagy asked 14/9, 2016 at 6:49

1

As google vision api text detection previews full screen to scan text. I want a small rectangle for text detection and display the recognized text below in a textbox
Angularity asked 11/9, 2016 at 18:42

© 2022 - 2024 — McMap. All rights reserved.