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

> Need to implement video capture functionality, Unable to add the dependency for v0.13.4 in Application.

`com.wonderkiln.camerakit.Camera1$8.run (Camera1.java:1057)`

### Is this a bug report? yes ### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)? yes ### Environment Huawei P20 Pro Android 8.1.0 API 27 CameraKit 3.10 ### Steps to Reproduce...

Priority: Low

### Is this a bug report? yes ### Have you read the [Contributing Guidelines](CONTRIBUTING.md)? No ### Environment (Please include the following information along with any other relevant environment details.) CameraKit...

Got the follow exception when starting the camera on Galaxy s6 SM-G925I (cameraKit 0.13.1) ``` 06-19 10:37:15.328 2936-2936/com.charaku.popsical.tv D/RecorderActivity: onEvent: CameraKitError 06-19 10:37:15.328 2936-2936/com.charaku.popsical.tv E/RecorderActivity: setParameters failed java.lang.RuntimeException: setParameters failed...

When using this setup up: ``` CameraKitView.VideoCallback videoCallback = (cameraKitView, videoObject) -> { onVideoCapture.onVideoCapture(videoObject); }; cameraV.captureVideo(videoCallback); cameraV.startVideo(); ``` Calling `cameraKitView.stopVideo();` Does not fire videoCallback listener

### Is this a bug report? Yes ### Steps to Reproduce (Write your steps here:) 1. Open Camera, notice there are two dots for indicate taking photo and taking video;...

### Problem Experiencing a crash on few users with devices below upon capturing an image. This issue is not reproducible on other devices like Samsung and Pixel. If it helps...

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

## The preview direction is not correct, how to set the direction Front camera preview 180 degrees ``` implementation 'com.camerakit:camerakit:1.0.0-beta3.10' implementation 'com.camerakit:jpegkit:0.1.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0' ```