RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 405 forks source link

Add antibanding parameter #154

Closed simone-gasparini closed 6 years ago

simone-gasparini commented 6 years ago

There is a way to manually define antibanding parameter? In some cases the taken photo will present black lines due to "improper" illumination.

Camera parameter documented here: [https://developer.android.com/reference/android/hardware/Camera.Parameters.html#getAntibanding()](https://developer.android.com/reference/android/hardware/Camera.Parameters.html#getAntibanding())

Diolor commented 6 years ago

Hey! I also see a setter, so yes you can do it. If you implement it, feel free to make a PR!

simone-gasparini commented 6 years ago

Closed with #158