android-vision
android-vision copied to clipboard
Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
On my device, face tracking fails with errors: W/DynamiteModule( 1417): Local module descriptor class for com.google.android.gms.vision.dynamite not found. I/DynamiteModule( 1417): Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:801 I/DynamiteModule( 1417):...
Right now the API detects every barcode visible in the camera view. Is it possible to limit the detection area so the detection only reads from a rectangle in the...
When I call cameraSource.stop() onPause and onDestroy, the logcat prompts about skipping n frames and the application may be doing too much work on its main thread. I tried to...
`main (waiting): tid=1 systid=14980 at java.lang.Object.wait(Object.java) at java.lang.Object.wait(Object.java:442) at java.lang.Thread.join(Thread.java:1438) at java.lang.Thread.join(Thread.java:1519) at com.goalwise.newkyc.common.facedetection.CameraSource.stop(CameraSource.java:347) at com.goalwise.newkyc.common.facedetection.CameraSourcePreview.stop(CameraSourcePreview.java:79) at com.goalwise.newkyc.fragments.Fragment.onPause(FaceCaptureFragment.java:305)`
On my device, face tracking fails with errors: same with https://github.com/googlesamples/android-vision/issues/164 do you have any progress? W/DynamiteModule( 1417): Local module descriptor class for com.google.android.gms.vision.dynamite not found. I/DynamiteModule( 1417): Considering local...
How to Solve It because some phone are not able to it
Need full screen camera and the scanning for barcode should be done in between a rectangular square
How to make a middle section of the camera activity bordered and the scanning should be done between that section!!
The regular qrcodes are black with white background. They are working like a charm. But I have here hundred of cards with a white qrcode on a blue background. And...