I know that the plugin is no longer maintained, but I dare a question, because It seems to me that this is not directly due to the version of the plugin.
I have QR codes that are perfectly recognized on iOS Simulator, but not always on iPhone device, even with tryHarder param to True.
Strangely enough, the codes generated on Android device are perfectly recognized by iOS and Android devices.
I also tried a reading with the ML Kit Firebase which gives me the same results as your plugin.
Could there be a particular reason for this? Could it be a question of the resolution of the imported image?
Hello Nathanael,
I know that the plugin is no longer maintained, but I dare a question, because It seems to me that this is not directly due to the version of the plugin.
I have QR codes that are perfectly recognized on iOS Simulator, but not always on iPhone device, even with tryHarder param to True. Strangely enough, the codes generated on Android device are perfectly recognized by iOS and Android devices.
I also tried a reading with the ML Kit Firebase which gives me the same results as your plugin.
Could there be a particular reason for this? Could it be a question of the resolution of the imported image?
Could it be the complexity of the QR code?
Mine encode this amount of data:
JE1QQ0csJFVJRDoxNjIzMDQ4MDM1MzU2LCRMOkNhcm5hdGlvbiBtYXRlLCREOlpvbWJpY2lkZSAybmRlIEVkaXRpb24sJEE6UGllcnJlIFBlcnJpY2F1ZGV0LCRGOmthbWVucGFpbnRlciwkSTprYW1lbnBhaW50ZXIsJFI6aHR0cHM6Ly9kcml2ZS5nb29nbGUuY29tL3VjP2lkPTF1dTRvRVpua0lxWlJUOEVCdXRnVG5KdDFaQnVjM2E5TSZleHBvcnQ9ZG93bmxvYWQsJFMwLTI6ODg3JTEsJFMxLTY6ODg1JTErNzYyJTErMTk3MyUxJkdsYWNpcyBkYW5zIGxlcyBvbWJyZXMsJFMyLTc6MzM2JTErNjIlMSsyNDA2JTE6R1JBRCUxMDAsJFMzLTY6NzY1JTErMTk3MyUxJlN1ciBqb3VlcyAgYm91dCBkdSBuZXogIGxldnJlcyAgZXRj
I must point out that the codes not recognized with image import are 100% recognized via the camera on both iOS and Android devices.
I thank you if you have an idea and can help me.