camerakit-android icon indicating copy to clipboard operation
camerakit-android copied to clipboard

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.

Results 111 camerakit-android issues
Sort by recently updated
recently updated
newest added

java.lang.RuntimeException:Unknown camera ID -- 6 android.hardware.Camera._getCameraInfo(Native Method) 7 android.hardware.Camera.getCameraInfo(Camera.java:240) 8 com.wonderkiln.camerakit.Camera1.frontCameraOnly(Camera1.java:648) 9 com.wonderkiln.camerakit.CameraView.(CameraView.java:140) 10 com.wonderkiln.camerakit.CameraView.(CameraView.java:99) 11 java.lang.reflect.Constructor.newInstance0(Native Method) 12 java.lang.reflect.Constructor.newInstance(Constructor.java:430) 13 android.view.LayoutInflater.createView(LayoutInflater.java:645) 14 android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:787) 15 android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727) 16 android.view.LayoutInflater.rInflate(LayoutInflater.java:858) 17 android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)...

After updating my project with new version(1.0.0-beta3.10 and 3.9) of camerakit and migrating to kotlin 1.3.11 for and coroutines 1.0.0 rapid calling for the image capture callback is being lost....

My app is opening activity with com.camerakit.CameraKitView. Activity opens without user actions and start to show viewfinder. This is working fine with older than Android 10 (SDK 29), but is...

### Is this a bug report? (Yes) ### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)? (Yes) ### Environment Android Motorola one power ### Steps to Reproduce (Write your steps here:) 1....

### Is this a bug report? ``` android.hardware.camera2.CameraManager.getCameraCharacteristics CameraManager.java:184 com.camerakit.api.camera2.ext.CameraManagerKt.getCameraId CameraManagerKt.java:17 com.camerakit.api.camera2.Camera2.open Camera2.java:48 com.camerakit.api.ManagedCameraApi.open ManagedCameraApi.java:12 com.camerakit.CameraPreview.openCamera CameraPreview.java:234 com.camerakit.CameraPreview$start$1$1.invokeSuspend CameraPreview.java:118 kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith BaseContinuationImpl.java:33 kotlinx.coroutines.DispatchedTask.run DispatchedTask.java:241 kotlinx.coroutines.EventLoopImplBase.processNextEvent EventLoopImplBase.java:270 kotlinx.coroutines.BlockingCoroutine.joinBlocking BlockingCoroutine.java:79 kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking BuildersKt__BuildersKt.java:54 kotlinx.coroutines.BuildersKt.runBlocking...

### Environment: DEBUG CameraKit Version: Android Device: Samsung a10 Android Version: 10 ### Steps to Reproduce 1. Open the camera and close normally with onBack Press 2. Open Second-time camera...

Many devices display camera preview screen blacked. I think it might be a problem with autoexposure. The device have partial support of Camera2 API and are not legacy completely.

Priority: Critical
Affects Company: Expensify

Not getting output as matching CameraView bounds. I need the output as preview shows; would please help me? I'm setting cameraview aspect ratio 1:1 in constraint layout; and my cameraview...

### Is this a bug report? yes (write your answer here) ### Have you read the [Contributing Guidelines](CONTRIBUTING.md)? (Write your answer here.) ### Environment (Please include the following information along...

### Bug Hi, We are planning to use CameraKit in one of our applications. We have some initial R&D, the camera switch is not working. Kindly can anyone give us...