CameraView
CameraView copied to clipboard
📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processi...
The videpSnapCapture works with overlay record, but not work for videoCapture (high quality mode) I have to workaround by blend the overlay again after record - but it is quite...
I added a watermark with a translucent background to the camera page. The color of the preview page looks normal, but after the photo is taken, the color displayed in...
Hi, With CameraView 2.7.2, when I create a video snapshot, I thought I would be getting an I-Frame every second (This is the setting in the Cameraview code with the...
### Describe the bug Got CameraException on Google Pixel 6, when tap screen to auto-focus 4 to 6 times. - CameraView version: *v2.7.2* - Camera engine used: *camera2* (just test...
SizeSelector width = SizeSelectors.minWidth(Utility.WIDTH); SizeSelector height = SizeSelectors.minHeight(Utility.HEIGHT); SizeSelector dimensions = SizeSelectors.and(width, height); // Matches sizes bigger than width X height SizeSelector ratio = SizeSelectors.aspectRatio(AspectRatio.of(1, 2), 0); // Matches 1:2...
For existing photos, I hope to add the filters and watermarks of this project. In fact, it is just that the image data source is migrated from the camera to...
### Device / Android version: *Pixel 7, API 34* ### Logs FATAL EXCEPTION: VideoEncoder java.lang.IllegalStateException: writeSampleData returned an error at android.media.MediaMuxer.nativeWriteSampleData(Native Method) at android.media.MediaMuxer.writeSampleData(MediaMuxer.java:723) at com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine$Controller.write(MediaEncoderEngine.java:362) at com.otaliastudios.cameraview.video.encoding.MediaEncoder.onWriteOutput(MediaEncoder.java:502) at com.otaliastudios.cameraview.video.encoding.VideoMediaEncoder.onWriteOutput(VideoMediaEncoder.java:126)...
### Problem to be addressed A clear and concise description of what the problem is. ### Describe the solution you'd like A clear and concise description of what you want...
### How do I? I'm running the demo app and I found several Exif data items are missing when taking picture snapshot . Here I added the info I got...
Attempt to invoke virtual method 'void com.otaliastudios.cameraview.internal.e.e(com.otaliastudios.cameraview.filter.b)' on a null object reference - com.otaliastudios.cameraview.picture.SnapshotGlPictureRecorder.void onRendererFilterChanged(com.otaliastudios.cameraview.filter.Filter)(SnapshotGlPictureRecorder.java:122) - com.otaliastudios.cameraview.picture.SnapshotGlPictureRecorder$1.void onRendererFilterChanged(com.otaliastudios.cameraview.filter.Filter)(SnapshotGlPictureRecorder.java:90) - com.otaliastudios.cameraview.preview.GlCameraPreview$2.void run()(GlCameraPreview.java:303) - android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1534) - android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1294)