Nosakhare Belvi

Results 20 comments of Nosakhare Belvi

@oumardiarra confirm if the issue has been resolved.

@Kowsalya15 this issue has been fixed now. Meanwhile, you can always call `refresh()` to refresh the screen.

@mudassirzulfiqar do you still experience this after the latest release ?

@jpabanil you support specific barcode format with: ```java barcodeCapture.setBarcodeFormat(Barcode.EAN_8|Barcode.GEO); ``` There are other available options you can explore (from the Barcode class) ```java public static final int ALL_FORMATS = 0;...

@radsen kindly post the snippet used and possibly screenshot.

@the-cybersapien ,kindly send a pull request.

@the-cybersapien sure, your contribution is highly welcomed

kindly explain what you mean by SINGLE_AUTO. If it is what i think , the snippet below should be able to help. ```java barcodeCapture.setSupportMultipleScan(false); barcodeCapture.setTouchAsCallback(false); ``` This will allow a...

@sankalp123 this seems to be an issue from the mobile vision library itself. I have submitted an issue and following up for a fix. Also see https://github.com/googlesamples/android-vision/issues/136 for further references....

I would upload a sample to the source so you can see how it was implemented and prolly do something similar