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...
### Problem to be addressed 2.7.2 version is compatible with android 13 or not. Please Clear about that because i handle all the permission but video is not recorded with...
### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *2.7.2* - Camera engine used: *camera2* - Reproducible...
### bug - CameraView version: 2.7.2 - Camera engine used: Camera2 - Reproducible in official demo app: YES - Device / Android version: Redmi Note 8 Pro, API 29 When...
### bug - CameraView version: 2.7.2 - Camera engine used: Camera2 - Reproducible in official demo app: YES - Device / Android version: Redmi Note 8 Pro, API 29 When...
HighResolutionSizes is a new list in Camera2 that should be appended to the available sizes in order to capture at maximum resolution when possible. Feature request: #1242
HighResolutionSizes is a new list in Camera2 that should be appended to the available sizes in order to capture at maximum resolution when possible.
cameraview文件位置提交错了
I am developing a live broadcasting app. I checked out [cameraView](https://github.com/natario1/CameraView) which met my requirements for the overlay, bitrate part. But I want to stream the content. I checked RTMP...
Hello Natario1 I am getting this crash here: ``` Fatal Exception: java.lang.RuntimeException: java.io.FileNotFoundException: /storage/emulated/0/Movies/appname/VID_20230517_205355.mp4: open failed: ENOENT (No such file or directory) at com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine.(MediaEncoderEngine.java:139) at com.otaliastudios.cameraview.video.SnapshotVideoRecorder.onRendererFrame(SnapshotVideoRecorder.java:261) at com.otaliastudios.cameraview.preview.GlCameraPreview$Renderer.onDrawFrame(GlCameraPreview.java:236) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1553)...