Device android SS A13 - Android 13
we have a issue "No Vaild camera found"
Pls help me check, I can not open camera
But we test cameraX or cameraView application can open camera
I think we issue
private val mCameraList: ArrayList<CameraInfo> by lazy {
CameraInfo.getValidCameras(
mCameraManager,
)
}
Device android SS A13 - Android 13 we have a issue "No Vaild camera found" Pls help me check, I can not open camera But we test cameraX or cameraView application can open camera I think we issue