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

Preview brightness issue on Google Nexus 5 (maybe other devices) #320

Closed
mvpotter opened this issue Mar 2, 2015 · 1 comment
Closed

Comments

@mvpotter
Copy link

mvpotter commented Mar 2, 2015

I did not find the source of the issue, however due to changes in "setBestPreviewFPS" method (here 461d15a) camera preview is dark on Google Nexus 5 (5.0.1) device.

Example screenshots (same room and light conditions):

BS-4.6.4
BS-4.6.4

BS-4.7.0
BS-4.7.0

When I rollback the changes - issue dissapears

@srowen
Copy link
Contributor

srowen commented Mar 2, 2015

What that tends to mean is that the driver has a bug. The basic form is:

  1. driver says it supports X, like some preview size
  2. app sets X
  3. driver fails, and all configuration is ignored

As you can see the change has nothing to do with brightness.

However I am also not able to reproduce this on a Nexus 4, 5 or 6 on Android 4.x / 5.x. Try the various device bug workaround settings, and try different brightness settings, in the app's Settings.

@srowen srowen closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants