Posts by Gabriel Machado • 11 points
2 posts
-
0
votes0
answers39
viewsQ: Alertdialog for selecting Numbers
I’m trying to make a Alertdialog or something like that that solves my problem. The point is, I need something similar to the photo, where I can use the numeric value that is selected. Maybe I’m not…
-
1
votes2
answers555
viewsA: Barcodedetector does not detect barcode and camera does not focus (I have already put the permissions in the manifest)
Try to put .setAutoFocusEnabled(true) and .setRequestedFps(15.0f) in the cameraSource. In your case it would look like this: cameraSource = new CameraSource .Builder(this, barcodeDetector)…