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'm trying to implement a scan window where the app must ignore QR codes not inside it.
I was able to map them in the screen coordinates using the pre-defined resolution values.
The problem is, when you specify the camera resolution, it will use the nearest supported resolution which makes the app behavior very unpredictable.
The workaround I did is to load the image returned just to get the width and the height. It is close, but not perfect. Plus, it added more unnecessary processes and memory allocation.
The text was updated successfully, but these errors were encountered:
I'm trying to implement a scan window where the app must ignore QR codes not inside it.
I was able to map them in the screen coordinates using the pre-defined resolution values.
The problem is, when you specify the camera resolution, it will use the nearest supported resolution which makes the app behavior very unpredictable.
The workaround I did is to load the image returned just to get the width and the height. It is close, but not perfect. Plus, it added more unnecessary processes and memory allocation.
The text was updated successfully, but these errors were encountered: