You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have pulled a fork, but decided it was more better to just post a link here.
DelphiZXingQRCode isn't threaded by itself. I created a threaded component that wraps DelphiZXingQRCode inside a thread. You can control the thread speed via ThreadSleep in milliseconds (default is 40). Drop the number to 0 for the quickest results. Yes, in this version you can control the ErrorCorrectionLevel, thanks to the gosanefr pull request update. All the latest updates from the pull requests are in this version.
The OnGenerate* procedures are synchronized, so you should be safe to use them anywhere in your application.
You can check out the sample.pas for the code, but it's best you create a FMX multi device application and then look at the code to help you build your application. I'll update it later with a visual project, cause my Delphi 11 was buggin out like crazy. Delphi doesn't give you updates unless you pay for them. So the 11.2 updates aren't free because my subscription ran out.
I would have pulled a fork, but decided it was more better to just post a link here.
DelphiZXingQRCode isn't threaded by itself. I created a threaded component that wraps DelphiZXingQRCode inside a thread. You can control the thread speed via ThreadSleep in milliseconds (default is 40). Drop the number to 0 for the quickest results. Yes, in this version you can control the ErrorCorrectionLevel, thanks to the gosanefr pull request update. All the latest updates from the pull requests are in this version.
The OnGenerate* procedures are synchronized, so you should be safe to use them anywhere in your application.
You can check out the sample.pas for the code, but it's best you create a FMX multi device application and then look at the code to help you build your application. I'll update it later with a visual project, cause my Delphi 11 was buggin out like crazy. Delphi doesn't give you updates unless you pay for them. So the 11.2 updates aren't free because my subscription ran out.
https://github.com/War3Evo/gtDelphi/tree/develop/gtDelphiZXingQRCode
The text was updated successfully, but these errors were encountered: