Markus Fisch
Markus Fisch
Hm, very strange, indeed 🤔 I will look into it...
Well, you could use the scanner in bulk mode (just check the menu item "Scan continuously" from the overflow menu, the three dots, in the top right) and then export...
Thanks for the suggestion 👍 I made a few quick tests with this and I think it would probably be best to make this an optional setting.
As I wrote [here](https://github.com/markusfisch/BinaryEye/issues/213#issuecomment-901415527), I generally don't see what problem this would solve 😉 You simply make the request and either it's successful or it fails. For almost all requests,...
I _think_ you can make Google Forms accept HTTP requests, but I'm not an expert on Google Forms or Sheets. But there's probably a lot info on that on Google...
Well, yes, it sure is possible. But I would think you would want to use the [Google Sheets API](https://developers.google.com/sheets/api/reference/rest) if you want to put the scanned code in a Google...
Well, this is interesting: I was able to successfully scan the sample from the web site you mentioned, but it's recognized as Code 128 - not Code 39 🤔 Then,...
Good question. All the samples are failing for me too. My first guess is there's something wrong with ZXing because Binary Eye just gives an image to ZXing. On the...
Well, finally found out that ZXing (in version 3.3.3, the last version we can use for Android apps that should run below Android 7.0 Nougat, see [here](https://github.com/zxing/zxing/issues/1170)) can only read...
Unfortunately, yes, doing an extra pass would slow down scanning. Especially on low end devices. So I rather wouldn't do it by default.