setCameraCustomExposure

abstract fun setCameraCustomExposure(duration: Double, iso: Float): Boolean

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.