views:

281

answers:

1

Would anyone know where to control the ISO setting for the camera from in the Android SDK ? It should be possible as the native camera application on the HTC Desire has ISO settings.

+1  A: 

Forgive my ignorance, but how is this different from "exposure compensation" set via setExposureCompensation()? Wikipedia has some of the conversion formulas you might find useful.

Charles Merriam
I am not entirely sure if the exposure setting would achieve the same results with the iso setting, it could be possible.However the desire is running 2.1 and the setExposureCompensation is available to API level 8 which is 2.2So there must be another way in 2.1 to do it.Thanks for your answer
ee3509