camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

Multiple samples showing the best practices in camera APIs on Android.

Results 189 camera-samples issues
Sort by recently updated
recently updated
newest added

Please follow the following instructions before filing a bug: 1. Github issues under this project are only for **sample**-related issues. If you have modified the sample code in any way,...

Please follow the following instructions before filing a bug: 1. Github issues under this project are only for **sample**-related issues. If you have modified the sample code in any way,...

Trying to build Camera2Basic sample, Freshly installed Android Studio Android Studio Narwhal | 2025.1.1 Build #AI-251.25410.109.2511.13665796, built on June 18, 2025 Runtime version: 21.0.6+-13391695-b895.109 x86_64 VM: OpenJDK 64-Bit Server VM...

mobile:Huawei nova8/mate30 ![Image](https://github.com/user-attachments/assets/3bbf2f54-e1a1-4748-a234-00a66b30bb8b)

CameraActivity causes a memory leak when using CameraX with Jetpack Compose. LeakCanary reports that the ProcessCameraProvider retains a reference to the destroyed CameraActivity through the LifecycleCameraProviderImpl and its internal lifecycleCameraKeys...

Component: CameraX (AndroidX Library) Description: We're experiencing a CameraUnavailableException in production on multiple HMD Global (Nokia) devices running Android 11. The error occurs during ProcessCameraProvider.getInstance(context) — the log shows: `Caused...

So I noticed a strange bug on Android: when you have an activity with a camera preview and a Quick Settings button (which either does something unrelated to the camera...