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

fixed a small typo for a comment in CameraFragment

java.lang.IllegalStateException: Surface was requested when the Recorder had encountered error androidx.camera.video.internal.encoder.InvalidConfigException: Encoder cannot created: null at com.google.android.libraries.i.e.run(PG:2) at androidx.camera.video.Recorder.onSurfaceRequested(Recorder.java:414) at com.google.android.libraries.i.s.run(PG:4) at java.lang.Thread.run(Thread.java:764) at androidx.camera.video.VideoCapture.createPipeline(VideoCapture.java:388) at androidx.camera.video.VideoCapture.resetPipeline(VideoCapture.java:435) at androidx.camera.video.VideoCapture.lambda$createPipeline$0$VideoCapture(VideoCapture.java:403) at...

Updated projects to build with Android Studio Chipmunk Patch 1. Also migrated `buildscript` to `plugins` block; Jetifier disabled. The `HdrViewfinder` RS example will be obsolete with Gradle 8.0 Commit [b269dc1](https://github.com/android/camera-samples/pull/489/commits/b269dc18c3d313d1de7f0e2734e71059611a8d3a)...

java.lang.IllegalArgumentException: No supported surface combination is found for camera device - Id : 0 and Hardware level: 2. May be the specified resolution is too large and not supported. Existing...

- use androidx library for HdrViewFinder - remove jcenter() from CameraXTFlit - use view binding for the repo. - remove the deprecated immersive setting. - replace postDelayed with more reliable...

Hi I'm using camera x version 1.1.0-rc01, the issue has been persistent since beta versions of this release. I can record easy without any issues on default camera state, but...

Gradle is outdated on most of the sample apps and they cannot be built on JDK 11 or 17.

When reporting the issue latest WindowManager available is `androidx.window:window:1.0.0`

Hello. I have crash while pressing rec button. **My steps to reproduce:** 1. Build and install camera2video app on a device 2. Choose any resolution(i have checked few of them,...