-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
🐛 create Capture Session By Output Configurations #2777
Comments
Hey - I think this issue has been fixed in VisionCamera 4.0.0. 🥳 Please try V4 and let me know if you still experience this issue;
|
i have updated to v 4.0.1 |
There's nothing I can do without native (adb logcat) logs |
|
Hi, facing same issue. Device: vivo Y55L Logs below.
|
Interesting, so it seems like |
I've been facing the issue on the Pixel 8 Pro. I have tried both That is the issue caught on Sentry:
|
I'm also facing this issue now |
same issue |
Did anyone got the solution for this? I am looking to fix this from last 2 days... |
What's happening?
I'm trying to launch the camera i got this error
{"error": "Camera.onError(unknown/unknown): [unknown/unknown] No virtual method createCaptureSessionByOutputConfigurations(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V in class Landroid/hardware/camera2/CameraDevice; or its super classes (declaration of 'android.hardware.camera2.CameraDevice' appears in /system/framework/framework.jar)"} JSExceptionHandler
It seems like there's an issue with configuring the camera session in an Android application. The error message indicates a NoSuchMethodError related to the method createCaptureSessionByOutputConfigurations in the CameraDevice class.
This error typically occurs when the method being called doesn't exist in the version of the Android framework being used. In this case, it seems that the method createCaptureSessionByOutputConfigurations is not available in the current version of the CameraDevice class.
Reproduceable Code
Relevant log output
Camera Device
Device
Android CT50 V6.0.1 api level 23
VisionCamera Version
3.6.17
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: