Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Please note: This component is for the CameraX API used in Jetpack. Please DO NOT file Pixel Camera issues here. If you have any Pixel Camera issue, please visit the support website:https://support.google.com/pixelcamera/answer/6306624?hl=en .
Please describe your issue and include details such as the version of CameraX you are using and any relevant logs related to your issue.
// If at all possible, capture an Android logcat (https://developer.android.com/studio/command-line/logcat ) when you're experiencing the issue, preferably while the camera is still active.
CAMERAX VERSION (ex - 1.0.0-alpha07)
CAMERA APPLICATION NAME AND VERSION: (Settings > Apps > (app name) > version)
ANDROID OS BUILD NUMBER: (Settings > About > Build number)
DEVICE NAME: (Nexus 5X, Samsung S6, etc)
DESCRIPTION:
LIST ANY EXPERIMENTAL FEATURES: (As an example - @ExperimentalCamera2Interop)
STEPS TO REPRODUCE: 1. 2. 3.
OBSERVED RESULTS:
EXPECTED RESULTS:
REPRODUCIBILITY: (5 of 5, 1 of 100, etc)
ADDITIONAL INFORMATION:
CODE FRAGMENTS (this will help us troubleshoot your issues): FATAL EXCEPTION: main Process: com.example.camerax_mlkit, PID: 30059 java.lang.IllegalArgumentException: The detector does not exist at com.google.android.gms.common.internal.Preconditions.checkArgument(com.google.android.gms:play-services-basement@@18.1.0:2) at androidx.camera.mlkit.vision.MlKitAnalyzer$Result.checkDetectorExists(MlKitAnalyzer.java:370) at androidx.camera.mlkit.vision.MlKitAnalyzer$Result.getValue(MlKitAnalyzer.java:341) at com.example.camerax_mlkit.MainActivity.startCamera$lambda$2(MainActivity.kt:94) at com.example.camerax_mlkit.MainActivity.$r8$lambda$peg0T4ybPzh3C32ErsNho2TDkBg(Unknown Source:0) at com.example.camerax_mlkit.MainActivity$$ExternalSyntheticLambda1.accept(Unknown Source:6) at androidx.camera.mlkit.vision.MlKitAnalyzer.lambda$detectRecursively$0$androidx-camera-mlkit-vision-MlKitAnalyzer(MlKitAnalyzer.java:215) at androidx.camera.mlkit.vision.MlKitAnalyzer$$ExternalSyntheticLambda0.run(Unknown Source:8) at android.os.Handler.handleCallback(Handler.java:966) at android.os.Handler.dispatchMessage(Handler.java:110) at android.os.Looper.loopOnce(Looper.java:205) at android.os.Looper.loop(Looper.java:293) at android.app.ActivityThread.loopProcess(ActivityThread.java:9986) at android.app.ActivityThread.main(ActivityThread.java:9975) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:586) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1240)