Markus Fisch

Results 444 comments of Markus Fisch

Well, I think this is probably really more an issue for [ZXing C++](https://github.com/zxing-cpp/zxing-cpp). And it might me related to https://github.com/markusfisch/BinaryEye/issues/324. In more detail, I think the thresholding algorithm ZXing C++...

Hm, yes, this is confusing indeed 😬 Currently, "Ignore duplicates" applies only to the history database (if it is enabled). When "Scan continuously" is active, the previously scanned code is...

Thanks for filing an issue about this! Unfortunately, I cannot reproduce this on my own devices πŸ€” Does this sample work for you? Do you have a sample you can...

Unfortunately there is no documentation at the moment, and this is a feature I don't use myself 😬 Bluetooth functionality was added with https://github.com/markusfisch/BinaryEye/pull/363 by @KamaleiZestri, who may be able...

I've been keeping an eye on that for some time πŸ˜‰ Unfortunately, their Android implementation is closed source and there's no documentation how to use the library on Android, which...

The reason for this is that Binary Eye can only encode text, unfortunately. Decoding binary content is fully supported - but not encoding it, embarrassingly πŸ˜‰ But I'll add this...

Hm, this is strange πŸ€” Thanks for filing an issue! πŸ‘ Curiously it works on my Pixel 7 Pro with Android 13, which is the only device with Android 13...

Interesting! Thanks for testing this! πŸ‘ I increased the duration to 250 ms for the next release (in 6a63bc4e061b3b9fbe157a835435fd652dac1469), which is hopefully enough (500 ms is quite a bit long...

Ah, okay πŸ˜‰ So it's not the duration πŸ™ˆ

Yes, in theory, but only different barcode types (for example a QR Code and an EAN13, but not two QR Codes). ZXing C++ supports reading multiple (different) barcodes (one of...