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

How i could achieve the slow motion capturing video??

Hi, I want to use CameraKit with Video Capture but I didn't found Document. I added activity_camera.xml. Can I do taking a video like photo ? ``` ``` ``` import...

Hi, I have been using v1.0.0-beta3.11. I am troubling with how to pause/resume when capture image. I'd like you to give any solution. Regards.

### Environment Redmi 3S 6.0.1 关闭相机后 又迅速打开。 ### Actual Behavior java.lang.IllegalStateException: CameraDevice was already closed at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:1997) at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureRequest(CameraDeviceImpl.java:623) at com.camerakit.api.camera2.a.k(Camera2.kt:193) at com.camerakit.api.camera2.a.a(Camera2.kt:152) at com.camerakit.api.f.a(ManagedCameraApi.kt:51) at com.camerakit.CameraPreview$capturePhoto$1$1.a(CameraPreview.kt:158) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.b(ContinuationImpl.kt:32) at...

HI, I am using this library its very awesome but i want this feature while recording video need to add fast, slow features like youtube did. Again Thank you so...

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

There is a major Native memory leak bug on all releases including the latest one. Can anyone give me a solution.

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

I am using camerakit for custom camera of our application and make default flip camera by > app:ckDoubleTapToToggleFacing="true" and then i am trying to disable camera flip at pragmatically on...