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

Front Camera Issue (Not Capturing) #3

Closed
shivam2702 opened this issue Apr 24, 2017 · 9 comments
Closed

Front Camera Issue (Not Capturing) #3

shivam2702 opened this issue Apr 24, 2017 · 9 comments
Assignees
Labels
Milestone

Comments

@shivam2702
Copy link

In some devices i faced an issue that its not capturing the Photo by the front camera.

Ex: One Plus 2 etc...

Sorry for no logs as its not showing any.

@dmitry-zaitsev dmitry-zaitsev added this to the 0.1.0 milestone Apr 24, 2017
@Diolor
Copy link
Member

Diolor commented Apr 24, 2017

Hi @shivam2702, was it API 21+ ?
Also did any of the following was the case: rotate the activity, had another take request before, or low light?

@shivam2702
Copy link
Author

API Level was 23 (Android M)
No everything was fine best light first request and portrait.

@dmitry-zaitsev dmitry-zaitsev self-assigned this Apr 24, 2017
@dmitry-zaitsev
Copy link
Member

We are able to reproduce the issue. Fix will come soon.

@Diolor
Copy link
Member

Diolor commented May 1, 2017

This issue is now fixed 👍

@Diolor Diolor closed this as completed May 1, 2017
@shivam2702
Copy link
Author

Thanks 🥇 you are awesome....

@dmitry-zaitsev
Copy link
Member

Still an issue for Samsung S7 Edge. Did not try on Moto G3 yet.

@dmitry-zaitsev dmitry-zaitsev reopened this May 9, 2017
@Diolor
Copy link
Member

Diolor commented May 9, 2017

Default FA configuration in sample app? Sorry cannot reproduce in my 6P

@dmitry-zaitsev
Copy link
Member

dmitry-zaitsev commented May 9, 2017

@Diolor issue is in ImageCaptureAction#getPhoto - for some reason countDownLatch is never actually counted down. I suspect that it might be because image becomes available before listener is registered and therefore onImageAvailable is not called.

I will try to fix the issue.

@dmitry-zaitsev dmitry-zaitsev self-assigned this May 9, 2017
@dmitry-zaitsev
Copy link
Member

Fixed now.

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

No branches or pull requests

3 participants