Hi team,
I am working with the CameraX API and Camera2Interop to implement a shutter priority mode, where SENSOR_SENSITIVITY (ISO) is set to auto, and SENSOR_EXPOSURE_TIME (shutter speed) is manually configured. I have been using the following code:
This approach works well on devices like Redmi 9 and Poco M6+, where the ISO is correctly determined based on the shutter speed and light conditions. However, I am encountering issues on Samsung S24 and Samsung M31, where the expected behavior does not occur.
Is there a way to achieve this functionality on all devices, or is there a specific configuration required for Samsung models? Does CameraX fully support this functionality across different devices?
Conclusion: I want to implement a shutter priority mode, where the ISO value is automatically determined based on the manually set shutter speed (exposure time). How can I achieve this functionality, and is there a workaround for Samsung devices where the current approach isn't working?
Best Regards,
Henil Chhipani
--
You received this message because you are subscribed to the Google Groups "Android CameraX Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camerax-develop...@android.com.
To view this discussion on the web visit https://groups.google.com/a/android.com/d/msgid/camerax-developers/4fa8ecc9-0c07-47b8-b133-842be203de34n%40android.com.