Android Camera Settings - Change Exposure Programatically
I'm writing an android app which just displays camera preview. I also change some camera settings like exposure as below: Camera.Parameters params = mCamera.getParameters(); params
Solution 1:
The above code was actually working fine.
I tried looking into some open source camera apps and found out that they were also increasing the brightness along with the exposure.
Post a Comment for "Android Camera Settings - Change Exposure Programatically"