Hi again,
After digging a little into the code, I already got the AE_Exposure_OFF from this sub : setAutoExposureMode ("OFF")
I can also disable the Auto Focus from this sub : setFocusMode("OFF")
Still missing how to set the manual focus distance, the manual speed, the sensor sensitivity and the lens aperture...
And seems that I am stuck for the available apertures... Only one in the Float list
android.lens.info.availableApertures: [1.7] --> [F
so will have to play with exposure time :
android.sensor.info.exposureTimeRange: [22000, 100000000] --> android.util.Range
and ISO values :
android.sensor.info.sensitivityRange: [64, 1600] --> android.util.Range
BTW
@Erel : you made a great job with this class and lib. Thanks