Hi thanks for the reply!
1. What is the phone model ?
I can reproduce on TRT-AL00, i.e. "Huawei Enjoy 7 Plus"
No CameraController in my code. I do have a viewport:
val viewPort: ViewPort = ViewPort.Builder(aspectRatio, viewFinder.display.rotation)
.setScaleType(ViewPort.FILL_CENTER)
.build()
3. Did you set the flash mode to FLASH_MODE_ON or FLASH_MODE_AUTO , and do you shot in the low-light condition ?
There is no code with "flash" keyword, so I guess I use the default value.
Not shot in low-light.