CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.36k stars 878 forks source link

Sometime camera does not start, it opens on a dark black view, as if the camera is blocked #599

Open NehalBakr opened 4 years ago

NehalBakr commented 4 years ago

Is this a bug report?

Camera usually works fine, but sometimes I open the camera kit component from my app, I find it opening on a dark black screen, I cannot capture a photo, check the attached screenshot Screenshot_20200108-134658

Have you read the Contributing Guidelines?

(Write your answer here.)

Environment

(Please include the following information along with any other relevant environment details.)

CameraKit Version:

Android Device:

Android Version:

Steps to Reproduce

(Write your steps here:)

1. 2. 3.

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Add screenshots!)

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

(Include your CameraKit setup and usage.)

bakonMa commented 4 years ago

+1

Ikechukwu-Ezugworie commented 4 years ago

Yes please this is happening to me, what's the solution

bakonMa commented 4 years ago

implementation 'com.camerakit:camerakit:1.0.0-beta3.10' not 1.0.0-beta3.11

TigranSarkisian commented 4 years ago

@bakonMa yes, thanks, works ok on 1.0.0-beta3.10 black screen on 1.0.0-beta3.11

BAndersonMatjik commented 4 years ago

@bakonMa yeah thanks, it works

husw commented 3 years ago

implementation 'com.camerakit:camerakit:1.0.0-beta3.10' not 1.0.0-beta3.11

确实,使用1.0.0-beta3.10 可以解决此问题。

PDymala commented 3 years ago

3.10 instead od 3.11.

Best advice ever.