You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing an issue where the camera view remains black right after starting our application. We put some debugging efforts into that issue and found that this may be caused by an IllegalArgumentException being thrown when calling "BindToLifecycle" in the Android CameraViewHandler class.
Java.Lang.IllegalArgumentException: 'No supported surface combination is found for camera device - Id : 1. May be attempting to bind too many use cases. Existing surfaces: [] New configs: [androidx.camera.core.impl.PreviewConfig@e277356, androidx.camera.core.impl.ImageAnalysisConfig@5d820c4]'
We already tried updating to the most recent package references, so far we have not been successful. Any ideas on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
We are facing an issue where the camera view remains black right after starting our application. We put some debugging efforts into that issue and found that this may be caused by an IllegalArgumentException being thrown when calling "BindToLifecycle" in the Android CameraViewHandler class.
We already tried updating to the most recent package references, so far we have not been successful. Any ideas on how to resolve this issue?
The text was updated successfully, but these errors were encountered: