Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Exception class Aborted(6) #97

Closed ArnaudMN closed 4 years ago

ArnaudMN commented 4 years ago

I have a problem with sample FmxAdvancedTestApp, with a Galaxy Tab S2 (android). In Delphi debugger, when I scan ON, I have message : "Project xxx.apk raised exception class Aborted (6).".

If I replace BUFFER_COUNT = 10 => BUFFER_COUNT = 3, it works properly.

Is this a known problem?

Spelt commented 4 years ago

Never heard about it.

Its not a problem the change the buffer count. A buffer of 3 should be good too.

Op 12 apr. 2020 om 10:47 heeft ArnaudMN notifications@github.com het volgende geschreven:

 I have a problem with sample FmxAdvancedTestApp, with a Galaxy Tab S2 (android). In Delphi debugger, when I scan ON, I have message : "Project xxx.apk raised exception class Aborted (6).".

If I replace BUFFER_COUNT = 10 => BUFFER_COUNT = 3, it works properly.

Is this a known problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ArnaudMN commented 4 years ago

ok thank you

SergioMissias commented 2 years ago

Where do I change the BUFFER_COUNT? THANKS

Spelt commented 2 years ago

Thats part of the Advanced Camera Demo which is dropped from the project a few years back due to 'Out of scope' and difficult to maintain. There are alternatives too. You have to go back to v3.9.1. (2020/03/07) of you want to check out the advanced demo.