Ralf Kistner

Results 157 comments of Ralf Kistner

@artofbeinghuman It's very rare to see a device not implement the camera 1 API. Migrating to the camera2 API would be for the improved API capabilities, not for device compatibility....

Need steps to reproduce the issue - a stack trace is not enough on its own.

The `com.google.zxing.client.android.scan` Intent is not used by this library - that Intent launches the [Barcode Scanner](https://play.google.com/store/apps/details?id=com.google.zxing.client.android) app, and will only work if it's installed. Make sure you use this library...

This is expected - decodeContinuous will call the method every time it detects a barcode. You need to implement your own filtering of the results. For example, you can add...

Version 3.2.0 is four years old by now - try upgrading to the latest version, and see if you still have the same issue.

Unfortunately your logs don't contain enough info to debug this. If you have a small piece of code directly demonstrating an issue in the library, we can help to debug....

I'm not aware of any code that affects this, although it's not impossible. Will you please test if this still happens with the [3.x branch](https://github.com/journeyapps/zxing-android-embedded/tree/3.x)?

There is nothing in this library that touches the device configuration or locale. My best guess is that it must be something else in the app that is causing this....

This is not currently possible without modifying the library source code.