'How to set SENSOR_SENSITIVITY(Camera2) to Android CameraX

I want set camera sensor sensitivity (i.e. ISO) with CameraX, but cannot find any information about this. In Android Camera2, this can be done by set(CaptureRequest.SENSOR_SENSITIVITY, 1600)

What is equal function in CameraX?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source