--
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 visit https://groups.google.com/a/android.com/d/msgid/camerax-developers/5f419b23-8615-46b8-a03a-be41c607f144n%40android.com.
Hi there,
Thank you for the detailed reports.
We have been investigating this issue on some problematic devices, especially certain Samsung models like the S23 and S22 Ultra. It appears this is likely due to a specific HAL implementation issue on these models that doesn't fully meet Android CCD criteria.
Specifically, the logical camera on these models has different capabilities compared to the underlying physical cameras, particularly concerning reprocessing output resolutions. Because of this, when zooming triggers a switch from one physical camera to another in ZSL mode, it causes a silent crash.
We have recently developed a workaround for this issue, and we expect it to be included in the next CameraX alpha release.
Thanks again for bringing this to our attention and helping us improve CameraX!