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

onActivityResult: ImagePicker Error: Camera app not found #197

Closed
denite opened this issue May 3, 2021 · 1 comment
Closed

onActivityResult: ImagePicker Error: Camera app not found #197

denite opened this issue May 3, 2021 · 1 comment

Comments

@denite
Copy link

denite commented May 3, 2021

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.

@Dhaval2404
Copy link
Owner

Duplicate of #162

@Dhaval2404 Dhaval2404 marked this as a duplicate of #162 May 15, 2021
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