camerakit-android
camerakit-android copied to clipboard
java.lang.RuntimeException:Unknown camera ID
java.lang.RuntimeException:Unknown camera ID
6 android.hardware.Camera._getCameraInfo(Native Method)
7 android.hardware.Camera.getCameraInfo(Camera.java:240)
8 com.wonderkiln.camerakit.Camera1.frontCameraOnly(Camera1.java:648)
9 com.wonderkiln.camerakit.CameraView.
I also see this showing up in our crash reports. Seems to happen on a variety of devices, with the most common one being Galaxy S7 Edge. (also on the S8, S7, on motorola devices, xiaomi, huawei).
For us, it's happening when we are inflating the view with the property camerakit:ckFacing="front"
. Would be lovely if this could get addressed in an update soonish.
Any updates?