2
I imagine it’s some parameter in Camera.getParameters(), but I’m not sure what to look for. I’ll try one by one, but if anyone knows what it is it’ll save me a lot of time.
2
I imagine it’s some parameter in Camera.getParameters(), but I’m not sure what to look for. I’ll try one by one, but if anyone knows what it is it’ll save me a lot of time.
1
Using these camera parameters:
setWhiteBalance() The value that this method receives can be found in getWhiteBalance ()
setExposureCompensation() The value that method receives must be a valid value between getMinExposureCompensation() (inclusive) and getMaxExposureCompensation() (inclusive). Zero means that exposure should not be adjusted.
Browser other questions tagged android android-camera
You are not signed in. Login or sign up in order to post.
Can you tell if there is a formula to organize the parameters as if they were a scale? Why
WhiteBalance
is the typestring
.– Christian Beregula
I don’t understand, a scale?
– Ricardo
A* scale. Create a parameter as seen when opening the Camera’s native application. In it there is a brightness parameter that varies from 1 to 9. Something to simulate this.
– Christian Beregula
Look, I think there you create a class that gives a number to each string... Displays the number and makes the spot to call Whitebalance...
– Ricardo