Skip to content
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 5 is not available. Ignore physical camera status change #282

Open
ambumpai opened this issue Apr 5, 2023 · 0 comments
Open

Camera 5 is not available. Ignore physical camera status change #282

ambumpai opened this issue Apr 5, 2023 · 0 comments

Comments

@ambumpai
Copy link

ambumpai commented Apr 5, 2023

Getting below error, when i try to launch application in Android 13 device, i'm adding more logs for your reference. Thanks

Logs

2023-04-05 12:48:25.230 18574-20643/comte.mapboxsampleapp E/MapboxTelemetry: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mapbox/android/core/MapboxSdkInfoForUserAgentGenerator;2023-04-05 12:48:25.237 18574-20556/com.example.mapboxsampleapp E/CameraManagerGlobal: Camera 5 is not available. Ignore physical camera status change2023-04-05 12:48:25.238 18574-20556/com.example.mapboxsampleapp E/CameraManagerGlobal: Camera 6 is not available. Ignore physical camera status change2023-04-05 12:48:25.246 18574-20655/com.example.mapboxsampleapp E/libc++abi: terminating with uncaught exception of type jni::PendingJavaException2023-04-05 12:48:25.247 18574-20655/com.example.mapboxsampleapp A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 20655 (Thread-9), pid 18574 (mapboxsampleapp)2023-04-05 12:48:25.316 18574-20675/com.example.mapboxsampleapp E/RenderScript: Failed loading RS driver: dlopen failed: library "libRSDriver_mtk.so" not found2023-04-05 12:48:25.316 18574-20675/com.example.mapboxsampleapp E/RenderScript: Failed to load runtime libRSDriver_mtk.so, loading default2023-04-05 12:48:25.585 18574-18574/com.example.mapboxsampleapp E/AndroidRuntime: FATAL EXCEPTION: mainProcess: com.example.mapboxsampleapp, PID: 18574java.lang.NoSuchFieldError: no "I" field "ordinal" in class "Lcom/mapbox/vision/ar/core/models/ManeuverType;" or its superclassesat com.mapbox.vision.ar.core.NativeArManager.setRoute(Native Method)at com.mapbox.vision.ar.VisionArManager.setRoute(VisionArManager.kt:77)at com.example.mapboxsampleapp.ArNavigationActivity.onResume(ArNavigationActivity.kt:120)at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1550)at android.app.Activity.performResume(Activity.java:8540)at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5043)at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5104)at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:60)at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2466)at android.os.Handler.dispatchMessage(Handler.java:106)at android.os.Looper.loopOnce(Looper.java:240)at android.os.Looper.loop(Looper.java:351)at android.app.ActivityThread.main(ActivityThread.java:8381)at java.lang.reflect.Method.invoke(Native Method)at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)at com.an

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant