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
Camera app does not open. Error: onActivityResult: ImagePicker Error: Camera app not found
ImagePicker.with(mainActivity) .cameraOnly() .crop(245f, 150f) .maxResultSize(1500, 918) .compress(200) .saveDir(imageFolderPath) .start(IMAGE_RESULT)
Android 11
One Plus 7 Pro
Gradle
1.8 targetSdkVersion 30
Gallery picker works great - just the camera won't open at all.
The text was updated successfully, but these errors were encountered:
Duplicate of #162
Sorry, something went wrong.
No branches or pull requests
Summary
Camera app does not open.
Error: onActivityResult: ImagePicker Error: Camera app not found
Code to reproduce
ImagePicker.with(mainActivity)
.cameraOnly()
.crop(245f, 150f)
.maxResultSize(1500, 918)
.compress(200)
.saveDir(imageFolderPath)
.start(IMAGE_RESULT)
Android version
Android 11
Impacted devices
One Plus 7 Pro
Installation method
Gradle
SDK version
1.8
targetSdkVersion 30
Other information
Gallery picker works great - just the camera won't open at all.
The text was updated successfully, but these errors were encountered: