Hi! Thanks for reporting this issue.
The symptom you described is very similar to the previous HDR+ problem mentioned in the other discussion thread. Based on the behavior, this appears to be a device HAL internal implementation issue. Currently, CameraX does not have a direct or good way to handle this on the library side.
As a diagnostic step, you can try setting the NOISE_REDUCTION_MODE_OFF flag via Camera2Interop to confirm whether the issue disappears after changing the setting. Please note that this flag will affect the device's HAL still capture pipeline, so we recommend carefully checking the resulting image quality to determine whether you want to adopt it as a workaround.
If you do choose to use it, you may want to periodically verify and remove the workaround if a newly released ROM build resolves the underlying issue.