Posts
Members
Info
can't take photo
when i used camerakit to take photo, error happen. log:camera1:Unable, waiting for picture to be taken
0
Camera Preview is getting stretched
I used com.wonderkiln:camerakit:0.13.4 for Video Recording. but camera preview is getting stretched.
1
How can I solve this problem
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader ...... couldn't find "libyuvOperator.so" at java.lang.Runtime.loadLibrary0(Runtime.java:989) at java.lang.System.loadLibrary(System.java:1533) …
0
Hello, anyone can help me to add camerakit library as an import?
The reason I wanna do like that I would like to edit camera settings, like white balance, shutter speed, and exposure compensation.
1
How to record a video? v0.13.4/0.13.5
I've just started using the CameraKit and I've managed to launch it in a fragment and start video capture, but the created file is empty. I have issues with the documentation as well ... when I open https://camerakit.io/docs?v=0.13.4 There are methods in the docs that are not…
0
Bug: CameraKit take no Photos when app is closed and reopened
There are problems, when closing the app and open it again. No pictures will be taken then.
1
Do I need storage permission?
I've tried very hard to follow your guide and read your implementation, but I can't for the life of me, get it to save the picture to storage. What seems even stranger, is that I've once a few month ago, gotten it all to work-ish. Aspect ratio still doesn't work. Which makes me…
0
Any way to pause camera preview?
Trying to implement CameraKit into my app, just wanted to know if there's a way to pause or stop the camera preview? What I wanted to do was to pause the preview when the user presses the capture image button.
2