Skip to content
New issue

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

Unable to use images from camera #892

Open
andrea-nisco opened this issue Mar 30, 2023 · 3 comments
Open

Unable to use images from camera #892

andrea-nisco opened this issue Mar 30, 2023 · 3 comments

Comments

@andrea-nisco
Copy link

I have read that I should use https://github.com/CanHub/Android-Image-Cropper but it is only available in Kotlin and I need it in Java.
I have also read that there is actually a sample of this in Java thanks to #875, but in reality, there is no trace of this anywhere. So is it possible to use this library in Java or not? If true, is there a real working link ?

@chenlize96
Copy link

@andrea-nisco Did you figure out it? I have the same problem.

@andrea-nisco
Copy link
Author

@andrea-nisco Did you figure out it? I have the same problem.

Yes, the issue is impossible to solve, but you can take te picture normally, save the uri of the image and crop it programmatically. That's how I solved it.

@chenlize96
Copy link

@andrea-nisco Did you figure out it? I have the same problem.

Yes, the issue is impossible to solve, but you can take te picture normally, save the uri of the image and crop it programmatically. That's how I solved it.

I succeeded in solving this issue. Here is the reference link:
https://stackoverflow.com/questions/74814279/how-to-use-canhub-image-cropper-latest-version-on-java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants