-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camera no showing it is giving me blank #15
Comments
let's follow this guide to config for Android: https://github.com/waterbustech/flutter-webrtc-plus?tab=readme-ov-file#android. I think lack of config for beauty filters. |
thanks for the reply but new issue surface again: e: file:///Users/user/StudioProjects/konnect/android/app/src/main/kotlin/com/example/konnect/FlutterViewEngine.kt:9:8 Unresolved reference: cl and this was added to my gradle
// coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' |
import cl.puntito.simple_pip_mode.PipCallbackHelper this is the one package it was unable to install |
please i need your help |
E/CameraCaptureSession(24322): android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): cancelRequest:641: Camera 1: Error clearing streaming request: Function not implemented (-38)
E/CameraCaptureSession(24322): at android.hardware.camera2.CameraManager.throwAsPublicException(CameraManager.java:1414)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.ICameraDeviceUserWrapper.cancelRequest(ICameraDeviceUserWrapper.java:99)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1341)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:579)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.CameraCaptureSessionImpl$2.onDisconnected(CameraCaptureSessionImpl.java:790)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.CameraDeviceImpl$7.run(CameraDeviceImpl.java:267)
E/CameraCaptureSession(24322): at android.os.Handler.handleCallback(Handler.java:942)
E/CameraCaptureSession(24322): at android.os.Handler.dispatchMessage(Handler.java:99)
E/CameraCaptureSession(24322): at android.os.Looper.loopOnce(Looper.java:201)
E/CameraCaptureSession(24322): at android.os.Looper.loop(Looper.java:288)
E/CameraCaptureSession(24322): at android.os.HandlerThread.run(HandlerThread.java:67)
E/CameraCaptureSession(24322): Caused by: android.os.ServiceSpecificException: cancelRequest:641: Camera 1: Error clearing streaming request: Function not implemented (-38) (code 10)
E/CameraCaptureSession(24322): at android.os.Parcel.createExceptionOrNull(Parcel.java:3035)
E/CameraCaptureSession(24322): at android.os.Parcel.createException(Parcel.java:3005)
E/CameraCaptureSession(24322): at android.os.Parcel.readException(Parcel.java:2988)
E/CameraCaptureSession(24322): at android.os.Parcel.readException(Parcel.java:2930)
E/CameraCaptureSession(24322): at android.hardware.camera2.ICameraDeviceUser$Stub$Proxy.cancelRequest(ICameraDeviceUser.java:648)
E/CameraCaptureSession(24322): at android.hardware.camera2.impl.ICameraDeviceUserWrapper.cancelRequest(ICameraDeviceUserWrapper.java:97)
E/CameraCaptureSession(24322): ... 9 more
I/org.webrtc.Logging(24322): Camera2Session: Stop internal
I/org.webrtc.Logging(24322): SurfaceTextureHelper: stopListening()
I/org.webrtc.Logging(24322): Camera2Session: Stop done
D/FlutterWebRTCPlugin(24322): CameraEventsHandler.onCameraDisconnected
I/org.webrtc.Logging(24322): CameraCapturer: Stop capture
I/org.webrtc.Logging(24322): CameraCapturer: Stop capture: Nulling session
I/org.webrtc.Logging(24322): CameraCapturer: Stop capture done
I/org.webrtc.Logging(24322): Camera2Session: Camera device closed.
D/FlutterWebRTCPlugin(24322): CameraEventsHandler.onFirstFrameAvailable
I/org.webrtc.Logging(24322): Camera2Session: Stop camera2 session on camera 1
I/org.webrtc.Logging(24322): Camera2Session: Camera opened.
D/FlutterWebRTCPlugin(24322): onIceCandidate
D/FlutterWebRTCPlugin(24322): onIceCandidate
I/org.webrtc.Logging(24322): Camera2Session: Camera capture session configured.
I/org.webrtc.Logging(24322): Camera2Session: Stabilization not available.
I/org.webrtc.Logging(24322): Camera2Session: Auto-focus is not available.
I/org.webrtc.Logging(24322): Camera2Session: Camera device successfully started.
I/org.webrtc.Logging(24322): CameraCapturer: Create session done. Switch state: IDLE
I/org.webrtc.Logging(24322): SurfaceTextureHelper: Setting listener to org.webrtc.Camera2Session$CaptureSessionCallback$$ExternalSyntheticLambda0@6bebed
The text was updated successfully, but these errors were encountered: