nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

Failed to open the camera #125

Closed Sayed-Shalan closed 1 year ago

Sayed-Shalan commented 4 years ago

For version 1.4.3 . when click camera icon it said "Failed to open the camera". Android 10 Huawei

sonalirawat commented 4 years ago

For version 1.4.3. I am facing the same issue on every device on clicking the camera button

rakeshr-anvd commented 3 years ago

Version 1.4.3 shows "Failed to open camera" on Android version 7,8 and 10

24Lathiya commented 3 years ago

I am also facing same problem. just let me know i any have idea to fix it.

sonalirawat commented 3 years ago

no Idea, Just change the library. Use another library for camera and gallery images

On Thu, Oct 15, 2020 at 12:01 PM 24Lathiya notifications@github.com wrote:

I am also facing same problem. just let me know i any have idea to fix it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nguyenhoanglam/ImagePicker/issues/125#issuecomment-708930384, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGGG4ZL2KP5PUCA2YGLKJILSK2JLBANCNFSM4OMVCW4Q .

Aisalkyn commented 3 years ago

Still did not fixed this bug?

MahmoudAbunaji commented 3 years ago

Same issue any solution ?

sasij commented 3 years ago

I had the same problem on Android 11 and it was fixed adding this snipped to my AndroidManifest. Add it inside the manifest tag.

<queries>
  <intent>
    <action android:name="android.media.action.IMAGE_CAPTURE" />
  </intent>
</queries>
nguyenhoanglam commented 2 years ago

Hi guys! I've just released v1.5.0 with some bug fixes. Please check it out!