We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying your demo Android apk on my Android 7 device, the app is completely frozen for some seconds to load a photo.
My hypothesis is that your code resizes the photo and it needs some seconds, blocking the EDT.
The text was updated successfully, but these errors were encountered:
Yes. The source of the demo is here
As it was the demo, I just did it the "default" way. However, this is probably something to look at in CN1 core.
Probably I should be limiting the width of the photo in the Capture.capturePhoto() call to prevent it from taking a high-res photo.
Capture.capturePhoto()
Sorry, something went wrong.
No branches or pull requests
Trying your demo Android apk on my Android 7 device, the app is completely frozen for some seconds to load a photo.
My hypothesis is that your code resizes the photo and it needs some seconds, blocking the EDT.
The text was updated successfully, but these errors were encountered: