set Camera Custom Exposure
abstract fun setCameraCustomExposure(duration: Double, iso: Float): Boolean
Content copied to clipboard
Set the camera custom exposure value using camera exposure duration and ISO.
Return
True if correct values are provided else False.
Since
3.3.0
Parameters
duration
: the camera exposure duration. Range from min to max of CameraExposureDuration.
iso
: the camera exposure ISO. Range from min to max of CameraExposureISO.