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.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.csrcb.ummp-1/base.apk"],nativeLibraryDirectories=[/data/user/0/com.csrcb.ummp/app_plugins_lib, /data/app/com.csrcb.ummp-1/lib/arm, /system/fake-libs, /data/app/com.csrcb.ummp-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib, /system/vendor/lib, /product/lib]]] couldn't find "libyuvOperator.so" at java.lang.Runtime.loadLibrary0(Runtime.java:989) at java.lang.System.loadLibrary(System.java:1533) at com.wonderkiln.camerakit.JpegTransformer.(JpegTransformer.java:44) at com.wonderkiln.camerakit.PostProcessor.getJpeg(PostProcessor.java:36) at com.wonderkiln.camerakit.CameraView$4.imageCaptured(CameraView.java:470) at com.wonderkiln.camerakit.Camera1$5.onPictureTaken(Camera1.java:429) at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1185) at android.os.Handler.dispatchMessage(Handler.java:105)...

### Is this a bug report? Yes Getting crash randomly when foreground/background activity containing CameraView. ### Have you read the [Contributing Guidelines](CONTRIBUTING.md)? I get a 406 when trying to read...

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

Camera Preview Rotation Issue: When Rotating from Landscape to Reverse Landscape preview is not correct and it rotated to 180 degree, while when rotating Portrait ->LandScape->Reverse Portrait->Reverse LandScape or vice-versa...

### Crash Log `Fatal Exception: java.lang.RuntimeException: Error during updateTexImage (see logcat for details) at android.graphics.SurfaceTexture.nativeUpdateTexImage(SurfaceTexture.java) at android.graphics.SurfaceTexture.updateTexImage + 243(SurfaceTexture.java:243) at com.camerakit.preview.CameraSurfaceTexture.updateTexImage + 31(CameraSurfaceTexture.java:31) at com.camerakit.preview.CameraSurfaceView.onDrawFrame + 60(CameraSurfaceView.java:60) at android.opengl.GLSurfaceView$GLThread.guardedRun +...

In Note 5 when i capture picture from front cam then it shows a thin layer of back camera view on right corner of image.

Set aspect ratio of video in preview and resulting file. Official maintainer ticket: @emersoncloud

Type: Enhancement

I want to make motion detection app, in this it is reading the streams, and compare them together, if the 2 streams after each other are different then there is...

### Is this a bug report? yes ### Have you read the [Contributing Guidelines](CONTRIBUTING.md)? yes ### Environment CameraKit Version: 0.13.4 Android Device: Samsung SM-G925F Android Version: Android 7.0 API 24...