android-vision
android-vision copied to clipboard
Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
In ocrgraphic.java class when you are changing the contains method, There you are calling rect.contns(x,y) but it should be rect.contains..
I'm trying to change the visibility on CameraSourcePreview and a black screen appears for about 3-4 seconds when View.GONE is called. Appreciate any leads on this. I have tried Samsung...
We're using Mobile Vision'OCR reader in our app and we've came across a problem: in some cases, the libocr.so library is not downloaded or downloaded after a couple of seconds...
Preview Generated using CameraSource always seems to look very dark when Front camera is used. This can be experienced with GooglyEyes Test app too. Test Phone used: Pixel XL.
update libraries dependencies
Hi there, When GS1-128 barcode is scanned, google vision scanner api is not removing "]C1" from the beginning of the scanned barcode. For example, if I scan ABC12345 with GS1-Code128,...
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 these QR...
"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x72ce1c48 self=0x7d92c5fe00 | sysTid=22882 nice=-10 cgrp=default sched=0/0 handle=0x7e187c69a8 | state=S schedstat=( 7026193089 1921918410 10340 ) utm=500 stm=202 core=0 HZ=100 | stack=0x7fe2d7b000-0x7fe2d7d000...
How come [Android.Gms.Vision.Tracker](https://developers.google.com/android/reference/com/google/android/gms/vision/Tracker) class is not generic? Is this a binding limitation?